azure_mgmt_container_service 0.20.3 → 0.20.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2016-03-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  3. data/lib/2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  4. data/lib/2017-01-31/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  5. data/lib/2017-07-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  6. data/lib/2017-08-31/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  7. data/lib/2017-09-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  8. data/lib/2018-03-31/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  9. data/lib/2018-08-01-preview/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  10. data/lib/2018-09-30-preview/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  11. data/lib/2019-02-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  12. data/lib/2019-04-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  13. data/lib/2019-04-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  14. data/lib/2019-06-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  15. data/lib/2019-08-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  16. data/lib/2019-09-30-preview/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  17. data/lib/2019-10-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  18. data/lib/2020-02-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  19. data/lib/2020-06-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
  20. data/lib/2020-07-01/generated/azure_mgmt_container_service.rb +99 -0
  21. data/lib/2020-07-01/generated/azure_mgmt_container_service/agent_pools.rb +900 -0
  22. data/lib/2020-07-01/generated/azure_mgmt_container_service/container_service_client.rb +145 -0
  23. data/lib/2020-07-01/generated/azure_mgmt_container_service/managed_clusters.rb +2197 -0
  24. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool.rb +441 -0
  25. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_available_versions.rb +93 -0
  26. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_available_versions_properties_agent_pool_versions_item.rb +71 -0
  27. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_list_result.rb +99 -0
  28. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_mode.rb +16 -0
  29. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_type.rb +16 -0
  30. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_upgrade_profile.rb +129 -0
  31. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_upgrade_profile_properties_upgrades_item.rb +59 -0
  32. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/agent_pool_upgrade_settings.rb +47 -0
  33. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/connection_status.rb +18 -0
  34. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
  35. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
  36. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
  37. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_network_profile.rb +179 -0
  38. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
  39. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
  40. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
  41. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
  42. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
  43. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/credential_result.rb +59 -0
  44. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/credential_results.rb +57 -0
  45. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/license_type.rb +16 -0
  46. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/load_balancer_sku.rb +16 -0
  47. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster.rb +389 -0
  48. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_aadprofile.rb +123 -0
  49. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_access_profile.rb +97 -0
  50. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile.rb +80 -0
  51. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile_identity.rb +59 -0
  52. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_agent_pool_profile.rb +280 -0
  53. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_agent_pool_profile_properties.rb +414 -0
  54. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_apiserver_access_profile.rb +66 -0
  55. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_identity.rb +104 -0
  56. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_identity_user_assigned_identities_value.rb +61 -0
  57. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_list_result.rb +100 -0
  58. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile.rb +132 -0
  59. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_managed_outbound_ips.rb +55 -0
  60. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb +57 -0
  61. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ips.rb +56 -0
  62. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile.rb +92 -0
  63. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile_upgrades_item.rb +59 -0
  64. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_properties_auto_scaler_profile.rb +135 -0
  65. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_properties_identity_profile_value.rb +61 -0
  66. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_service_principal_profile.rb +59 -0
  67. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_sku.rb +60 -0
  68. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_skuname.rb +15 -0
  69. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_skutier.rb +16 -0
  70. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_upgrade_profile.rb +105 -0
  71. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/managed_cluster_windows_profile.rb +76 -0
  72. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/network_mode.rb +16 -0
  73. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/network_plugin.rb +16 -0
  74. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/network_policy.rb +16 -0
  75. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/operation_list_result.rb +56 -0
  76. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/operation_value.rb +108 -0
  77. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
  78. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/outbound_type.rb +16 -0
  79. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/private_endpoint.rb +46 -0
  80. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/private_endpoint_connection.rb +111 -0
  81. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/private_endpoint_connection_list_result.rb +55 -0
  82. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/private_endpoint_connection_provisioning_state.rb +18 -0
  83. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/private_link_service_connection_state.rb +59 -0
  84. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/resource.rb +110 -0
  85. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/resource_identity_type.rb +17 -0
  86. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/resource_reference.rb +46 -0
  87. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/scale_set_eviction_policy.rb +16 -0
  88. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/scale_set_priority.rb +16 -0
  89. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/sub_resource.rb +72 -0
  90. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/tags_object.rb +54 -0
  91. data/lib/2020-07-01/generated/azure_mgmt_container_service/models/user_assigned_identity.rb +69 -0
  92. data/lib/2020-07-01/generated/azure_mgmt_container_service/module_definition.rb +9 -0
  93. data/lib/2020-07-01/generated/azure_mgmt_container_service/operations.rb +109 -0
  94. data/lib/2020-07-01/generated/azure_mgmt_container_service/private_endpoint_connections.rb +515 -0
  95. data/lib/azure_mgmt_container_service.rb +1 -0
  96. data/lib/profiles/latest/modules/containerservice_profile_module.rb +143 -139
  97. data/lib/version.rb +1 -1
  98. metadata +77 -2
@@ -0,0 +1,441 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ContainerService::Mgmt::V2020_07_01
7
+ module Models
8
+ #
9
+ # Agent Pool.
10
+ #
11
+ class AgentPool < SubResource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Integer] Number of agents (VMs) to host docker containers.
16
+ # Allowed values must be in the range of 0 to 100 (inclusive) for user
17
+ # pools and in the range of 1 to 100 (inclusive) for system pools. The
18
+ # default value is 1.
19
+ attr_accessor :count
20
+
21
+ # @return [ContainerServiceVMSizeTypes] Size of agent VMs. Possible
22
+ # values include: 'Standard_A1', 'Standard_A10', 'Standard_A11',
23
+ # 'Standard_A1_v2', 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2',
24
+ # 'Standard_A3', 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2',
25
+ # 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8',
26
+ # 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms',
27
+ # 'Standard_B2s', 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1',
28
+ # 'Standard_D11', 'Standard_D11_v2', 'Standard_D11_v2_Promo',
29
+ # 'Standard_D12', 'Standard_D12_v2', 'Standard_D12_v2_Promo',
30
+ # 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo',
31
+ # 'Standard_D14', 'Standard_D14_v2', 'Standard_D14_v2_Promo',
32
+ # 'Standard_D15_v2', 'Standard_D16_v3', 'Standard_D16s_v3',
33
+ # 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2',
34
+ # 'Standard_D2_v2_Promo', 'Standard_D2_v3', 'Standard_D2s_v3',
35
+ # 'Standard_D3', 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2',
36
+ # 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2',
37
+ # 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3',
38
+ # 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3',
39
+ # 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3',
40
+ # 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2',
41
+ # 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2',
42
+ # 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2',
43
+ # 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo',
44
+ # 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2',
45
+ # 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2',
46
+ # 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2',
47
+ # 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2',
48
+ # 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2',
49
+ # 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', 'Standard_DS5_v2_Promo',
50
+ # 'Standard_E16_v3', 'Standard_E16s_v3', 'Standard_E2_v3',
51
+ # 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3',
52
+ # 'Standard_E32_v3', 'Standard_E32s_v3', 'Standard_E4_v3',
53
+ # 'Standard_E4s_v3', 'Standard_E64-16s_v3', 'Standard_E64-32s_v3',
54
+ # 'Standard_E64_v3', 'Standard_E64s_v3', 'Standard_E8_v3',
55
+ # 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s',
56
+ # 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', 'Standard_F2s',
57
+ # 'Standard_F2s_v2', 'Standard_F32s_v2', 'Standard_F4', 'Standard_F4s',
58
+ # 'Standard_F4s_v2', 'Standard_F64s_v2', 'Standard_F72s_v2',
59
+ # 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1',
60
+ # 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5',
61
+ # 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4',
62
+ # 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16',
63
+ # 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', 'Standard_H16mr',
64
+ # 'Standard_H16r', 'Standard_H8', 'Standard_H8m', 'Standard_L16s',
65
+ # 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', 'Standard_M128-32ms',
66
+ # 'Standard_M128-64ms', 'Standard_M128ms', 'Standard_M128s',
67
+ # 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms',
68
+ # 'Standard_M64s', 'Standard_NC12', 'Standard_NC12s_v2',
69
+ # 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',
70
+ # 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2',
71
+ # 'Standard_NC24s_v3', 'Standard_NC6', 'Standard_NC6s_v2',
72
+ # 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',
73
+ # 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24',
74
+ # 'Standard_NV6'
75
+ attr_accessor :vm_size
76
+
77
+ # @return [Integer] OS Disk Size in GB to be used to specify the disk
78
+ # size for every machine in this master/agent pool. If you specify 0, it
79
+ # will apply the default osDisk size according to the vmSize specified.
80
+ attr_accessor :os_disk_size_gb
81
+
82
+ # @return [String] VNet SubnetID specifies the VNet's subnet identifier.
83
+ attr_accessor :vnet_subnet_id
84
+
85
+ # @return [Integer] Maximum number of pods that can run on a node.
86
+ attr_accessor :max_pods
87
+
88
+ # @return [OSType] OsType to be used to specify os type. Choose from
89
+ # Linux and Windows. Default to Linux. Possible values include: 'Linux',
90
+ # 'Windows'. Default value: 'Linux' .
91
+ attr_accessor :os_type
92
+
93
+ # @return [Integer] Maximum number of nodes for auto-scaling
94
+ attr_accessor :max_count
95
+
96
+ # @return [Integer] Minimum number of nodes for auto-scaling
97
+ attr_accessor :min_count
98
+
99
+ # @return [Boolean] Whether to enable auto-scaler
100
+ attr_accessor :enable_auto_scaling
101
+
102
+ # @return [AgentPoolType] AgentPoolType represents types of an agent
103
+ # pool. Possible values include: 'VirtualMachineScaleSets',
104
+ # 'AvailabilitySet'
105
+ attr_accessor :agent_pool_type
106
+
107
+ # @return [AgentPoolMode] AgentPoolMode represents mode of an agent pool.
108
+ # Possible values include: 'System', 'User'
109
+ attr_accessor :mode
110
+
111
+ # @return [String] Version of orchestrator specified when creating the
112
+ # managed cluster.
113
+ attr_accessor :orchestrator_version
114
+
115
+ # @return [String] Version of node image
116
+ attr_accessor :node_image_version
117
+
118
+ # @return [AgentPoolUpgradeSettings] Settings for upgrading the agentpool
119
+ attr_accessor :upgrade_settings
120
+
121
+ # @return [String] The current deployment or provisioning state, which
122
+ # only appears in the response.
123
+ attr_accessor :provisioning_state
124
+
125
+ # @return [Array<String>] Availability zones for nodes. Must use
126
+ # VirtualMachineScaleSets AgentPoolType.
127
+ attr_accessor :availability_zones
128
+
129
+ # @return [Boolean] Enable public IP for nodes
130
+ attr_accessor :enable_node_public_ip
131
+
132
+ # @return [ScaleSetPriority] ScaleSetPriority to be used to specify
133
+ # virtual machine scale set priority. Default to regular. Possible values
134
+ # include: 'Spot', 'Regular'. Default value: 'Regular' .
135
+ attr_accessor :scale_set_priority
136
+
137
+ # @return [ScaleSetEvictionPolicy] ScaleSetEvictionPolicy to be used to
138
+ # specify eviction policy for Spot virtual machine scale set. Default to
139
+ # Delete. Possible values include: 'Delete', 'Deallocate'. Default value:
140
+ # 'Delete' .
141
+ attr_accessor :scale_set_eviction_policy
142
+
143
+ # @return [Float] SpotMaxPrice to be used to specify the maximum price
144
+ # you are willing to pay in US Dollars. Possible values are any decimal
145
+ # value greater than zero or -1 which indicates default price to be up-to
146
+ # on-demand.
147
+ attr_accessor :spot_max_price
148
+
149
+ # @return [Hash{String => String}] Agent pool tags to be persisted on the
150
+ # agent pool virtual machine scale set.
151
+ attr_accessor :tags
152
+
153
+ # @return [Hash{String => String}] Agent pool node labels to be persisted
154
+ # across all nodes in agent pool.
155
+ attr_accessor :node_labels
156
+
157
+ # @return [Array<String>] Taints added to new nodes during node pool
158
+ # create and scale. For example, key=value:NoSchedule.
159
+ attr_accessor :node_taints
160
+
161
+ # @return [String] The ID for Proximity Placement Group.
162
+ attr_accessor :proximity_placement_group_id
163
+
164
+
165
+ #
166
+ # Mapper for AgentPool class as Ruby Hash.
167
+ # This will be used for serialization/deserialization.
168
+ #
169
+ def self.mapper()
170
+ {
171
+ client_side_validation: true,
172
+ required: false,
173
+ serialized_name: 'AgentPool',
174
+ type: {
175
+ name: 'Composite',
176
+ class_name: 'AgentPool',
177
+ model_properties: {
178
+ id: {
179
+ client_side_validation: true,
180
+ required: false,
181
+ read_only: true,
182
+ serialized_name: 'id',
183
+ type: {
184
+ name: 'String'
185
+ }
186
+ },
187
+ name: {
188
+ client_side_validation: true,
189
+ required: false,
190
+ read_only: true,
191
+ serialized_name: 'name',
192
+ type: {
193
+ name: 'String'
194
+ }
195
+ },
196
+ type: {
197
+ client_side_validation: true,
198
+ required: false,
199
+ read_only: true,
200
+ serialized_name: 'type',
201
+ type: {
202
+ name: 'String'
203
+ }
204
+ },
205
+ count: {
206
+ client_side_validation: true,
207
+ required: false,
208
+ serialized_name: 'properties.count',
209
+ type: {
210
+ name: 'Number'
211
+ }
212
+ },
213
+ vm_size: {
214
+ client_side_validation: true,
215
+ required: false,
216
+ serialized_name: 'properties.vmSize',
217
+ type: {
218
+ name: 'String'
219
+ }
220
+ },
221
+ os_disk_size_gb: {
222
+ client_side_validation: true,
223
+ required: false,
224
+ serialized_name: 'properties.osDiskSizeGB',
225
+ type: {
226
+ name: 'Number'
227
+ }
228
+ },
229
+ vnet_subnet_id: {
230
+ client_side_validation: true,
231
+ required: false,
232
+ serialized_name: 'properties.vnetSubnetID',
233
+ type: {
234
+ name: 'String'
235
+ }
236
+ },
237
+ max_pods: {
238
+ client_side_validation: true,
239
+ required: false,
240
+ serialized_name: 'properties.maxPods',
241
+ type: {
242
+ name: 'Number'
243
+ }
244
+ },
245
+ os_type: {
246
+ client_side_validation: true,
247
+ required: false,
248
+ serialized_name: 'properties.osType',
249
+ default_value: 'Linux',
250
+ type: {
251
+ name: 'String'
252
+ }
253
+ },
254
+ max_count: {
255
+ client_side_validation: true,
256
+ required: false,
257
+ serialized_name: 'properties.maxCount',
258
+ type: {
259
+ name: 'Number'
260
+ }
261
+ },
262
+ min_count: {
263
+ client_side_validation: true,
264
+ required: false,
265
+ serialized_name: 'properties.minCount',
266
+ type: {
267
+ name: 'Number'
268
+ }
269
+ },
270
+ enable_auto_scaling: {
271
+ client_side_validation: true,
272
+ required: false,
273
+ serialized_name: 'properties.enableAutoScaling',
274
+ type: {
275
+ name: 'Boolean'
276
+ }
277
+ },
278
+ agent_pool_type: {
279
+ client_side_validation: true,
280
+ required: false,
281
+ serialized_name: 'properties.type',
282
+ type: {
283
+ name: 'String'
284
+ }
285
+ },
286
+ mode: {
287
+ client_side_validation: true,
288
+ required: false,
289
+ serialized_name: 'properties.mode',
290
+ type: {
291
+ name: 'String'
292
+ }
293
+ },
294
+ orchestrator_version: {
295
+ client_side_validation: true,
296
+ required: false,
297
+ serialized_name: 'properties.orchestratorVersion',
298
+ type: {
299
+ name: 'String'
300
+ }
301
+ },
302
+ node_image_version: {
303
+ client_side_validation: true,
304
+ required: false,
305
+ read_only: true,
306
+ serialized_name: 'properties.nodeImageVersion',
307
+ type: {
308
+ name: 'String'
309
+ }
310
+ },
311
+ upgrade_settings: {
312
+ client_side_validation: true,
313
+ required: false,
314
+ serialized_name: 'properties.upgradeSettings',
315
+ type: {
316
+ name: 'Composite',
317
+ class_name: 'AgentPoolUpgradeSettings'
318
+ }
319
+ },
320
+ provisioning_state: {
321
+ client_side_validation: true,
322
+ required: false,
323
+ read_only: true,
324
+ serialized_name: 'properties.provisioningState',
325
+ type: {
326
+ name: 'String'
327
+ }
328
+ },
329
+ availability_zones: {
330
+ client_side_validation: true,
331
+ required: false,
332
+ serialized_name: 'properties.availabilityZones',
333
+ type: {
334
+ name: 'Sequence',
335
+ element: {
336
+ client_side_validation: true,
337
+ required: false,
338
+ serialized_name: 'StringElementType',
339
+ type: {
340
+ name: 'String'
341
+ }
342
+ }
343
+ }
344
+ },
345
+ enable_node_public_ip: {
346
+ client_side_validation: true,
347
+ required: false,
348
+ serialized_name: 'properties.enableNodePublicIP',
349
+ type: {
350
+ name: 'Boolean'
351
+ }
352
+ },
353
+ scale_set_priority: {
354
+ client_side_validation: true,
355
+ required: false,
356
+ serialized_name: 'properties.scaleSetPriority',
357
+ default_value: 'Regular',
358
+ type: {
359
+ name: 'String'
360
+ }
361
+ },
362
+ scale_set_eviction_policy: {
363
+ client_side_validation: true,
364
+ required: false,
365
+ serialized_name: 'properties.scaleSetEvictionPolicy',
366
+ default_value: 'Delete',
367
+ type: {
368
+ name: 'String'
369
+ }
370
+ },
371
+ spot_max_price: {
372
+ client_side_validation: true,
373
+ required: false,
374
+ serialized_name: 'properties.spotMaxPrice',
375
+ type: {
376
+ name: 'Double'
377
+ }
378
+ },
379
+ tags: {
380
+ client_side_validation: true,
381
+ required: false,
382
+ serialized_name: 'properties.tags',
383
+ type: {
384
+ name: 'Dictionary',
385
+ value: {
386
+ client_side_validation: true,
387
+ required: false,
388
+ serialized_name: 'StringElementType',
389
+ type: {
390
+ name: 'String'
391
+ }
392
+ }
393
+ }
394
+ },
395
+ node_labels: {
396
+ client_side_validation: true,
397
+ required: false,
398
+ serialized_name: 'properties.nodeLabels',
399
+ type: {
400
+ name: 'Dictionary',
401
+ value: {
402
+ client_side_validation: true,
403
+ required: false,
404
+ serialized_name: 'StringElementType',
405
+ type: {
406
+ name: 'String'
407
+ }
408
+ }
409
+ }
410
+ },
411
+ node_taints: {
412
+ client_side_validation: true,
413
+ required: false,
414
+ serialized_name: 'properties.nodeTaints',
415
+ type: {
416
+ name: 'Sequence',
417
+ element: {
418
+ client_side_validation: true,
419
+ required: false,
420
+ serialized_name: 'StringElementType',
421
+ type: {
422
+ name: 'String'
423
+ }
424
+ }
425
+ }
426
+ },
427
+ proximity_placement_group_id: {
428
+ client_side_validation: true,
429
+ required: false,
430
+ serialized_name: 'properties.proximityPlacementGroupID',
431
+ type: {
432
+ name: 'String'
433
+ }
434
+ }
435
+ }
436
+ }
437
+ }
438
+ end
439
+ end
440
+ end
441
+ end
@@ -0,0 +1,93 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ContainerService::Mgmt::V2020_07_01
7
+ module Models
8
+ #
9
+ # The list of available versions for an agent pool.
10
+ #
11
+ class AgentPoolAvailableVersions
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Id of the agent pool available versions.
16
+ attr_accessor :id
17
+
18
+ # @return [String] Name of the agent pool available versions.
19
+ attr_accessor :name
20
+
21
+ # @return [String] Type of the agent pool available versions.
22
+ attr_accessor :type
23
+
24
+ # @return
25
+ # [Array<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem>] List
26
+ # of versions available for agent pool.
27
+ attr_accessor :agent_pool_versions
28
+
29
+
30
+ #
31
+ # Mapper for AgentPoolAvailableVersions class as Ruby Hash.
32
+ # This will be used for serialization/deserialization.
33
+ #
34
+ def self.mapper()
35
+ {
36
+ client_side_validation: true,
37
+ required: false,
38
+ serialized_name: 'AgentPoolAvailableVersions',
39
+ type: {
40
+ name: 'Composite',
41
+ class_name: 'AgentPoolAvailableVersions',
42
+ model_properties: {
43
+ id: {
44
+ client_side_validation: true,
45
+ required: false,
46
+ read_only: true,
47
+ serialized_name: 'id',
48
+ type: {
49
+ name: 'String'
50
+ }
51
+ },
52
+ name: {
53
+ client_side_validation: true,
54
+ required: false,
55
+ read_only: true,
56
+ serialized_name: 'name',
57
+ type: {
58
+ name: 'String'
59
+ }
60
+ },
61
+ type: {
62
+ client_side_validation: true,
63
+ required: false,
64
+ read_only: true,
65
+ serialized_name: 'type',
66
+ type: {
67
+ name: 'String'
68
+ }
69
+ },
70
+ agent_pool_versions: {
71
+ client_side_validation: true,
72
+ required: false,
73
+ serialized_name: 'properties.agentPoolVersions',
74
+ type: {
75
+ name: 'Sequence',
76
+ element: {
77
+ client_side_validation: true,
78
+ required: false,
79
+ serialized_name: 'AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItemElementType',
80
+ type: {
81
+ name: 'Composite',
82
+ class_name: 'AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem'
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
90
+ end
91
+ end
92
+ end
93
+ end