Class: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
- Inherits:
-
Object
- Object
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb
Overview
The properties of cluster.
Instance Attribute Summary collapse
-
#cluster_definition ⇒ ClusterDefinition
The cluster definition.
-
#cluster_hdp_version ⇒ String
The hdp version of the cluster.
-
#cluster_id ⇒ String
The cluster id.
-
#cluster_state ⇒ String
The state of the cluster.
-
#cluster_version ⇒ String
The version of the cluster.
-
#compute_isolation_properties ⇒ ComputeIsolationProperties
The compute isolation properties.
-
#compute_profile ⇒ ComputeProfile
The compute profile.
-
#connectivity_endpoints ⇒ Array<ConnectivityEndpoint>
endpoints.
-
#created_date ⇒ String
The date on which the cluster was created.
-
#disk_encryption_properties ⇒ DiskEncryptionProperties
The disk encryption properties.
-
#encryption_in_transit_properties ⇒ EncryptionInTransitProperties
properties.
-
#errors ⇒ Array<Errors>
The list of errors.
-
#excluded_services_config ⇒ ExcludedServicesConfig
The excluded services config.
-
#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’.
-
#provisioning_state ⇒ HDInsightClusterProvisioningState
which only appears in the response.
-
#quota_info ⇒ QuotaInfo
The quota information.
-
#security_profile ⇒ SecurityProfile
The security profile.
-
#storage_profile ⇒ StorageProfile
The storage profile.
-
#tier ⇒ Tier
‘Premium’.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ClusterGetProperties class as Ruby Hash.
Instance Attribute Details
#cluster_definition ⇒ ClusterDefinition
Returns The cluster definition.
33 34 35 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 33 def cluster_definition @cluster_definition end |
#cluster_hdp_version ⇒ String
Returns The hdp version of the cluster.
19 20 21 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 19 def cluster_hdp_version @cluster_hdp_version end |
#cluster_id ⇒ String
Returns The cluster id.
30 31 32 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 30 def cluster_id @cluster_id end |
#cluster_state ⇒ String
Returns The state of the cluster.
54 55 56 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 54 def cluster_state @cluster_state end |
#cluster_version ⇒ String
Returns The version of the cluster.
16 17 18 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 16 def cluster_version @cluster_version end |
#compute_isolation_properties ⇒ ComputeIsolationProperties
Returns The compute isolation properties.
86 87 88 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 86 def compute_isolation_properties @compute_isolation_properties end |
#compute_profile ⇒ ComputeProfile
Returns The compute profile.
43 44 45 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 43 def compute_profile @compute_profile end |
#connectivity_endpoints ⇒ Array<ConnectivityEndpoint>
endpoints.
64 65 66 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 64 def connectivity_endpoints @connectivity_endpoints end |
#created_date ⇒ String
Returns The date on which the cluster was created.
51 52 53 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 51 def created_date @created_date end |
#disk_encryption_properties ⇒ DiskEncryptionProperties
Returns The disk encryption properties.
67 68 69 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 67 def disk_encryption_properties @disk_encryption_properties end |
#encryption_in_transit_properties ⇒ EncryptionInTransitProperties
properties.
71 72 73 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 71 def encryption_in_transit_properties @encryption_in_transit_properties end |
#errors ⇒ Array<Errors>
Returns The list of errors.
60 61 62 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 60 def errors @errors end |
#excluded_services_config ⇒ ExcludedServicesConfig
Returns The excluded services config.
80 81 82 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 80 def excluded_services_config @excluded_services_config end |
#kafka_rest_properties ⇒ KafkaRestProperties
configuration.
37 38 39 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 37 def kafka_rest_properties @kafka_rest_properties end |
#min_supported_tls_version ⇒ String
Returns The minimal supported tls version.
77 78 79 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 77 def min_supported_tls_version @min_supported_tls_version end |
#network_properties ⇒ NetworkProperties
Returns The network properties.
83 84 85 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 83 def network_properties @network_properties end |
#os_type ⇒ OSType
‘Windows’, ‘Linux’
23 24 25 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 23 def os_type @os_type end |
#provisioning_state ⇒ HDInsightClusterProvisioningState
which only appears in the response. Possible values include: ‘InProgress’, ‘Failed’, ‘Succeeded’, ‘Canceled’, ‘Deleting’
48 49 50 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 48 def provisioning_state @provisioning_state end |
#quota_info ⇒ QuotaInfo
Returns The quota information.
57 58 59 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 57 def quota_info @quota_info end |
#security_profile ⇒ SecurityProfile
Returns The security profile.
40 41 42 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 40 def security_profile @security_profile end |
#storage_profile ⇒ StorageProfile
Returns The storage profile.
74 75 76 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 74 def storage_profile @storage_profile end |
#tier ⇒ Tier
‘Premium’
27 28 29 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 27 def tier @tier end |
Class Method Details
.mapper ⇒ Object
Mapper for ClusterGetProperties class as Ruby Hash. This will be used for serialization/deserialization.
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 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 93 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterGetProperties', type: { name: 'Composite', class_name: 'ClusterGetProperties', model_properties: { cluster_version: { client_side_validation: true, required: false, serialized_name: 'clusterVersion', type: { name: 'String' } }, cluster_hdp_version: { client_side_validation: true, required: false, serialized_name: 'clusterHdpVersion', 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_id: { client_side_validation: true, required: false, serialized_name: 'clusterId', type: { name: 'String' } }, cluster_definition: { client_side_validation: true, required: true, 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' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'provisioningState', type: { name: 'Enum', module: 'HDInsightClusterProvisioningState' } }, created_date: { client_side_validation: true, required: false, serialized_name: 'createdDate', type: { name: 'String' } }, cluster_state: { client_side_validation: true, required: false, serialized_name: 'clusterState', type: { name: 'String' } }, quota_info: { client_side_validation: true, required: false, serialized_name: 'quotaInfo', type: { name: 'Composite', class_name: 'QuotaInfo' } }, errors: { client_side_validation: true, required: false, serialized_name: 'errors', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ErrorsElementType', type: { name: 'Composite', class_name: 'Errors' } } } }, connectivity_endpoints: { client_side_validation: true, required: false, serialized_name: 'connectivityEndpoints', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ConnectivityEndpointElementType', type: { name: 'Composite', class_name: 'ConnectivityEndpoint' } } } }, 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' } }, storage_profile: { client_side_validation: true, required: false, serialized_name: 'storageProfile', type: { name: 'Composite', class_name: 'StorageProfile' } }, min_supported_tls_version: { client_side_validation: true, required: false, serialized_name: 'minSupportedTlsVersion', type: { name: 'String' } }, excluded_services_config: { client_side_validation: true, required: false, serialized_name: 'excludedServicesConfig', type: { name: 'Composite', class_name: 'ExcludedServicesConfig' } }, 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 |