ApplicationStack Class

Application stack.

Constructor

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

Variables

Name Description
name
str

Application stack name.

display
str

Application stack display name.

dependency
str

Application stack dependency.

major_versions

List of major versions available.

frameworks

List of frameworks associated with application stack.

is_deprecated

true if this is the stack is deprecated; otherwise, false.

Attributes

dependency

Application stack dependency.

dependency: str | None

display

Application stack display name.

display: str | None

frameworks

List of frameworks associated with application stack.

frameworks: list['_models.ApplicationStack'] | None

is_deprecated

true if this is the stack is deprecated; otherwise, false.

is_deprecated: list['_models.ApplicationStack'] | None

major_versions

List of major versions available.

major_versions: list['_models.StackMajorVersion'] | None

name

Application stack name.

name: str | None