azure_mgmt_container_service 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2016-03-30/generated/azure_mgmt_container_service/container_service_client.rb +7 -6
  3. data/lib/2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb +7 -6
  4. data/lib/2016-09-30/generated/azure_mgmt_container_service/container_services.rb +1 -1
  5. data/lib/2017-01-31/generated/azure_mgmt_container_service/container_service_client.rb +7 -6
  6. data/lib/2017-01-31/generated/azure_mgmt_container_service/container_services.rb +1 -1
  7. data/lib/2017-07-01/generated/azure_mgmt_container_service.rb +47 -0
  8. data/lib/2017-07-01/generated/azure_mgmt_container_service/container_service_client.rb +133 -0
  9. data/lib/2017-07-01/generated/azure_mgmt_container_service/container_services.rb +924 -0
  10. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service.rb +213 -0
  11. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb +226 -0
  12. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_custom_profile.rb +46 -0
  13. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
  14. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
  15. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_list_result.rb +100 -0
  16. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
  17. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_orchestrator_profile.rb +62 -0
  18. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_orchestrator_types.rb +19 -0
  19. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +73 -0
  20. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
  21. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
  22. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
  23. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
  24. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
  25. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +63 -0
  26. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/key_vault_secret_ref.rb +68 -0
  27. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
  28. data/lib/2017-07-01/generated/azure_mgmt_container_service/models/resource.rb +101 -0
  29. data/lib/2017-07-01/generated/azure_mgmt_container_service/module_definition.rb +9 -0
  30. data/lib/2017-08-31/generated/azure_mgmt_container_service.rb +48 -0
  31. data/lib/2017-08-31/generated/azure_mgmt_container_service/container_service_client.rb +133 -0
  32. data/lib/2017-08-31/generated/azure_mgmt_container_service/managed_clusters.rb +1172 -0
  33. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb +226 -0
  34. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
  35. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
  36. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
  37. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +73 -0
  38. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
  39. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
  40. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
  41. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
  42. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
  43. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +63 -0
  44. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/key_vault_secret_ref.rb +68 -0
  45. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster.rb +183 -0
  46. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_access_profile.rb +97 -0
  47. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_list_result.rb +100 -0
  48. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile.rb +91 -0
  49. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_upgrade_profile.rb +105 -0
  50. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/orchestrator_profile.rb +57 -0
  51. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
  52. data/lib/2017-08-31/generated/azure_mgmt_container_service/models/resource.rb +101 -0
  53. data/lib/2017-08-31/generated/azure_mgmt_container_service/module_definition.rb +9 -0
  54. data/lib/2017-09-30/generated/azure_mgmt_container_service.rb +31 -0
  55. data/lib/2017-09-30/generated/azure_mgmt_container_service/container_service_client.rb +133 -0
  56. data/lib/2017-09-30/generated/azure_mgmt_container_service/container_services.rb +131 -0
  57. data/lib/2017-09-30/generated/azure_mgmt_container_service/models/orchestrator_profile.rb +57 -0
  58. data/lib/2017-09-30/generated/azure_mgmt_container_service/models/orchestrator_version_profile.rb +89 -0
  59. data/lib/2017-09-30/generated/azure_mgmt_container_service/models/orchestrator_version_profile_list_result.rb +92 -0
  60. data/lib/2017-09-30/generated/azure_mgmt_container_service/module_definition.rb +9 -0
  61. data/lib/2018-03-31/generated/azure_mgmt_container_service.rb +57 -0
  62. data/lib/2018-03-31/generated/azure_mgmt_container_service/container_service_client.rb +137 -0
  63. data/lib/2018-03-31/generated/azure_mgmt_container_service/managed_clusters.rb +1227 -0
  64. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
  65. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
  66. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
  67. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_network_profile.rb +128 -0
  68. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +73 -0
  69. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
  70. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
  71. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
  72. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
  73. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
  74. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +63 -0
  75. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/key_vault_secret_ref.rb +68 -0
  76. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster.rb +255 -0
  77. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_aadprofile.rb +80 -0
  78. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_access_profile.rb +97 -0
  79. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile.rb +66 -0
  80. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_agent_pool_profile.rb +237 -0
  81. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_list_result.rb +100 -0
  82. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile.rb +91 -0
  83. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_upgrade_profile.rb +105 -0
  84. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/network_plugin.rb +16 -0
  85. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/network_policy.rb +15 -0
  86. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/operation_list_result.rb +56 -0
  87. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/operation_value.rb +108 -0
  88. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/orchestrator_profile.rb +57 -0
  89. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
  90. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/resource.rb +101 -0
  91. data/lib/2018-03-31/generated/azure_mgmt_container_service/models/tags_object.rb +54 -0
  92. data/lib/2018-03-31/generated/azure_mgmt_container_service/module_definition.rb +9 -0
  93. data/lib/2018-03-31/generated/azure_mgmt_container_service/operations.rb +107 -0
  94. data/lib/azure_mgmt_container_service.rb +5 -1
  95. data/lib/profiles/latest/modules/containerservice_profile_module.rb +149 -49
  96. data/lib/version.rb +1 -1
  97. metadata +91 -4
@@ -0,0 +1,237 @@
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::V2018_03_31
7
+ module Models
8
+ #
9
+ # Profile for the container service agent pool.
10
+ #
11
+ class ManagedClusterAgentPoolProfile
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Unique name of the agent pool profile in the context
16
+ # of the subscription and resource group.
17
+ attr_accessor :name
18
+
19
+ # @return [Integer] Number of agents (VMs) to host docker containers.
20
+ # Allowed values must be in the range of 1 to 100 (inclusive). The
21
+ # default value is 1. . Default value: 1 .
22
+ attr_accessor :count
23
+
24
+ # @return [ContainerServiceVMSizeTypes] Size of agent VMs. Possible
25
+ # values include: 'Standard_A1', 'Standard_A10', 'Standard_A11',
26
+ # 'Standard_A1_v2', 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2',
27
+ # 'Standard_A3', 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2',
28
+ # 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8',
29
+ # 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms',
30
+ # 'Standard_B2s', 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1',
31
+ # 'Standard_D11', 'Standard_D11_v2', 'Standard_D11_v2_Promo',
32
+ # 'Standard_D12', 'Standard_D12_v2', 'Standard_D12_v2_Promo',
33
+ # 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo',
34
+ # 'Standard_D14', 'Standard_D14_v2', 'Standard_D14_v2_Promo',
35
+ # 'Standard_D15_v2', 'Standard_D16_v3', 'Standard_D16s_v3',
36
+ # 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2',
37
+ # 'Standard_D2_v2_Promo', 'Standard_D2_v3', 'Standard_D2s_v3',
38
+ # 'Standard_D3', 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2',
39
+ # 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2',
40
+ # 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3',
41
+ # 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3',
42
+ # 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3',
43
+ # 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2',
44
+ # 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2',
45
+ # 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2',
46
+ # 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo',
47
+ # 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2',
48
+ # 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2',
49
+ # 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2',
50
+ # 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2',
51
+ # 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2',
52
+ # 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', 'Standard_DS5_v2_Promo',
53
+ # 'Standard_E16_v3', 'Standard_E16s_v3', 'Standard_E2_v3',
54
+ # 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3',
55
+ # 'Standard_E32_v3', 'Standard_E32s_v3', 'Standard_E4_v3',
56
+ # 'Standard_E4s_v3', 'Standard_E64-16s_v3', 'Standard_E64-32s_v3',
57
+ # 'Standard_E64_v3', 'Standard_E64s_v3', 'Standard_E8_v3',
58
+ # 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s',
59
+ # 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', 'Standard_F2s',
60
+ # 'Standard_F2s_v2', 'Standard_F32s_v2', 'Standard_F4', 'Standard_F4s',
61
+ # 'Standard_F4s_v2', 'Standard_F64s_v2', 'Standard_F72s_v2',
62
+ # 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1',
63
+ # 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5',
64
+ # 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4',
65
+ # 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16',
66
+ # 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', 'Standard_H16mr',
67
+ # 'Standard_H16r', 'Standard_H8', 'Standard_H8m', 'Standard_L16s',
68
+ # 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', 'Standard_M128-32ms',
69
+ # 'Standard_M128-64ms', 'Standard_M128ms', 'Standard_M128s',
70
+ # 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms',
71
+ # 'Standard_M64s', 'Standard_NC12', 'Standard_NC12s_v2',
72
+ # 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',
73
+ # 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2',
74
+ # 'Standard_NC24s_v3', 'Standard_NC6', 'Standard_NC6s_v2',
75
+ # 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',
76
+ # 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24',
77
+ # 'Standard_NV6'
78
+ attr_accessor :vm_size
79
+
80
+ # @return [Integer] OS Disk Size in GB to be used to specify the disk
81
+ # size for every machine in this master/agent pool. If you specify 0, it
82
+ # will apply the default osDisk size according to the vmSize specified.
83
+ attr_accessor :os_disk_size_gb
84
+
85
+ # @return [String] DNS prefix to be used to create the FQDN for the agent
86
+ # pool.
87
+ attr_accessor :dns_prefix
88
+
89
+ # @return [String] FDQN for the agent pool.
90
+ attr_accessor :fqdn
91
+
92
+ # @return [Array<Integer>] Ports number array used to expose on this
93
+ # agent pool. The default opened ports are different based on your choice
94
+ # of orchestrator.
95
+ attr_accessor :ports
96
+
97
+ # @return [ContainerServiceStorageProfileTypes] Storage profile specifies
98
+ # what kind of storage used. Choose from StorageAccount and ManagedDisks.
99
+ # Leave it empty, we will choose for you based on the orchestrator
100
+ # choice. Possible values include: 'StorageAccount', 'ManagedDisks'
101
+ attr_accessor :storage_profile
102
+
103
+ # @return [String] VNet SubnetID specifies the vnet's subnet identifier.
104
+ attr_accessor :vnet_subnet_id
105
+
106
+ # @return [Integer] Maximum number of pods that can run on a node.
107
+ attr_accessor :max_pods
108
+
109
+ # @return [OSType] OsType to be used to specify os type. Choose from
110
+ # Linux and Windows. Default to Linux. Possible values include: 'Linux',
111
+ # 'Windows'. Default value: 'Linux' .
112
+ attr_accessor :os_type
113
+
114
+
115
+ #
116
+ # Mapper for ManagedClusterAgentPoolProfile class as Ruby Hash.
117
+ # This will be used for serialization/deserialization.
118
+ #
119
+ def self.mapper()
120
+ {
121
+ client_side_validation: true,
122
+ required: false,
123
+ serialized_name: 'ManagedClusterAgentPoolProfile',
124
+ type: {
125
+ name: 'Composite',
126
+ class_name: 'ManagedClusterAgentPoolProfile',
127
+ model_properties: {
128
+ name: {
129
+ client_side_validation: true,
130
+ required: true,
131
+ serialized_name: 'name',
132
+ type: {
133
+ name: 'String'
134
+ }
135
+ },
136
+ count: {
137
+ client_side_validation: true,
138
+ required: false,
139
+ serialized_name: 'count',
140
+ default_value: 1,
141
+ constraints: {
142
+ InclusiveMaximum: 100,
143
+ InclusiveMinimum: 1
144
+ },
145
+ type: {
146
+ name: 'Number'
147
+ }
148
+ },
149
+ vm_size: {
150
+ client_side_validation: true,
151
+ required: true,
152
+ serialized_name: 'vmSize',
153
+ type: {
154
+ name: 'String'
155
+ }
156
+ },
157
+ os_disk_size_gb: {
158
+ client_side_validation: true,
159
+ required: false,
160
+ serialized_name: 'osDiskSizeGB',
161
+ type: {
162
+ name: 'Number'
163
+ }
164
+ },
165
+ dns_prefix: {
166
+ client_side_validation: true,
167
+ required: false,
168
+ serialized_name: 'dnsPrefix',
169
+ type: {
170
+ name: 'String'
171
+ }
172
+ },
173
+ fqdn: {
174
+ client_side_validation: true,
175
+ required: false,
176
+ read_only: true,
177
+ serialized_name: 'fqdn',
178
+ type: {
179
+ name: 'String'
180
+ }
181
+ },
182
+ ports: {
183
+ client_side_validation: true,
184
+ required: false,
185
+ serialized_name: 'ports',
186
+ type: {
187
+ name: 'Sequence',
188
+ element: {
189
+ client_side_validation: true,
190
+ required: false,
191
+ serialized_name: 'NumberElementType',
192
+ type: {
193
+ name: 'Number'
194
+ }
195
+ }
196
+ }
197
+ },
198
+ storage_profile: {
199
+ client_side_validation: true,
200
+ required: false,
201
+ serialized_name: 'storageProfile',
202
+ type: {
203
+ name: 'String'
204
+ }
205
+ },
206
+ vnet_subnet_id: {
207
+ client_side_validation: true,
208
+ required: false,
209
+ serialized_name: 'vnetSubnetID',
210
+ type: {
211
+ name: 'String'
212
+ }
213
+ },
214
+ max_pods: {
215
+ client_side_validation: true,
216
+ required: false,
217
+ serialized_name: 'maxPods',
218
+ type: {
219
+ name: 'Number'
220
+ }
221
+ },
222
+ os_type: {
223
+ client_side_validation: true,
224
+ required: false,
225
+ serialized_name: 'osType',
226
+ default_value: 'Linux',
227
+ type: {
228
+ name: 'String'
229
+ }
230
+ }
231
+ }
232
+ }
233
+ }
234
+ end
235
+ end
236
+ end
237
+ end
@@ -0,0 +1,100 @@
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::V2018_03_31
7
+ module Models
8
+ #
9
+ # The response from the List Managed Clusters operation.
10
+ #
11
+ class ManagedClusterListResult
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+ # @return [Array<ManagedCluster>] The list of managed clusters.
17
+ attr_accessor :value
18
+
19
+ # @return [String] The URL to get the next set of managed cluster
20
+ # results.
21
+ attr_accessor :next_link
22
+
23
+ # return [Proc] with next page method call.
24
+ attr_accessor :next_method
25
+
26
+ #
27
+ # Gets the rest of the items for the request, enabling auto-pagination.
28
+ #
29
+ # @return [Array<ManagedCluster>] operation results.
30
+ #
31
+ def get_all_items
32
+ items = @value
33
+ page = self
34
+ while page.next_link != nil do
35
+ page = page.get_next_page
36
+ items.concat(page.value)
37
+ end
38
+ items
39
+ end
40
+
41
+ #
42
+ # Gets the next page of results.
43
+ #
44
+ # @return [ManagedClusterListResult] with next page content.
45
+ #
46
+ def get_next_page
47
+ response = @next_method.call(@next_link).value! unless @next_method.nil?
48
+ unless response.nil?
49
+ @next_link = response.body.next_link
50
+ @value = response.body.value
51
+ self
52
+ end
53
+ end
54
+
55
+ #
56
+ # Mapper for ManagedClusterListResult class as Ruby Hash.
57
+ # This will be used for serialization/deserialization.
58
+ #
59
+ def self.mapper()
60
+ {
61
+ client_side_validation: true,
62
+ required: false,
63
+ serialized_name: 'ManagedClusterListResult',
64
+ type: {
65
+ name: 'Composite',
66
+ class_name: 'ManagedClusterListResult',
67
+ model_properties: {
68
+ value: {
69
+ client_side_validation: true,
70
+ required: false,
71
+ serialized_name: 'value',
72
+ type: {
73
+ name: 'Sequence',
74
+ element: {
75
+ client_side_validation: true,
76
+ required: false,
77
+ serialized_name: 'ManagedClusterElementType',
78
+ type: {
79
+ name: 'Composite',
80
+ class_name: 'ManagedCluster'
81
+ }
82
+ }
83
+ }
84
+ },
85
+ next_link: {
86
+ client_side_validation: true,
87
+ required: false,
88
+ read_only: true,
89
+ serialized_name: 'nextLink',
90
+ type: {
91
+ name: 'String'
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }
97
+ end
98
+ end
99
+ end
100
+ end
@@ -0,0 +1,91 @@
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::V2018_03_31
7
+ module Models
8
+ #
9
+ # The list of available upgrade versions.
10
+ #
11
+ class ManagedClusterPoolUpgradeProfile
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Kubernetes version (major, minor, patch).
16
+ attr_accessor :kubernetes_version
17
+
18
+ # @return [String] Pool name.
19
+ attr_accessor :name
20
+
21
+ # @return [OSType] OsType to be used to specify os type. Choose from
22
+ # Linux and Windows. Default to Linux. Possible values include: 'Linux',
23
+ # 'Windows'. Default value: 'Linux' .
24
+ attr_accessor :os_type
25
+
26
+ # @return [Array<String>] List of orchestrator types and versions
27
+ # available for upgrade.
28
+ attr_accessor :upgrades
29
+
30
+
31
+ #
32
+ # Mapper for ManagedClusterPoolUpgradeProfile class as Ruby Hash.
33
+ # This will be used for serialization/deserialization.
34
+ #
35
+ def self.mapper()
36
+ {
37
+ client_side_validation: true,
38
+ required: false,
39
+ serialized_name: 'ManagedClusterPoolUpgradeProfile',
40
+ type: {
41
+ name: 'Composite',
42
+ class_name: 'ManagedClusterPoolUpgradeProfile',
43
+ model_properties: {
44
+ kubernetes_version: {
45
+ client_side_validation: true,
46
+ required: true,
47
+ serialized_name: 'kubernetesVersion',
48
+ type: {
49
+ name: 'String'
50
+ }
51
+ },
52
+ name: {
53
+ client_side_validation: true,
54
+ required: false,
55
+ serialized_name: 'name',
56
+ type: {
57
+ name: 'String'
58
+ }
59
+ },
60
+ os_type: {
61
+ client_side_validation: true,
62
+ required: true,
63
+ serialized_name: 'osType',
64
+ default_value: 'Linux',
65
+ type: {
66
+ name: 'String'
67
+ }
68
+ },
69
+ upgrades: {
70
+ client_side_validation: true,
71
+ required: false,
72
+ serialized_name: 'upgrades',
73
+ type: {
74
+ name: 'Sequence',
75
+ element: {
76
+ client_side_validation: true,
77
+ required: false,
78
+ serialized_name: 'StringElementType',
79
+ type: {
80
+ name: 'String'
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ end
89
+ end
90
+ end
91
+ end
@@ -0,0 +1,105 @@
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::V2018_03_31
7
+ module Models
8
+ #
9
+ # The list of available upgrades for compute pools.
10
+ #
11
+ class ManagedClusterUpgradeProfile
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Id of upgrade profile.
16
+ attr_accessor :id
17
+
18
+ # @return [String] Name of upgrade profile.
19
+ attr_accessor :name
20
+
21
+ # @return [String] Type of upgrade profile.
22
+ attr_accessor :type
23
+
24
+ # @return [ManagedClusterPoolUpgradeProfile] The list of available
25
+ # upgrade versions for the control plane.
26
+ attr_accessor :control_plane_profile
27
+
28
+ # @return [Array<ManagedClusterPoolUpgradeProfile>] The list of available
29
+ # upgrade versions for agent pools.
30
+ attr_accessor :agent_pool_profiles
31
+
32
+
33
+ #
34
+ # Mapper for ManagedClusterUpgradeProfile class as Ruby Hash.
35
+ # This will be used for serialization/deserialization.
36
+ #
37
+ def self.mapper()
38
+ {
39
+ client_side_validation: true,
40
+ required: false,
41
+ serialized_name: 'ManagedClusterUpgradeProfile',
42
+ type: {
43
+ name: 'Composite',
44
+ class_name: 'ManagedClusterUpgradeProfile',
45
+ model_properties: {
46
+ id: {
47
+ client_side_validation: true,
48
+ required: false,
49
+ read_only: true,
50
+ serialized_name: 'id',
51
+ type: {
52
+ name: 'String'
53
+ }
54
+ },
55
+ name: {
56
+ client_side_validation: true,
57
+ required: false,
58
+ read_only: true,
59
+ serialized_name: 'name',
60
+ type: {
61
+ name: 'String'
62
+ }
63
+ },
64
+ type: {
65
+ client_side_validation: true,
66
+ required: false,
67
+ read_only: true,
68
+ serialized_name: 'type',
69
+ type: {
70
+ name: 'String'
71
+ }
72
+ },
73
+ control_plane_profile: {
74
+ client_side_validation: true,
75
+ required: true,
76
+ serialized_name: 'properties.controlPlaneProfile',
77
+ type: {
78
+ name: 'Composite',
79
+ class_name: 'ManagedClusterPoolUpgradeProfile'
80
+ }
81
+ },
82
+ agent_pool_profiles: {
83
+ client_side_validation: true,
84
+ required: true,
85
+ serialized_name: 'properties.agentPoolProfiles',
86
+ type: {
87
+ name: 'Sequence',
88
+ element: {
89
+ client_side_validation: true,
90
+ required: false,
91
+ serialized_name: 'ManagedClusterPoolUpgradeProfileElementType',
92
+ type: {
93
+ name: 'Composite',
94
+ class_name: 'ManagedClusterPoolUpgradeProfile'
95
+ }
96
+ }
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
102
+ end
103
+ end
104
+ end
105
+ end