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_state ⇒ String
The state of the cluster.
-
#cluster_version ⇒ String
The version of the cluster.
-
#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.
-
#kafka_rest_properties ⇒ KafkaRestProperties
configuration.
-
#min_supported_tls_version ⇒ String
The minimal supported tls version.
-
#network_settings ⇒ NetworkSettings
The network settings.
-
#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.
-
#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.
27 28 29 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 27 def cluster_definition @cluster_definition end |
#cluster_state ⇒ String
Returns The state of the cluster.
48 49 50 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 48 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_profile ⇒ ComputeProfile
Returns The compute profile.
37 38 39 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 37 def compute_profile @compute_profile end |
#connectivity_endpoints ⇒ Array<ConnectivityEndpoint>
endpoints.
58 59 60 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 58 def connectivity_endpoints @connectivity_endpoints end |
#created_date ⇒ String
Returns The date on which the cluster was created.
45 46 47 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 45 def created_date @created_date end |
#disk_encryption_properties ⇒ DiskEncryptionProperties
Returns The disk encryption properties.
61 62 63 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 61 def disk_encryption_properties @disk_encryption_properties end |
#encryption_in_transit_properties ⇒ EncryptionInTransitProperties
properties.
65 66 67 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 65 def encryption_in_transit_properties @encryption_in_transit_properties end |
#errors ⇒ Array<Errors>
Returns The list of errors.
54 55 56 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 54 def errors @errors end |
#kafka_rest_properties ⇒ KafkaRestProperties
configuration.
31 32 33 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 31 def kafka_rest_properties @kafka_rest_properties end |
#min_supported_tls_version ⇒ String
Returns The minimal supported tls version.
68 69 70 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 68 def min_supported_tls_version @min_supported_tls_version end |
#network_settings ⇒ NetworkSettings
Returns The network settings.
71 72 73 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 71 def network_settings @network_settings end |
#os_type ⇒ OSType
‘Windows’, ‘Linux’
20 21 22 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 20 def os_type @os_type end |
#provisioning_state ⇒ HDInsightClusterProvisioningState
which only appears in the response. Possible values include: ‘InProgress’, ‘Failed’, ‘Succeeded’, ‘Canceled’, ‘Deleting’
42 43 44 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 42 def provisioning_state @provisioning_state end |
#quota_info ⇒ QuotaInfo
Returns The quota information.
51 52 53 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 51 def quota_info @quota_info end |
#security_profile ⇒ SecurityProfile
Returns The security profile.
34 35 36 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 34 def security_profile @security_profile end |
#tier ⇒ Tier
‘Premium’
24 25 26 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 24 def tier @tier end |
Class Method Details
.mapper ⇒ Object
Mapper for ClusterGetProperties class as Ruby Hash. This will be used for serialization/deserialization.
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 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 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb', line 78 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' } }, 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: 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' } }, min_supported_tls_version: { client_side_validation: true, required: false, serialized_name: 'minSupportedTlsVersion', type: { name: 'String' } }, network_settings: { client_side_validation: true, required: false, serialized_name: 'networkSettings', type: { name: 'Composite', class_name: 'NetworkSettings' } } } } } end |