CreateStreamPoolDetails¶
-
class
oci.streaming.models.
CreateStreamPoolDetails
(**kwargs)¶ Bases:
object
Object used to create a stream pool.
Methods
__init__
(**kwargs)Initializes a new CreateStreamPoolDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateStreamPoolDetails. custom_encryption_key_details
Gets the custom_encryption_key_details of this CreateStreamPoolDetails. defined_tags
Gets the defined_tags of this CreateStreamPoolDetails. freeform_tags
Gets the freeform_tags of this CreateStreamPoolDetails. kafka_settings
Gets the kafka_settings of this CreateStreamPoolDetails. name
[Required] Gets the name of this CreateStreamPoolDetails. private_endpoint_details
Gets the private_endpoint_details of this CreateStreamPoolDetails. -
__init__
(**kwargs)¶ Initializes a new CreateStreamPoolDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateStreamPoolDetails.
- name (str) – The value to assign to the name property of this CreateStreamPoolDetails.
- kafka_settings (oci.streaming.models.KafkaSettings) – The value to assign to the kafka_settings property of this CreateStreamPoolDetails.
- custom_encryption_key_details (oci.streaming.models.CustomEncryptionKeyDetails) – The value to assign to the custom_encryption_key_details property of this CreateStreamPoolDetails.
- private_endpoint_details (oci.streaming.models.PrivateEndpointDetails) – The value to assign to the private_endpoint_details property of this CreateStreamPoolDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateStreamPoolDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateStreamPoolDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateStreamPoolDetails. The OCID of the compartment that contains the stream.
Returns: The compartment_id of this CreateStreamPoolDetails. Return type: str
-
custom_encryption_key_details
¶ Gets the custom_encryption_key_details of this CreateStreamPoolDetails.
Returns: The custom_encryption_key_details of this CreateStreamPoolDetails. Return type: oci.streaming.models.CustomEncryptionKeyDetails
Gets the defined_tags of this CreateStreamPoolDetails. 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 CreateStreamPoolDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this CreateStreamPoolDetails. 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 CreateStreamPoolDetails. Return type: dict(str, str)
-
kafka_settings
¶ Gets the kafka_settings of this CreateStreamPoolDetails.
Returns: The kafka_settings of this CreateStreamPoolDetails. Return type: oci.streaming.models.KafkaSettings
-
name
¶ [Required] Gets the name of this CreateStreamPoolDetails. The name of the stream pool. Avoid entering confidential information.
Example: MyStreamPool
Returns: The name of this CreateStreamPoolDetails. Return type: str
-
private_endpoint_details
¶ Gets the private_endpoint_details of this CreateStreamPoolDetails.
Returns: The private_endpoint_details of this CreateStreamPoolDetails. Return type: oci.streaming.models.PrivateEndpointDetails
-