ClusterCreateProperties Class
The cluster create parameters.
Constructor
ClusterCreateProperties(*, cluster_version: str | None = None, os_type: str | _models.OSType | None = None, tier: str | _models.Tier | None = None, cluster_definition: _models.ClusterDefinition | None = None, kafka_rest_properties: _models.KafkaRestProperties | None = None, security_profile: _models.SecurityProfile | None = None, compute_profile: _models.ComputeProfile | None = None, storage_profile: _models.StorageProfile | None = None, disk_encryption_properties: _models.DiskEncryptionProperties | None = None, encryption_in_transit_properties: _models.EncryptionInTransitProperties | None = None, min_supported_tls_version: str | None = None, network_properties: _models.NetworkProperties | None = None, compute_isolation_properties: _models.ComputeIsolationProperties | None = None, private_link_configurations: list['_models.PrivateLinkConfiguration'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
cluster_version
|
The version of the cluster. Default value: None
|
|
os_type
|
The type of operating system. Known values are: "Windows" and "Linux". Default value: None
|
|
tier
|
The cluster tier. Known values are: "Standard" and "Premium". Default value: None
|
|
cluster_definition
|
The cluster definition. Default value: None
|
|
kafka_rest_properties
|
The cluster kafka rest proxy configuration. Default value: None
|
|
security_profile
|
The security profile. Default value: None
|
|
compute_profile
|
The compute profile. Default value: None
|
|
storage_profile
|
The storage profile. Default value: None
|
|
disk_encryption_properties
|
The disk encryption properties. Default value: None
|
|
encryption_in_transit_properties
|
The encryption-in-transit properties. Default value: None
|
|
min_supported_tls_version
|
The minimal supported tls version. Default value: None
|
|
network_properties
|
The network properties. Default value: None
|
|
compute_isolation_properties
|
The compute isolation properties. Default value: None
|
|
private_link_configurations
|
The private link configurations. Default value: None
|
Variables
| Name | Description |
|---|---|
|
cluster_version
|
The version of the cluster. |
|
os_type
|
The type of operating system. Known values are: "Windows" and "Linux". |
|
tier
|
The cluster tier. Known values are: "Standard" and "Premium". |
|
cluster_definition
|
The cluster definition. |
|
kafka_rest_properties
|
The cluster kafka rest proxy configuration. |
|
security_profile
|
The security profile. |
|
compute_profile
|
The compute profile. |
|
storage_profile
|
The storage profile. |
|
disk_encryption_properties
|
The disk encryption properties. |
|
encryption_in_transit_properties
|
The encryption-in-transit properties. |
|
min_supported_tls_version
|
The minimal supported tls version. |
|
network_properties
|
The network properties. |
|
compute_isolation_properties
|
The compute isolation properties. |
|
private_link_configurations
|
The private link configurations. |