UpdateStreamPoolDetails¶
-
class
oci.streaming.models.
UpdateStreamPoolDetails
(**kwargs)¶ Bases:
object
Object used to update the stream pool’s details.
Methods
__init__
(**kwargs)Initializes a new UpdateStreamPoolDetails object with values from keyword arguments. Attributes
custom_encryption_key_details
Gets the custom_encryption_key_details of this UpdateStreamPoolDetails. defined_tags
Gets the defined_tags of this UpdateStreamPoolDetails. freeform_tags
Gets the freeform_tags of this UpdateStreamPoolDetails. kafka_settings
Gets the kafka_settings of this UpdateStreamPoolDetails. name
Gets the name of this UpdateStreamPoolDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateStreamPoolDetails 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 UpdateStreamPoolDetails.
- kafka_settings (oci.streaming.models.KafkaSettings) – The value to assign to the kafka_settings property of this UpdateStreamPoolDetails.
- custom_encryption_key_details (oci.streaming.models.CustomEncryptionKeyDetails) – The value to assign to the custom_encryption_key_details property of this UpdateStreamPoolDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateStreamPoolDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateStreamPoolDetails.
-
custom_encryption_key_details
¶ Gets the custom_encryption_key_details of this UpdateStreamPoolDetails.
Returns: The custom_encryption_key_details of this UpdateStreamPoolDetails. Return type: oci.streaming.models.CustomEncryptionKeyDetails
Gets the defined_tags of this UpdateStreamPoolDetails. 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 UpdateStreamPoolDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateStreamPoolDetails. Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateStreamPoolDetails. Return type: dict(str, str)
-
kafka_settings
¶ Gets the kafka_settings of this UpdateStreamPoolDetails.
Returns: The kafka_settings of this UpdateStreamPoolDetails. Return type: oci.streaming.models.KafkaSettings
-
name
¶ Gets the name of this UpdateStreamPoolDetails.
Returns: The name of this UpdateStreamPoolDetails. Return type: str
-