AddonOptionSummary¶
- 
class oci.container_engine.models.AddonOptionSummary(**kwargs)¶
- Bases: - object- The properties that define addon summary. - Attributes - LIFECYCLE_STATE_ACTIVE- A constant which can be used with the lifecycle_state property of a AddonOptionSummary. - LIFECYCLE_STATE_INACTIVE- A constant which can be used with the lifecycle_state property of a AddonOptionSummary. - addon_group- Gets the addon_group of this AddonOptionSummary. - addon_schema_version- Gets the addon_schema_version of this AddonOptionSummary. - defined_tags- Gets the defined_tags of this AddonOptionSummary. - description- Gets the description of this AddonOptionSummary. - freeform_tags- Gets the freeform_tags of this AddonOptionSummary. - is_essential- [Required] Gets the is_essential of this AddonOptionSummary. - lifecycle_state- [Required] Gets the lifecycle_state of this AddonOptionSummary. - name- [Required] Gets the name of this AddonOptionSummary. - system_tags- Gets the system_tags of this AddonOptionSummary. - time_created- Gets the time_created of this AddonOptionSummary. - versions- [Required] Gets the versions of this AddonOptionSummary. - Methods - __init__(**kwargs)- Initializes a new AddonOptionSummary object with values from keyword arguments. - 
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶
- A constant which can be used with the lifecycle_state property of a AddonOptionSummary. This constant has a value of “ACTIVE” 
 - 
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶
- A constant which can be used with the lifecycle_state property of a AddonOptionSummary. This constant has a value of “INACTIVE” 
 - 
__init__(**kwargs)¶
- Initializes a new AddonOptionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - name (str) – The value to assign to the name property of this AddonOptionSummary.
- addon_schema_version (str) – The value to assign to the addon_schema_version property of this AddonOptionSummary.
- addon_group (str) – The value to assign to the addon_group property of this AddonOptionSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AddonOptionSummary. Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- description (str) – The value to assign to the description property of this AddonOptionSummary.
- is_essential (bool) – The value to assign to the is_essential property of this AddonOptionSummary.
- versions (list[oci.container_engine.models.AddonVersions]) – The value to assign to the versions property of this AddonOptionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AddonOptionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AddonOptionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AddonOptionSummary.
- time_created (datetime) – The value to assign to the time_created property of this AddonOptionSummary.
 
 - 
addon_group¶
- Gets the addon_group of this AddonOptionSummary. Addon group info, a namespace concept that groups addons with similar functionalities. - Returns: - The addon_group of this AddonOptionSummary. - Return type: - str 
 - 
addon_schema_version¶
- Gets the addon_schema_version of this AddonOptionSummary. Addon definition schema version to validate addon. - Returns: - The addon_schema_version of this AddonOptionSummary. - Return type: - str 
 - Gets the defined_tags of this AddonOptionSummary. 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 AddonOptionSummary. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this AddonOptionSummary. Description on the addon. - Returns: - The description of this AddonOptionSummary. - Return type: - str 
 - Gets the freeform_tags of this AddonOptionSummary. 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 AddonOptionSummary. - Return type: - dict(str, str) 
 - 
is_essential¶
- [Required] Gets the is_essential of this AddonOptionSummary. Is it an essential addon for cluster operation or not. - Returns: - The is_essential of this AddonOptionSummary. - Return type: - bool 
 - 
lifecycle_state¶
- [Required] Gets the lifecycle_state of this AddonOptionSummary. The life cycle state of the addon. - Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The lifecycle_state of this AddonOptionSummary. - Return type: - str 
 - 
name¶
- [Required] Gets the name of this AddonOptionSummary. Name of the addon and it would be unique. - Returns: - The name of this AddonOptionSummary. - Return type: - str 
 - Gets the system_tags of this AddonOptionSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns: - The system_tags of this AddonOptionSummary. - Return type: - dict(str, dict(str, object)) 
 - 
time_created¶
- Gets the time_created of this AddonOptionSummary. The time the work request was created. - Returns: - The time_created of this AddonOptionSummary. - Return type: - datetime 
 - 
versions¶
- [Required] Gets the versions of this AddonOptionSummary. The resources this work request affects. - Returns: - The versions of this AddonOptionSummary. - Return type: - list[oci.container_engine.models.AddonVersions] 
 
-