Class: Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterUpdate
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb
Overview
Class representing an update to a Kusto cluster.
Instance Attribute Summary collapse
-
#data_ingestion_uri ⇒ String
The cluster data ingestion URI.
-
#enable_disk_encryption ⇒ Boolean
are encrypted.
-
#enable_streaming_ingest ⇒ Boolean
ingest is enabled.
-
#identity ⇒ Identity
The identity of the cluster, if configured.
-
#key_vault_properties ⇒ KeyVaultProperties
encryption.
-
#location ⇒ String
Resource location.
-
#optimized_autoscale ⇒ OptimizedAutoscale
Optimized auto scale definition.
-
#provisioning_state ⇒ ProvisioningState
Possible values include: ‘Running’, ‘Creating’, ‘Deleting’, ‘Succeeded’, ‘Failed’, ‘Moving’.
-
#sku ⇒ AzureSku
The SKU of the cluster.
-
#state ⇒ State
‘Creating’, ‘Unavailable’, ‘Running’, ‘Deleting’, ‘Deleted’, ‘Stopping’, ‘Stopped’, ‘Starting’, ‘Updating’.
-
#state_reason ⇒ String
The reason for the cluster’s current state.
-
#tags ⇒ Hash{String => String}
Resource tags.
-
#trusted_external_tenants ⇒ Array<TrustedExternalTenant>
The cluster’s external tenants.
-
#uri ⇒ String
The cluster URI.
-
#virtual_network_configuration ⇒ VirtualNetworkConfiguration
Virtual network definition.
Attributes inherited from Resource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ClusterUpdate class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#data_ingestion_uri ⇒ String
41 42 43 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 41 def data_ingestion_uri @data_ingestion_uri end |
#enable_disk_encryption ⇒ Boolean
are encrypted.
54 55 56 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 54 def enable_disk_encryption @enable_disk_encryption end |
#enable_streaming_ingest ⇒ Boolean
ingest is enabled. Default value: false .
58 59 60 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 58 def enable_streaming_ingest @enable_streaming_ingest end |
#identity ⇒ Identity
25 26 27 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 25 def identity @identity end |
#key_vault_properties ⇒ KeyVaultProperties
encryption.
65 66 67 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 65 def key_vault_properties @key_vault_properties end |
#location ⇒ String
19 20 21 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 19 def location @location end |
#optimized_autoscale ⇒ OptimizedAutoscale
50 51 52 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 50 def optimized_autoscale @optimized_autoscale end |
#provisioning_state ⇒ ProvisioningState
Possible values include: ‘Running’, ‘Creating’, ‘Deleting’, ‘Succeeded’, ‘Failed’, ‘Moving’
35 36 37 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 35 def provisioning_state @provisioning_state end |
#sku ⇒ AzureSku
22 23 24 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 22 def sku @sku end |
#state ⇒ State
‘Creating’, ‘Unavailable’, ‘Running’, ‘Deleting’, ‘Deleted’, ‘Stopping’, ‘Stopped’, ‘Starting’, ‘Updating’
30 31 32 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 30 def state @state end |
#state_reason ⇒ String
44 45 46 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 44 def state_reason @state_reason end |
#tags ⇒ Hash{String => String}
16 17 18 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 16 def end |
#trusted_external_tenants ⇒ Array<TrustedExternalTenant>
47 48 49 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 47 def trusted_external_tenants @trusted_external_tenants end |
#uri ⇒ String
38 39 40 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 38 def uri @uri end |
#virtual_network_configuration ⇒ VirtualNetworkConfiguration
61 62 63 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 61 def virtual_network_configuration @virtual_network_configuration end |
Class Method Details
.mapper ⇒ Object
Mapper for ClusterUpdate class as Ruby Hash. This will be used for serialization/deserialization.
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 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 |
# File 'lib/2019-11-09/generated/azure_mgmt_kusto/models/cluster_update.rb', line 72 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterUpdate', type: { name: 'Composite', class_name: 'ClusterUpdate', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, sku: { client_side_validation: true, required: false, serialized_name: 'sku', type: { name: 'Composite', class_name: 'AzureSku' } }, identity: { client_side_validation: true, required: false, serialized_name: 'identity', type: { name: 'Composite', class_name: 'Identity' } }, state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, uri: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.uri', type: { name: 'String' } }, data_ingestion_uri: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.dataIngestionUri', type: { name: 'String' } }, state_reason: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.stateReason', type: { name: 'String' } }, trusted_external_tenants: { client_side_validation: true, required: false, serialized_name: 'properties.trustedExternalTenants', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'TrustedExternalTenantElementType', type: { name: 'Composite', class_name: 'TrustedExternalTenant' } } } }, optimized_autoscale: { client_side_validation: true, required: false, serialized_name: 'properties.optimizedAutoscale', type: { name: 'Composite', class_name: 'OptimizedAutoscale' } }, enable_disk_encryption: { client_side_validation: true, required: false, serialized_name: 'properties.enableDiskEncryption', type: { name: 'Boolean' } }, enable_streaming_ingest: { client_side_validation: true, required: false, serialized_name: 'properties.enableStreamingIngest', default_value: false, type: { name: 'Boolean' } }, virtual_network_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.virtualNetworkConfiguration', type: { name: 'Composite', class_name: 'VirtualNetworkConfiguration' } }, key_vault_properties: { client_side_validation: true, required: false, serialized_name: 'properties.keyVaultProperties', type: { name: 'Composite', class_name: 'KeyVaultProperties' } } } } } end |