AddonSummary¶
-
class
oci.managed_kafka.models.AddonSummary(**kwargs)¶ Bases:
objectSummary information about a KafkaClusterAddon.
Methods
__init__(**kwargs)Initializes a new AddonSummary object with values from keyword arguments. Attributes
addon_type[Required] Gets the addon_type of this AddonSummary. lifecycle_detailsGets the lifecycle_details of this AddonSummary. lifecycle_state[Required] Gets the lifecycle_state of this AddonSummary. name[Required] Gets the name of this AddonSummary. time_createdGets the time_created of this AddonSummary. time_updatedGets the time_updated of this AddonSummary. -
__init__(**kwargs)¶ Initializes a new AddonSummary 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 AddonSummary.
- time_created (datetime) – The value to assign to the time_created property of this AddonSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this AddonSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AddonSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this AddonSummary.
- addon_type (str) – The value to assign to the addon_type property of this AddonSummary.
-
addon_type¶ [Required] Gets the addon_type of this AddonSummary. Addon Type
Returns: The addon_type of this AddonSummary. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this AddonSummary. A message that describes the current state of the KafkaClusterAddon in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
Returns: The lifecycle_details of this AddonSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this AddonSummary. The current state of the KafkaClusterAddon.
Returns: The lifecycle_state of this AddonSummary. Return type: str
-
name¶ [Required] Gets the name of this AddonSummary. A user-friendly name.
Returns: The name of this AddonSummary. Return type: str
-