KafkaClusterConfigVersionSummary¶
-
class
oci.managed_kafka.models.
KafkaClusterConfigVersionSummary
(**kwargs)¶ Bases:
object
Summary information about a KafkaClusterConfigVersion.
Methods
__init__
(**kwargs)Initializes a new KafkaClusterConfigVersionSummary object with values from keyword arguments. Attributes
config_id
[Required] Gets the config_id of this KafkaClusterConfigVersionSummary. time_created
[Required] Gets the time_created of this KafkaClusterConfigVersionSummary. version_number
[Required] Gets the version_number of this KafkaClusterConfigVersionSummary. -
__init__
(**kwargs)¶ Initializes a new KafkaClusterConfigVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - config_id (str) – The value to assign to the config_id property of this KafkaClusterConfigVersionSummary.
- version_number (int) – The value to assign to the version_number property of this KafkaClusterConfigVersionSummary.
- time_created (datetime) – The value to assign to the time_created property of this KafkaClusterConfigVersionSummary.
-
config_id
¶ [Required] Gets the config_id of this KafkaClusterConfigVersionSummary. The OCID of the KafkaClusterConfig.
Returns: The config_id of this KafkaClusterConfigVersionSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this KafkaClusterConfigVersionSummary. The date and time the KafkaClusterConfigVersion was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this KafkaClusterConfigVersionSummary. Return type: datetime
-
version_number
¶ [Required] Gets the version_number of this KafkaClusterConfigVersionSummary. Version of the cluster configuration
Returns: The version_number of this KafkaClusterConfigVersionSummary. Return type: int
-