Class: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties

Inherits:
Object
  • Object
show all
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

Class Method Summary collapse

Instance Attribute Details

#cluster_definitionClusterDefinition

Returns The cluster definition.

Returns:



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_versionString

Returns The hdp version of the cluster.

Returns:

  • (String)

    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_idString

Returns The cluster id.

Returns:

  • (String)

    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_stateString

Returns The state of the cluster.

Returns:

  • (String)

    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_versionString

Returns The version of the cluster.

Returns:

  • (String)

    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_propertiesComputeIsolationProperties

Returns The compute isolation properties.

Returns:



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_profileComputeProfile

Returns The compute profile.

Returns:



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_endpointsArray<ConnectivityEndpoint>

endpoints.

Returns:



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_dateString

Returns The date on which the cluster was created.

Returns:

  • (String)

    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_propertiesDiskEncryptionProperties

Returns The disk encryption properties.

Returns:



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_propertiesEncryptionInTransitProperties

properties.

Returns:



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

#errorsArray<Errors>

Returns The list of errors.

Returns:

  • (Array<Errors>)

    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_configExcludedServicesConfig

Returns The excluded services config.

Returns:



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_propertiesKafkaRestProperties

configuration.

Returns:



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_versionString

Returns The minimal supported tls version.

Returns:

  • (String)

    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_propertiesNetworkProperties

Returns The network properties.

Returns:



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_typeOSType

‘Windows’, ‘Linux’

Returns:

  • (OSType)

    The type of operating system. Possible values include:



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_stateHDInsightClusterProvisioningState

which only appears in the response. Possible values include: ‘InProgress’, ‘Failed’, ‘Succeeded’, ‘Canceled’, ‘Deleting’

Returns:



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_infoQuotaInfo

Returns The quota information.

Returns:



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_profileSecurityProfile

Returns The security profile.

Returns:



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_profileStorageProfile

Returns The storage profile.

Returns:



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

#tierTier

‘Premium’

Returns:

  • (Tier)

    The cluster tier. Possible values include: ‘Standard’,



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

.mapperObject

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