LifecycleStageSummary¶
-
class
oci.os_management_hub.models.
LifecycleStageSummary
(**kwargs)¶ Bases:
object
Provides summary information for a lifecycle stage.
Attributes
ARCH_TYPE_AARCH64
A constant which can be used with the arch_type property of a LifecycleStageSummary. ARCH_TYPE_I686
A constant which can be used with the arch_type property of a LifecycleStageSummary. ARCH_TYPE_NOARCH
A constant which can be used with the arch_type property of a LifecycleStageSummary. ARCH_TYPE_SRC
A constant which can be used with the arch_type property of a LifecycleStageSummary. ARCH_TYPE_X86_64
A constant which can be used with the arch_type property of a LifecycleStageSummary. LOCATION_AZURE
A constant which can be used with the location property of a LifecycleStageSummary. LOCATION_EC2
A constant which can be used with the location property of a LifecycleStageSummary. LOCATION_GCP
A constant which can be used with the location property of a LifecycleStageSummary. LOCATION_OCI_COMPUTE
A constant which can be used with the location property of a LifecycleStageSummary. LOCATION_ON_PREMISE
A constant which can be used with the location property of a LifecycleStageSummary. OS_FAMILY_ALL
A constant which can be used with the os_family property of a LifecycleStageSummary. OS_FAMILY_ORACLE_LINUX_6
A constant which can be used with the os_family property of a LifecycleStageSummary. OS_FAMILY_ORACLE_LINUX_7
A constant which can be used with the os_family property of a LifecycleStageSummary. OS_FAMILY_ORACLE_LINUX_8
A constant which can be used with the os_family property of a LifecycleStageSummary. OS_FAMILY_ORACLE_LINUX_9
A constant which can be used with the os_family property of a LifecycleStageSummary. OS_FAMILY_WINDOWS_SERVER_2016
A constant which can be used with the os_family property of a LifecycleStageSummary. OS_FAMILY_WINDOWS_SERVER_2019
A constant which can be used with the os_family property of a LifecycleStageSummary. OS_FAMILY_WINDOWS_SERVER_2022
A constant which can be used with the os_family property of a LifecycleStageSummary. VENDOR_NAME_MICROSOFT
A constant which can be used with the vendor_name property of a LifecycleStageSummary. VENDOR_NAME_ORACLE
A constant which can be used with the vendor_name property of a LifecycleStageSummary. arch_type
Gets the arch_type of this LifecycleStageSummary. compartment_id
[Required] Gets the compartment_id of this LifecycleStageSummary. defined_tags
Gets the defined_tags of this LifecycleStageSummary. display_name
[Required] Gets the display_name of this LifecycleStageSummary. freeform_tags
Gets the freeform_tags of this LifecycleStageSummary. id
Gets the id of this LifecycleStageSummary. lifecycle_environment_display_name
Gets the lifecycle_environment_display_name of this LifecycleStageSummary. lifecycle_environment_id
Gets the lifecycle_environment_id of this LifecycleStageSummary. lifecycle_state
Gets the lifecycle_state of this LifecycleStageSummary. location
Gets the location of this LifecycleStageSummary. managed_instances
Gets the managed_instances of this LifecycleStageSummary. os_family
Gets the os_family of this LifecycleStageSummary. rank
[Required] Gets the rank of this LifecycleStageSummary. software_source_id
Gets the software_source_id of this LifecycleStageSummary. system_tags
Gets the system_tags of this LifecycleStageSummary. time_created
Gets the time_created of this LifecycleStageSummary. time_modified
Gets the time_modified of this LifecycleStageSummary. vendor_name
Gets the vendor_name of this LifecycleStageSummary. Methods
__init__
(**kwargs)Initializes a new LifecycleStageSummary object with values from keyword arguments. -
ARCH_TYPE_AARCH64
= 'AARCH64'¶ A constant which can be used with the arch_type property of a LifecycleStageSummary. This constant has a value of “AARCH64”
-
ARCH_TYPE_I686
= 'I686'¶ A constant which can be used with the arch_type property of a LifecycleStageSummary. This constant has a value of “I686”
-
ARCH_TYPE_NOARCH
= 'NOARCH'¶ A constant which can be used with the arch_type property of a LifecycleStageSummary. This constant has a value of “NOARCH”
-
ARCH_TYPE_SRC
= 'SRC'¶ A constant which can be used with the arch_type property of a LifecycleStageSummary. This constant has a value of “SRC”
-
ARCH_TYPE_X86_64
= 'X86_64'¶ A constant which can be used with the arch_type property of a LifecycleStageSummary. This constant has a value of “X86_64”
-
LOCATION_AZURE
= 'AZURE'¶ A constant which can be used with the location property of a LifecycleStageSummary. This constant has a value of “AZURE”
-
LOCATION_EC2
= 'EC2'¶ A constant which can be used with the location property of a LifecycleStageSummary. This constant has a value of “EC2”
-
LOCATION_GCP
= 'GCP'¶ A constant which can be used with the location property of a LifecycleStageSummary. This constant has a value of “GCP”
-
LOCATION_OCI_COMPUTE
= 'OCI_COMPUTE'¶ A constant which can be used with the location property of a LifecycleStageSummary. This constant has a value of “OCI_COMPUTE”
-
LOCATION_ON_PREMISE
= 'ON_PREMISE'¶ A constant which can be used with the location property of a LifecycleStageSummary. This constant has a value of “ON_PREMISE”
-
OS_FAMILY_ALL
= 'ALL'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “ALL”
-
OS_FAMILY_ORACLE_LINUX_6
= 'ORACLE_LINUX_6'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “ORACLE_LINUX_6”
-
OS_FAMILY_ORACLE_LINUX_7
= 'ORACLE_LINUX_7'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “ORACLE_LINUX_7”
-
OS_FAMILY_ORACLE_LINUX_8
= 'ORACLE_LINUX_8'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “ORACLE_LINUX_8”
-
OS_FAMILY_ORACLE_LINUX_9
= 'ORACLE_LINUX_9'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “ORACLE_LINUX_9”
-
OS_FAMILY_WINDOWS_SERVER_2016
= 'WINDOWS_SERVER_2016'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “WINDOWS_SERVER_2016”
-
OS_FAMILY_WINDOWS_SERVER_2019
= 'WINDOWS_SERVER_2019'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “WINDOWS_SERVER_2019”
-
OS_FAMILY_WINDOWS_SERVER_2022
= 'WINDOWS_SERVER_2022'¶ A constant which can be used with the os_family property of a LifecycleStageSummary. This constant has a value of “WINDOWS_SERVER_2022”
-
VENDOR_NAME_MICROSOFT
= 'MICROSOFT'¶ A constant which can be used with the vendor_name property of a LifecycleStageSummary. This constant has a value of “MICROSOFT”
-
VENDOR_NAME_ORACLE
= 'ORACLE'¶ A constant which can be used with the vendor_name property of a LifecycleStageSummary. This constant has a value of “ORACLE”
-
__init__
(**kwargs)¶ Initializes a new LifecycleStageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this LifecycleStageSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this LifecycleStageSummary.
- display_name (str) – The value to assign to the display_name property of this LifecycleStageSummary.
- lifecycle_environment_id (str) – The value to assign to the lifecycle_environment_id property of this LifecycleStageSummary.
- lifecycle_environment_display_name (str) – The value to assign to the lifecycle_environment_display_name property of this LifecycleStageSummary.
- rank (int) – The value to assign to the rank property of this LifecycleStageSummary.
- os_family (str) – The value to assign to the os_family property of this LifecycleStageSummary. Allowed values for this property are: “ORACLE_LINUX_9”, “ORACLE_LINUX_8”, “ORACLE_LINUX_7”, “ORACLE_LINUX_6”, “WINDOWS_SERVER_2016”, “WINDOWS_SERVER_2019”, “WINDOWS_SERVER_2022”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- arch_type (str) – The value to assign to the arch_type property of this LifecycleStageSummary. Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- vendor_name (str) – The value to assign to the vendor_name property of this LifecycleStageSummary. Allowed values for this property are: “ORACLE”, “MICROSOFT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- managed_instances (int) – The value to assign to the managed_instances property of this LifecycleStageSummary.
- location (str) – The value to assign to the location property of this LifecycleStageSummary. Allowed values for this property are: “ON_PREMISE”, “OCI_COMPUTE”, “AZURE”, “EC2”, “GCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- software_source_id (oci.os_management_hub.models.SoftwareSourceDetails) – The value to assign to the software_source_id property of this LifecycleStageSummary.
- time_created (datetime) – The value to assign to the time_created property of this LifecycleStageSummary.
- time_modified (datetime) – The value to assign to the time_modified property of this LifecycleStageSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this LifecycleStageSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LifecycleStageSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LifecycleStageSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this LifecycleStageSummary.
-
arch_type
¶ Gets the arch_type of this LifecycleStageSummary. The CPU architecture of the managed instances in the lifecycle stage.
Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The arch_type of this LifecycleStageSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this LifecycleStageSummary. The OCID of the compartment that contains the lifecycle stage.
Returns: The compartment_id of this LifecycleStageSummary. Return type: str
Gets the defined_tags of this LifecycleStageSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this LifecycleStageSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this LifecycleStageSummary. The user-friendly name for the lifecycle stage.
Returns: The display_name of this LifecycleStageSummary. Return type: str
Gets the freeform_tags of this LifecycleStageSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this LifecycleStageSummary. Return type: dict(str, str)
-
id
¶ Gets the id of this LifecycleStageSummary. The OCID of the lifecycle stage.
Returns: The id of this LifecycleStageSummary. Return type: str
-
lifecycle_environment_display_name
¶ Gets the lifecycle_environment_display_name of this LifecycleStageSummary. The user-friendly name for the lifecycle environment. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The lifecycle_environment_display_name of this LifecycleStageSummary. Return type: str
-
lifecycle_environment_id
¶ Gets the lifecycle_environment_id of this LifecycleStageSummary. The OCID of the lifecycle environment that contains the lifecycle stage.
Returns: The lifecycle_environment_id of this LifecycleStageSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this LifecycleStageSummary. The current state of the lifecycle environment.
Returns: The lifecycle_state of this LifecycleStageSummary. Return type: str
-
location
¶ Gets the location of this LifecycleStageSummary. The location of managed instances associated with the lifecycle stage.
Allowed values for this property are: “ON_PREMISE”, “OCI_COMPUTE”, “AZURE”, “EC2”, “GCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The location of this LifecycleStageSummary. Return type: str
-
managed_instances
¶ Gets the managed_instances of this LifecycleStageSummary. The list of managed instances associated with the lifecycle stage.
Returns: The managed_instances of this LifecycleStageSummary. Return type: int
-
os_family
¶ Gets the os_family of this LifecycleStageSummary. The operating system of the managed instances in the lifecycle stage.
Allowed values for this property are: “ORACLE_LINUX_9”, “ORACLE_LINUX_8”, “ORACLE_LINUX_7”, “ORACLE_LINUX_6”, “WINDOWS_SERVER_2016”, “WINDOWS_SERVER_2019”, “WINDOWS_SERVER_2022”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The os_family of this LifecycleStageSummary. Return type: str
-
rank
¶ [Required] Gets the rank of this LifecycleStageSummary. User-specified rank for the lifecycle stage. Rank determines the hierarchy of the lifecycle stages within the lifecycle environment.
Returns: The rank of this LifecycleStageSummary. Return type: int
-
software_source_id
¶ Gets the software_source_id of this LifecycleStageSummary.
Returns: The software_source_id of this LifecycleStageSummary. Return type: oci.os_management_hub.models.SoftwareSourceDetails
Gets the system_tags of this LifecycleStageSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this LifecycleStageSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this LifecycleStageSummary. The time the lifecycle stage was created (in RFC 3339 format).
Returns: The time_created of this LifecycleStageSummary. Return type: datetime
-
time_modified
¶ Gets the time_modified of this LifecycleStageSummary. The time the lifecycle stage was last modified (in RFC 3339 format).
Returns: The time_modified of this LifecycleStageSummary. Return type: datetime
-
vendor_name
¶ Gets the vendor_name of this LifecycleStageSummary. The vendor of the operating system used by the managed instances in the lifecycle stage.
Allowed values for this property are: “ORACLE”, “MICROSOFT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The vendor_name of this LifecycleStageSummary. Return type: str
-