azure_mgmt_container_service 0.20.4 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2016-03-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2017-01-31/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2017-07-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2017-08-31/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2017-09-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2018-03-31/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2018-08-01-preview/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2018-09-30-preview/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2019-02-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2019-04-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2019-04-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2019-06-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2019-08-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2019-09-30-preview/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2019-10-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2020-02-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2020-06-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2020-07-01/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2020-09-01/generated/azure_mgmt_container_service.rb +107 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/agent_pools.rb +1054 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/container_service_client.rb +153 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/managed_clusters.rb +2309 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool.rb +469 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_available_versions.rb +93 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_available_versions_properties_agent_pool_versions_item.rb +71 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_list_result.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_mode.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_upgrade_profile.rb +129 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_upgrade_profile_properties_upgrades_item.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_upgrade_settings.rb +47 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/code.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/connection_status.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_network_profile.rb +179 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/credential_result.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/credential_results.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/expander.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/license_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/load_balancer_sku.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster.rb +402 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_aadprofile.rb +123 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_access_profile.rb +97 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile.rb +80 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile_identity.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_agent_pool_profile.rb +298 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_agent_pool_profile_properties.rb +442 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_apiserver_access_profile.rb +66 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_identity.rb +104 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_list_result.rb +100 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile.rb +132 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_managed_outbound_ips.rb +55 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ips.rb +56 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile.rb +92 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile_upgrades_item.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_properties_auto_scaler_profile.rb +213 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_properties_identity_profile_value.rb +61 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_service_principal_profile.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_sku.rb +60 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_skuname.rb +15 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_skutier.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_upgrade_profile.rb +105 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_windows_profile.rb +84 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/network_mode.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/network_plugin.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/network_policy.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/operation_list_result.rb +56 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/operation_value.rb +108 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/osdisk_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/outbound_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/power_state.rb +47 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/private_endpoint.rb +46 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/private_endpoint_connection.rb +111 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/private_endpoint_connection_list_result.rb +55 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/private_endpoint_connection_provisioning_state.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/private_link_resource.rb +111 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/private_link_resources_list_result.rb +55 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/private_link_service_connection_state.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/resource.rb +110 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/resource_identity_type.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/resource_reference.rb +46 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/scale_set_eviction_policy.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/scale_set_priority.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/sub_resource.rb +72 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/tags_object.rb +54 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/models/user_assigned_identity.rb +69 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/module_definition.rb +9 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/operations.rb +109 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/private_endpoint_connections.rb +515 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/private_link_resources.rb +132 -0
- data/lib/2020-09-01/generated/azure_mgmt_container_service/resolve_private_link_service_id.rb +143 -0
- data/lib/azure_mgmt_container_service.rb +13 -12
- data/lib/profiles/latest/modules/containerservice_profile_module.rb +205 -185
- data/lib/version.rb +1 -1
- metadata +86 -3
data/lib/2020-09-01/generated/azure_mgmt_container_service/models/agent_pool_upgrade_settings.rb
ADDED
@@ -0,0 +1,47 @@
|
|
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_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Settings for upgrading an agentpool
|
10
|
+
#
|
11
|
+
class AgentPoolUpgradeSettings
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Count or percentage of additional nodes to be added
|
16
|
+
# during upgrade. If empty uses AKS default
|
17
|
+
attr_accessor :max_surge
|
18
|
+
|
19
|
+
|
20
|
+
#
|
21
|
+
# Mapper for AgentPoolUpgradeSettings class as Ruby Hash.
|
22
|
+
# This will be used for serialization/deserialization.
|
23
|
+
#
|
24
|
+
def self.mapper()
|
25
|
+
{
|
26
|
+
client_side_validation: true,
|
27
|
+
required: false,
|
28
|
+
serialized_name: 'AgentPoolUpgradeSettings',
|
29
|
+
type: {
|
30
|
+
name: 'Composite',
|
31
|
+
class_name: 'AgentPoolUpgradeSettings',
|
32
|
+
model_properties: {
|
33
|
+
max_surge: {
|
34
|
+
client_side_validation: true,
|
35
|
+
required: false,
|
36
|
+
serialized_name: 'maxSurge',
|
37
|
+
type: {
|
38
|
+
name: 'String'
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
@@ -0,0 +1,16 @@
|
|
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_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for Code
|
10
|
+
#
|
11
|
+
module Code
|
12
|
+
Running = "Running"
|
13
|
+
Stopped = "Stopped"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,18 @@
|
|
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_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for ConnectionStatus
|
10
|
+
#
|
11
|
+
module ConnectionStatus
|
12
|
+
Pending = "Pending"
|
13
|
+
Approved = "Approved"
|
14
|
+
Rejected = "Rejected"
|
15
|
+
Disconnected = "Disconnected"
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,48 @@
|
|
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_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Profile for diagnostics on the container service cluster.
|
10
|
+
#
|
11
|
+
class ContainerServiceDiagnosticsProfile
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [ContainerServiceVMDiagnostics] Profile for diagnostics on the
|
16
|
+
# container service VMs.
|
17
|
+
attr_accessor :vm_diagnostics
|
18
|
+
|
19
|
+
|
20
|
+
#
|
21
|
+
# Mapper for ContainerServiceDiagnosticsProfile class as Ruby Hash.
|
22
|
+
# This will be used for serialization/deserialization.
|
23
|
+
#
|
24
|
+
def self.mapper()
|
25
|
+
{
|
26
|
+
client_side_validation: true,
|
27
|
+
required: false,
|
28
|
+
serialized_name: 'ContainerServiceDiagnosticsProfile',
|
29
|
+
type: {
|
30
|
+
name: 'Composite',
|
31
|
+
class_name: 'ContainerServiceDiagnosticsProfile',
|
32
|
+
model_properties: {
|
33
|
+
vm_diagnostics: {
|
34
|
+
client_side_validation: true,
|
35
|
+
required: true,
|
36
|
+
serialized_name: 'vmDiagnostics',
|
37
|
+
type: {
|
38
|
+
name: 'Composite',
|
39
|
+
class_name: 'ContainerServiceVMDiagnostics'
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
data/lib/2020-09-01/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb
ADDED
@@ -0,0 +1,62 @@
|
|
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_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Profile for Linux VMs in the container service cluster.
|
10
|
+
#
|
11
|
+
class ContainerServiceLinuxProfile
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The administrator username to use for Linux VMs.
|
16
|
+
attr_accessor :admin_username
|
17
|
+
|
18
|
+
# @return [ContainerServiceSshConfiguration] SSH configuration for
|
19
|
+
# Linux-based VMs running on Azure.
|
20
|
+
attr_accessor :ssh
|
21
|
+
|
22
|
+
|
23
|
+
#
|
24
|
+
# Mapper for ContainerServiceLinuxProfile 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: 'ContainerServiceLinuxProfile',
|
32
|
+
type: {
|
33
|
+
name: 'Composite',
|
34
|
+
class_name: 'ContainerServiceLinuxProfile',
|
35
|
+
model_properties: {
|
36
|
+
admin_username: {
|
37
|
+
client_side_validation: true,
|
38
|
+
required: true,
|
39
|
+
serialized_name: 'adminUsername',
|
40
|
+
constraints: {
|
41
|
+
Pattern: '^[A-Za-z][-A-Za-z0-9_]*$'
|
42
|
+
},
|
43
|
+
type: {
|
44
|
+
name: 'String'
|
45
|
+
}
|
46
|
+
},
|
47
|
+
ssh: {
|
48
|
+
client_side_validation: true,
|
49
|
+
required: true,
|
50
|
+
serialized_name: 'ssh',
|
51
|
+
type: {
|
52
|
+
name: 'Composite',
|
53
|
+
class_name: 'ContainerServiceSshConfiguration'
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|
@@ -0,0 +1,188 @@
|
|
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_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Profile for the container service master.
|
10
|
+
#
|
11
|
+
class ContainerServiceMasterProfile
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Integer] Number of masters (VMs) in the container service
|
16
|
+
# cluster. Allowed values are 1, 3, and 5. The default value is 1.
|
17
|
+
# Default value: 1 .
|
18
|
+
attr_accessor :count
|
19
|
+
|
20
|
+
# @return [String] DNS prefix to be used to create the FQDN for the
|
21
|
+
# master pool.
|
22
|
+
attr_accessor :dns_prefix
|
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] VNet SubnetID specifies the VNet's subnet identifier.
|
86
|
+
attr_accessor :vnet_subnet_id
|
87
|
+
|
88
|
+
# @return [String] FirstConsecutiveStaticIP used to specify the first
|
89
|
+
# static ip of masters. Default value: '10.240.255.5' .
|
90
|
+
attr_accessor :first_consecutive_static_ip
|
91
|
+
|
92
|
+
# @return [ContainerServiceStorageProfileTypes] Storage profile specifies
|
93
|
+
# what kind of storage used. Choose from StorageAccount and ManagedDisks.
|
94
|
+
# Leave it empty, we will choose for you based on the orchestrator
|
95
|
+
# choice. Possible values include: 'StorageAccount', 'ManagedDisks'
|
96
|
+
attr_accessor :storage_profile
|
97
|
+
|
98
|
+
# @return [String] FQDN for the master pool.
|
99
|
+
attr_accessor :fqdn
|
100
|
+
|
101
|
+
|
102
|
+
#
|
103
|
+
# Mapper for ContainerServiceMasterProfile class as Ruby Hash.
|
104
|
+
# This will be used for serialization/deserialization.
|
105
|
+
#
|
106
|
+
def self.mapper()
|
107
|
+
{
|
108
|
+
client_side_validation: true,
|
109
|
+
required: false,
|
110
|
+
serialized_name: 'ContainerServiceMasterProfile',
|
111
|
+
type: {
|
112
|
+
name: 'Composite',
|
113
|
+
class_name: 'ContainerServiceMasterProfile',
|
114
|
+
model_properties: {
|
115
|
+
count: {
|
116
|
+
client_side_validation: true,
|
117
|
+
required: false,
|
118
|
+
serialized_name: 'count',
|
119
|
+
default_value: 1,
|
120
|
+
type: {
|
121
|
+
name: 'Number'
|
122
|
+
}
|
123
|
+
},
|
124
|
+
dns_prefix: {
|
125
|
+
client_side_validation: true,
|
126
|
+
required: true,
|
127
|
+
serialized_name: 'dnsPrefix',
|
128
|
+
type: {
|
129
|
+
name: 'String'
|
130
|
+
}
|
131
|
+
},
|
132
|
+
vm_size: {
|
133
|
+
client_side_validation: true,
|
134
|
+
required: true,
|
135
|
+
serialized_name: 'vmSize',
|
136
|
+
type: {
|
137
|
+
name: 'String'
|
138
|
+
}
|
139
|
+
},
|
140
|
+
os_disk_size_gb: {
|
141
|
+
client_side_validation: true,
|
142
|
+
required: false,
|
143
|
+
serialized_name: 'osDiskSizeGB',
|
144
|
+
type: {
|
145
|
+
name: 'Number'
|
146
|
+
}
|
147
|
+
},
|
148
|
+
vnet_subnet_id: {
|
149
|
+
client_side_validation: true,
|
150
|
+
required: false,
|
151
|
+
serialized_name: 'vnetSubnetID',
|
152
|
+
type: {
|
153
|
+
name: 'String'
|
154
|
+
}
|
155
|
+
},
|
156
|
+
first_consecutive_static_ip: {
|
157
|
+
client_side_validation: true,
|
158
|
+
required: false,
|
159
|
+
serialized_name: 'firstConsecutiveStaticIP',
|
160
|
+
default_value: '10.240.255.5',
|
161
|
+
type: {
|
162
|
+
name: 'String'
|
163
|
+
}
|
164
|
+
},
|
165
|
+
storage_profile: {
|
166
|
+
client_side_validation: true,
|
167
|
+
required: false,
|
168
|
+
serialized_name: 'storageProfile',
|
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
|
+
}
|
183
|
+
}
|
184
|
+
}
|
185
|
+
end
|
186
|
+
end
|
187
|
+
end
|
188
|
+
end
|
@@ -0,0 +1,179 @@
|
|
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_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Profile of network configuration.
|
10
|
+
#
|
11
|
+
class ContainerServiceNetworkProfile
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [NetworkPlugin] Network plugin used for building Kubernetes
|
16
|
+
# network. Possible values include: 'azure', 'kubenet'. Default value:
|
17
|
+
# 'kubenet' .
|
18
|
+
attr_accessor :network_plugin
|
19
|
+
|
20
|
+
# @return [NetworkPolicy] Network policy used for building Kubernetes
|
21
|
+
# network. Possible values include: 'calico', 'azure'
|
22
|
+
attr_accessor :network_policy
|
23
|
+
|
24
|
+
# @return [NetworkMode] Network mode used for building Kubernetes
|
25
|
+
# network. Possible values include: 'transparent', 'bridge'
|
26
|
+
attr_accessor :network_mode
|
27
|
+
|
28
|
+
# @return [String] A CIDR notation IP range from which to assign pod IPs
|
29
|
+
# when kubenet is used. Default value: '10.244.0.0/16' .
|
30
|
+
attr_accessor :pod_cidr
|
31
|
+
|
32
|
+
# @return [String] A CIDR notation IP range from which to assign service
|
33
|
+
# cluster IPs. It must not overlap with any Subnet IP ranges. Default
|
34
|
+
# value: '10.0.0.0/16' .
|
35
|
+
attr_accessor :service_cidr
|
36
|
+
|
37
|
+
# @return [String] An IP address assigned to the Kubernetes DNS service.
|
38
|
+
# It must be within the Kubernetes service address range specified in
|
39
|
+
# serviceCidr. Default value: '10.0.0.10' .
|
40
|
+
attr_accessor :dns_service_ip
|
41
|
+
|
42
|
+
# @return [String] A CIDR notation IP range assigned to the Docker bridge
|
43
|
+
# network. It must not overlap with any Subnet IP ranges or the
|
44
|
+
# Kubernetes service address range. Default value: '172.17.0.1/16' .
|
45
|
+
attr_accessor :docker_bridge_cidr
|
46
|
+
|
47
|
+
# @return [OutboundType] The outbound (egress) routing method. Possible
|
48
|
+
# values include: 'loadBalancer', 'userDefinedRouting'. Default value:
|
49
|
+
# 'loadBalancer' .
|
50
|
+
attr_accessor :outbound_type
|
51
|
+
|
52
|
+
# @return [LoadBalancerSku] The load balancer sku for the managed
|
53
|
+
# cluster. Possible values include: 'standard', 'basic'
|
54
|
+
attr_accessor :load_balancer_sku
|
55
|
+
|
56
|
+
# @return [ManagedClusterLoadBalancerProfile] Profile of the cluster load
|
57
|
+
# balancer.
|
58
|
+
attr_accessor :load_balancer_profile
|
59
|
+
|
60
|
+
|
61
|
+
#
|
62
|
+
# Mapper for ContainerServiceNetworkProfile class as Ruby Hash.
|
63
|
+
# This will be used for serialization/deserialization.
|
64
|
+
#
|
65
|
+
def self.mapper()
|
66
|
+
{
|
67
|
+
client_side_validation: true,
|
68
|
+
required: false,
|
69
|
+
serialized_name: 'ContainerServiceNetworkProfile',
|
70
|
+
type: {
|
71
|
+
name: 'Composite',
|
72
|
+
class_name: 'ContainerServiceNetworkProfile',
|
73
|
+
model_properties: {
|
74
|
+
network_plugin: {
|
75
|
+
client_side_validation: true,
|
76
|
+
required: false,
|
77
|
+
serialized_name: 'networkPlugin',
|
78
|
+
default_value: 'kubenet',
|
79
|
+
type: {
|
80
|
+
name: 'String'
|
81
|
+
}
|
82
|
+
},
|
83
|
+
network_policy: {
|
84
|
+
client_side_validation: true,
|
85
|
+
required: false,
|
86
|
+
serialized_name: 'networkPolicy',
|
87
|
+
type: {
|
88
|
+
name: 'String'
|
89
|
+
}
|
90
|
+
},
|
91
|
+
network_mode: {
|
92
|
+
client_side_validation: true,
|
93
|
+
required: false,
|
94
|
+
serialized_name: 'networkMode',
|
95
|
+
type: {
|
96
|
+
name: 'String'
|
97
|
+
}
|
98
|
+
},
|
99
|
+
pod_cidr: {
|
100
|
+
client_side_validation: true,
|
101
|
+
required: false,
|
102
|
+
serialized_name: 'podCidr',
|
103
|
+
default_value: '10.244.0.0/16',
|
104
|
+
constraints: {
|
105
|
+
Pattern: '^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$'
|
106
|
+
},
|
107
|
+
type: {
|
108
|
+
name: 'String'
|
109
|
+
}
|
110
|
+
},
|
111
|
+
service_cidr: {
|
112
|
+
client_side_validation: true,
|
113
|
+
required: false,
|
114
|
+
serialized_name: 'serviceCidr',
|
115
|
+
default_value: '10.0.0.0/16',
|
116
|
+
constraints: {
|
117
|
+
Pattern: '^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$'
|
118
|
+
},
|
119
|
+
type: {
|
120
|
+
name: 'String'
|
121
|
+
}
|
122
|
+
},
|
123
|
+
dns_service_ip: {
|
124
|
+
client_side_validation: true,
|
125
|
+
required: false,
|
126
|
+
serialized_name: 'dnsServiceIP',
|
127
|
+
default_value: '10.0.0.10',
|
128
|
+
constraints: {
|
129
|
+
Pattern: '^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$'
|
130
|
+
},
|
131
|
+
type: {
|
132
|
+
name: 'String'
|
133
|
+
}
|
134
|
+
},
|
135
|
+
docker_bridge_cidr: {
|
136
|
+
client_side_validation: true,
|
137
|
+
required: false,
|
138
|
+
serialized_name: 'dockerBridgeCidr',
|
139
|
+
default_value: '172.17.0.1/16',
|
140
|
+
constraints: {
|
141
|
+
Pattern: '^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$'
|
142
|
+
},
|
143
|
+
type: {
|
144
|
+
name: 'String'
|
145
|
+
}
|
146
|
+
},
|
147
|
+
outbound_type: {
|
148
|
+
client_side_validation: true,
|
149
|
+
required: false,
|
150
|
+
serialized_name: 'outboundType',
|
151
|
+
default_value: 'loadBalancer',
|
152
|
+
type: {
|
153
|
+
name: 'String'
|
154
|
+
}
|
155
|
+
},
|
156
|
+
load_balancer_sku: {
|
157
|
+
client_side_validation: true,
|
158
|
+
required: false,
|
159
|
+
serialized_name: 'loadBalancerSku',
|
160
|
+
type: {
|
161
|
+
name: 'String'
|
162
|
+
}
|
163
|
+
},
|
164
|
+
load_balancer_profile: {
|
165
|
+
client_side_validation: true,
|
166
|
+
required: false,
|
167
|
+
serialized_name: 'loadBalancerProfile',
|
168
|
+
type: {
|
169
|
+
name: 'Composite',
|
170
|
+
class_name: 'ManagedClusterLoadBalancerProfile'
|
171
|
+
}
|
172
|
+
}
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
|
+
end
|
177
|
+
end
|
178
|
+
end
|
179
|
+
end
|