ClusterCreateProperties Class
The cluster create parameters.
- Inheritance
-
ClusterCreateProperties
Constructor
ClusterCreateProperties(*, cluster_version: Optional[str] = None, os_type: Optional[Union[str, azure.mgmt.hdinsight.models._hd_insight_management_client_enums.OSType]] = None, tier: Optional[Union[str, azure.mgmt.hdinsight.models._hd_insight_management_client_enums.Tier]] = None, cluster_definition: Optional[azure.mgmt.hdinsight.models._models_py3.ClusterDefinition] = None, kafka_rest_properties: Optional[azure.mgmt.hdinsight.models._models_py3.KafkaRestProperties] = None, security_profile: Optional[azure.mgmt.hdinsight.models._models_py3.SecurityProfile] = None, compute_profile: Optional[azure.mgmt.hdinsight.models._models_py3.ComputeProfile] = None, storage_profile: Optional[azure.mgmt.hdinsight.models._models_py3.StorageProfile] = None, disk_encryption_properties: Optional[azure.mgmt.hdinsight.models._models_py3.DiskEncryptionProperties] = None, encryption_in_transit_properties: Optional[azure.mgmt.hdinsight.models._models_py3.EncryptionInTransitProperties] = None, min_supported_tls_version: Optional[str] = None, network_properties: Optional[azure.mgmt.hdinsight.models._models_py3.NetworkProperties] = None, compute_isolation_properties: Optional[azure.mgmt.hdinsight.models._models_py3.ComputeIsolationProperties] = None, private_link_configurations: Optional[List[azure.mgmt.hdinsight.models._models_py3.PrivateLinkConfiguration]] = None, **kwargs)
Parameters
Required
The type of operating system. Possible values include: "Windows", "Linux".
- encryption_in_transit_properties
- EncryptionInTransitProperties
Required
The encryption-in-transit properties.
- private_link_configurations
- list[PrivateLinkConfiguration]
Required
The private link configurations.
Feedback
Submit and view feedback for