ClusterCreateProperties interface
The cluster create parameters.
Properties
cluster |
The cluster definition. |
cluster |
The version of the cluster. |
compute |
The compute isolation properties. |
compute |
The compute profile. |
disk |
The disk encryption properties. |
encryption |
The encryption-in-transit properties. |
kafka |
The cluster kafka rest proxy configuration. |
min |
The minimal supported tls version. |
network |
The network properties. |
os |
The type of operating system. |
private |
The private link configurations. |
security |
The security profile. |
storage |
The storage profile. |
tier | The cluster tier. |
Property Details
clusterDefinition
clusterVersion
The version of the cluster.
clusterVersion?: string
Property Value
string
computeIsolationProperties
The compute isolation properties.
computeIsolationProperties?: ComputeIsolationProperties
Property Value
computeProfile
diskEncryptionProperties
The disk encryption properties.
diskEncryptionProperties?: DiskEncryptionProperties
Property Value
encryptionInTransitProperties
The encryption-in-transit properties.
encryptionInTransitProperties?: EncryptionInTransitProperties
Property Value
kafkaRestProperties
The cluster kafka rest proxy configuration.
kafkaRestProperties?: KafkaRestProperties
Property Value
minSupportedTlsVersion
The minimal supported tls version.
minSupportedTlsVersion?: string
Property Value
string
networkProperties
osType
The type of operating system.
osType?: string
Property Value
string
privateLinkConfigurations
The private link configurations.
privateLinkConfigurations?: PrivateLinkConfiguration[]
Property Value
securityProfile
storageProfile
tier
The cluster tier.
tier?: string
Property Value
string