Class: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
- Inherits:
-
Object
- Object
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb
Overview
The cluster create parameters.
Instance Attribute Summary collapse
-
#cluster_definition ⇒ ClusterDefinition
The cluster definition.
-
#cluster_version ⇒ String
The version of the cluster.
-
#compute_isolation_properties ⇒ ComputeIsolationProperties
The compute isolation properties.
-
#compute_profile ⇒ ComputeProfile
The compute profile.
-
#disk_encryption_properties ⇒ DiskEncryptionProperties
The disk encryption properties.
-
#encryption_in_transit_properties ⇒ EncryptionInTransitProperties
properties.
-
#kafka_rest_properties ⇒ KafkaRestProperties
configuration.
-
#min_supported_tls_version ⇒ String
The minimal supported tls version.
-
#network_properties ⇒ NetworkProperties
The network properties.
-
#os_type ⇒ OSType
‘Windows’, ‘Linux’.
-
#security_profile ⇒ SecurityProfile
The security profile.
-
#storage_profile ⇒ StorageProfile
The storage profile.
-
#tier ⇒ Tier
‘Premium’.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ClusterCreateProperties class as Ruby Hash.
Instance Attribute Details
#cluster_definition ⇒ ClusterDefinition
27 28 29 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 27 def cluster_definition @cluster_definition end |
#cluster_version ⇒ String
16 17 18 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 16 def cluster_version @cluster_version end |
#compute_isolation_properties ⇒ ComputeIsolationProperties
56 57 58 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 56 def compute_isolation_properties @compute_isolation_properties end |
#compute_profile ⇒ ComputeProfile
37 38 39 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 37 def compute_profile @compute_profile end |
#disk_encryption_properties ⇒ DiskEncryptionProperties
43 44 45 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 43 def disk_encryption_properties @disk_encryption_properties end |
#encryption_in_transit_properties ⇒ EncryptionInTransitProperties
properties.
47 48 49 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 47 def encryption_in_transit_properties @encryption_in_transit_properties end |
#kafka_rest_properties ⇒ KafkaRestProperties
configuration.
31 32 33 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 31 def kafka_rest_properties @kafka_rest_properties end |
#min_supported_tls_version ⇒ String
50 51 52 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 50 def min_supported_tls_version @min_supported_tls_version end |
#network_properties ⇒ NetworkProperties
53 54 55 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 53 def network_properties @network_properties end |
#os_type ⇒ OSType
‘Windows’, ‘Linux’
20 21 22 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 20 def os_type @os_type end |
#security_profile ⇒ SecurityProfile
34 35 36 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 34 def security_profile @security_profile end |
#storage_profile ⇒ StorageProfile
40 41 42 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 40 def storage_profile @storage_profile end |
#tier ⇒ Tier
‘Premium’
24 25 26 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 24 def tier @tier end |
Class Method Details
.mapper ⇒ Object
Mapper for ClusterCreateProperties class as Ruby Hash. This will be used for serialization/deserialization.
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb', line 63 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterCreateProperties', type: { name: 'Composite', class_name: 'ClusterCreateProperties', model_properties: { cluster_version: { client_side_validation: true, required: false, serialized_name: 'clusterVersion', type: { name: 'String' } }, os_type: { client_side_validation: true, required: false, serialized_name: 'osType', type: { name: 'Enum', module: 'OSType' } }, tier: { client_side_validation: true, required: false, serialized_name: 'tier', type: { name: 'Enum', module: 'Tier' } }, cluster_definition: { client_side_validation: true, required: false, serialized_name: 'clusterDefinition', type: { name: 'Composite', class_name: 'ClusterDefinition' } }, kafka_rest_properties: { client_side_validation: true, required: false, serialized_name: 'kafkaRestProperties', type: { name: 'Composite', class_name: 'KafkaRestProperties' } }, security_profile: { client_side_validation: true, required: false, serialized_name: 'securityProfile', type: { name: 'Composite', class_name: 'SecurityProfile' } }, compute_profile: { client_side_validation: true, required: false, serialized_name: 'computeProfile', type: { name: 'Composite', class_name: 'ComputeProfile' } }, storage_profile: { client_side_validation: true, required: false, serialized_name: 'storageProfile', type: { name: 'Composite', class_name: 'StorageProfile' } }, disk_encryption_properties: { client_side_validation: true, required: false, serialized_name: 'diskEncryptionProperties', type: { name: 'Composite', class_name: 'DiskEncryptionProperties' } }, encryption_in_transit_properties: { client_side_validation: true, required: false, serialized_name: 'encryptionInTransitProperties', type: { name: 'Composite', class_name: 'EncryptionInTransitProperties' } }, min_supported_tls_version: { client_side_validation: true, required: false, serialized_name: 'minSupportedTlsVersion', type: { name: 'String' } }, network_properties: { client_side_validation: true, required: false, serialized_name: 'networkProperties', type: { name: 'Composite', class_name: 'NetworkProperties' } }, compute_isolation_properties: { client_side_validation: true, required: false, serialized_name: 'computeIsolationProperties', type: { name: 'Composite', class_name: 'ComputeIsolationProperties' } } } } } end |