LinuxJavaContainerSettings Class

Linux Java Container settings.

Constructor

LinuxJavaContainerSettings(*args: Any, **kwargs: Any)

Variables

Name Description
java11_runtime
str

Java 11 version (runtime only).

java8_runtime
str

Java 8 version (runtime only).

is_preview

true if the stack is in preview; otherwise, false.

is_deprecated

true if the stack is deprecated; otherwise, false.

is_hidden

true if the stack should be hidden; otherwise, false.

end_of_life_date

End-of-life date for the minor version.

is_auto_update

true if the stack version is auto-updated; otherwise, false.

is_early_access

true if the minor version is early-access; otherwise, false.

Attributes

end_of_life_date

End-of-life date for the minor version.

end_of_life_date: datetime | None

is_auto_update

true if the stack version is auto-updated; otherwise, false.

is_auto_update: bool | None

is_deprecated

true if the stack is deprecated; otherwise, false.

is_deprecated: bool | None

is_early_access

true if the minor version is early-access; otherwise, false.

is_early_access: bool | None

is_hidden

true if the stack should be hidden; otherwise, false.

is_hidden: bool | None

is_preview

true if the stack is in preview; otherwise, false.

is_preview: bool | None

java11_runtime

Java 11 version (runtime only).

java11_runtime: str | None

java8_runtime

Java 8 version (runtime only).

java8_runtime: str | None