AddonVersions¶
-
class
oci.container_engine.models.
AddonVersions
(**kwargs)¶ Bases:
object
The properties that define a work request resource.
Attributes
STATUS_ACTIVE
A constant which can be used with the status property of a AddonVersions. STATUS_DEPRECATED
A constant which can be used with the status property of a AddonVersions. STATUS_PREVIEW
A constant which can be used with the status property of a AddonVersions. STATUS_RECALLED
A constant which can be used with the status property of a AddonVersions. configurations
Gets the configurations of this AddonVersions. description
Gets the description of this AddonVersions. kubernetes_version_filters
Gets the kubernetes_version_filters of this AddonVersions. status
Gets the status of this AddonVersions. version_number
Gets the version_number of this AddonVersions. Methods
__init__
(**kwargs)Initializes a new AddonVersions object with values from keyword arguments. -
STATUS_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the status property of a AddonVersions. This constant has a value of “ACTIVE”
-
STATUS_DEPRECATED
= 'DEPRECATED'¶ A constant which can be used with the status property of a AddonVersions. This constant has a value of “DEPRECATED”
-
STATUS_PREVIEW
= 'PREVIEW'¶ A constant which can be used with the status property of a AddonVersions. This constant has a value of “PREVIEW”
-
STATUS_RECALLED
= 'RECALLED'¶ A constant which can be used with the status property of a AddonVersions. This constant has a value of “RECALLED”
-
__init__
(**kwargs)¶ Initializes a new AddonVersions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status (str) – The value to assign to the status property of this AddonVersions. Allowed values for this property are: “ACTIVE”, “DEPRECATED”, “PREVIEW”, “RECALLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- version_number (str) – The value to assign to the version_number property of this AddonVersions.
- description (str) – The value to assign to the description property of this AddonVersions.
- kubernetes_version_filters (oci.container_engine.models.KubernetesVersionsFilters) – The value to assign to the kubernetes_version_filters property of this AddonVersions.
- configurations (list[oci.container_engine.models.AddonVersionConfiguration]) – The value to assign to the configurations property of this AddonVersions.
-
configurations
¶ Gets the configurations of this AddonVersions. Addon version configuration details.
Returns: The configurations of this AddonVersions. Return type: list[oci.container_engine.models.AddonVersionConfiguration]
-
description
¶ Gets the description of this AddonVersions. Information about the addon version.
Returns: The description of this AddonVersions. Return type: str
-
kubernetes_version_filters
¶ Gets the kubernetes_version_filters of this AddonVersions. The range of kubernetes versions an addon can be configured.
Returns: The kubernetes_version_filters of this AddonVersions. Return type: oci.container_engine.models.KubernetesVersionsFilters
-
status
¶ Gets the status of this AddonVersions. Current state of the addon, only active will be visible to customer, visibility of versions in other status will be filtered based on limits property.
Allowed values for this property are: “ACTIVE”, “DEPRECATED”, “PREVIEW”, “RECALLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this AddonVersions. Return type: str
-
version_number
¶ Gets the version_number of this AddonVersions. Version number, need be comparable within an addon.
Returns: The version_number of this AddonVersions. Return type: str
-