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,414 @@
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
+ # Properties for the container service agent pool profile.
10
+ #
11
+ class ManagedClusterAgentPoolProfileProperties
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 :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 ManagedClusterAgentPoolProfileProperties 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: 'ManagedClusterAgentPoolProfileProperties',
174
+ type: {
175
+ name: 'Composite',
176
+ class_name: 'ManagedClusterAgentPoolProfileProperties',
177
+ model_properties: {
178
+ count: {
179
+ client_side_validation: true,
180
+ required: false,
181
+ serialized_name: 'count',
182
+ type: {
183
+ name: 'Number'
184
+ }
185
+ },
186
+ vm_size: {
187
+ client_side_validation: true,
188
+ required: false,
189
+ serialized_name: 'vmSize',
190
+ type: {
191
+ name: 'String'
192
+ }
193
+ },
194
+ os_disk_size_gb: {
195
+ client_side_validation: true,
196
+ required: false,
197
+ serialized_name: 'osDiskSizeGB',
198
+ type: {
199
+ name: 'Number'
200
+ }
201
+ },
202
+ vnet_subnet_id: {
203
+ client_side_validation: true,
204
+ required: false,
205
+ serialized_name: 'vnetSubnetID',
206
+ type: {
207
+ name: 'String'
208
+ }
209
+ },
210
+ max_pods: {
211
+ client_side_validation: true,
212
+ required: false,
213
+ serialized_name: 'maxPods',
214
+ type: {
215
+ name: 'Number'
216
+ }
217
+ },
218
+ os_type: {
219
+ client_side_validation: true,
220
+ required: false,
221
+ serialized_name: 'osType',
222
+ default_value: 'Linux',
223
+ type: {
224
+ name: 'String'
225
+ }
226
+ },
227
+ max_count: {
228
+ client_side_validation: true,
229
+ required: false,
230
+ serialized_name: 'maxCount',
231
+ type: {
232
+ name: 'Number'
233
+ }
234
+ },
235
+ min_count: {
236
+ client_side_validation: true,
237
+ required: false,
238
+ serialized_name: 'minCount',
239
+ type: {
240
+ name: 'Number'
241
+ }
242
+ },
243
+ enable_auto_scaling: {
244
+ client_side_validation: true,
245
+ required: false,
246
+ serialized_name: 'enableAutoScaling',
247
+ type: {
248
+ name: 'Boolean'
249
+ }
250
+ },
251
+ type: {
252
+ client_side_validation: true,
253
+ required: false,
254
+ serialized_name: 'type',
255
+ type: {
256
+ name: 'String'
257
+ }
258
+ },
259
+ mode: {
260
+ client_side_validation: true,
261
+ required: false,
262
+ serialized_name: 'mode',
263
+ type: {
264
+ name: 'String'
265
+ }
266
+ },
267
+ orchestrator_version: {
268
+ client_side_validation: true,
269
+ required: false,
270
+ serialized_name: 'orchestratorVersion',
271
+ type: {
272
+ name: 'String'
273
+ }
274
+ },
275
+ node_image_version: {
276
+ client_side_validation: true,
277
+ required: false,
278
+ read_only: true,
279
+ serialized_name: 'nodeImageVersion',
280
+ type: {
281
+ name: 'String'
282
+ }
283
+ },
284
+ upgrade_settings: {
285
+ client_side_validation: true,
286
+ required: false,
287
+ serialized_name: 'upgradeSettings',
288
+ type: {
289
+ name: 'Composite',
290
+ class_name: 'AgentPoolUpgradeSettings'
291
+ }
292
+ },
293
+ provisioning_state: {
294
+ client_side_validation: true,
295
+ required: false,
296
+ read_only: true,
297
+ serialized_name: 'provisioningState',
298
+ type: {
299
+ name: 'String'
300
+ }
301
+ },
302
+ availability_zones: {
303
+ client_side_validation: true,
304
+ required: false,
305
+ serialized_name: 'availabilityZones',
306
+ type: {
307
+ name: 'Sequence',
308
+ element: {
309
+ client_side_validation: true,
310
+ required: false,
311
+ serialized_name: 'StringElementType',
312
+ type: {
313
+ name: 'String'
314
+ }
315
+ }
316
+ }
317
+ },
318
+ enable_node_public_ip: {
319
+ client_side_validation: true,
320
+ required: false,
321
+ serialized_name: 'enableNodePublicIP',
322
+ type: {
323
+ name: 'Boolean'
324
+ }
325
+ },
326
+ scale_set_priority: {
327
+ client_side_validation: true,
328
+ required: false,
329
+ serialized_name: 'scaleSetPriority',
330
+ default_value: 'Regular',
331
+ type: {
332
+ name: 'String'
333
+ }
334
+ },
335
+ scale_set_eviction_policy: {
336
+ client_side_validation: true,
337
+ required: false,
338
+ serialized_name: 'scaleSetEvictionPolicy',
339
+ default_value: 'Delete',
340
+ type: {
341
+ name: 'String'
342
+ }
343
+ },
344
+ spot_max_price: {
345
+ client_side_validation: true,
346
+ required: false,
347
+ serialized_name: 'spotMaxPrice',
348
+ type: {
349
+ name: 'Double'
350
+ }
351
+ },
352
+ tags: {
353
+ client_side_validation: true,
354
+ required: false,
355
+ serialized_name: 'tags',
356
+ type: {
357
+ name: 'Dictionary',
358
+ value: {
359
+ client_side_validation: true,
360
+ required: false,
361
+ serialized_name: 'StringElementType',
362
+ type: {
363
+ name: 'String'
364
+ }
365
+ }
366
+ }
367
+ },
368
+ node_labels: {
369
+ client_side_validation: true,
370
+ required: false,
371
+ serialized_name: 'nodeLabels',
372
+ type: {
373
+ name: 'Dictionary',
374
+ value: {
375
+ client_side_validation: true,
376
+ required: false,
377
+ serialized_name: 'StringElementType',
378
+ type: {
379
+ name: 'String'
380
+ }
381
+ }
382
+ }
383
+ },
384
+ node_taints: {
385
+ client_side_validation: true,
386
+ required: false,
387
+ serialized_name: 'nodeTaints',
388
+ type: {
389
+ name: 'Sequence',
390
+ element: {
391
+ client_side_validation: true,
392
+ required: false,
393
+ serialized_name: 'StringElementType',
394
+ type: {
395
+ name: 'String'
396
+ }
397
+ }
398
+ }
399
+ },
400
+ proximity_placement_group_id: {
401
+ client_side_validation: true,
402
+ required: false,
403
+ serialized_name: 'proximityPlacementGroupID',
404
+ type: {
405
+ name: 'String'
406
+ }
407
+ }
408
+ }
409
+ }
410
+ }
411
+ end
412
+ end
413
+ end
414
+ end
@@ -0,0 +1,66 @@
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
+ # Access profile for managed cluster API server.
10
+ #
11
+ class ManagedClusterAPIServerAccessProfile
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Array<String>] Authorized IP Ranges to kubernetes API server.
16
+ attr_accessor :authorized_ipranges
17
+
18
+ # @return [Boolean] Whether to create the cluster as a private cluster or
19
+ # not.
20
+ attr_accessor :enable_private_cluster
21
+
22
+
23
+ #
24
+ # Mapper for ManagedClusterAPIServerAccessProfile class as Ruby Hash.
25
+ # This will be used for serialization/deserialization.
26
+ #
27
+ def self.mapper()
28
+ {
29
+ client_side_validation: true,
30
+ required: false,
31
+ serialized_name: 'ManagedClusterAPIServerAccessProfile',
32
+ type: {
33
+ name: 'Composite',
34
+ class_name: 'ManagedClusterAPIServerAccessProfile',
35
+ model_properties: {
36
+ authorized_ipranges: {
37
+ client_side_validation: true,
38
+ required: false,
39
+ serialized_name: 'authorizedIPRanges',
40
+ type: {
41
+ name: 'Sequence',
42
+ element: {
43
+ client_side_validation: true,
44
+ required: false,
45
+ serialized_name: 'StringElementType',
46
+ type: {
47
+ name: 'String'
48
+ }
49
+ }
50
+ }
51
+ },
52
+ enable_private_cluster: {
53
+ client_side_validation: true,
54
+ required: false,
55
+ serialized_name: 'enablePrivateCluster',
56
+ type: {
57
+ name: 'Boolean'
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }
63
+ end
64
+ end
65
+ end
66
+ end