AddonOptionSummary¶
-
class
oci.managed_kafka.models.AddonOptionSummary(**kwargs)¶ Bases:
objectSummary information about a AddonOptions.
Attributes
LIFECYCLE_STATE_ACTIVEA constant which can be used with the lifecycle_state property of a AddonOptionSummary. LIFECYCLE_STATE_INACTIVEA constant which can be used with the lifecycle_state property of a AddonOptionSummary. lifecycle_state[Required] Gets the lifecycle_state of this AddonOptionSummary. name[Required] Gets the name 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.
- 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’.
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this AddonOptionSummary. The current state of the KafkaClusterAddon.
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. A user-friendly name.
Returns: The name of this AddonOptionSummary. Return type: str
-