pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.76.0a1744139894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
pulumi_alicloud/eflo/outputs.py
CHANGED
|
@@ -13,12 +13,1378 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
16
17
|
|
|
17
18
|
__all__ = [
|
|
19
|
+
'ClusterComponent',
|
|
20
|
+
'ClusterComponentComponentConfig',
|
|
21
|
+
'ClusterNetworks',
|
|
22
|
+
'ClusterNetworksIpAllocationPolicy',
|
|
23
|
+
'ClusterNetworksIpAllocationPolicyBondPolicy',
|
|
24
|
+
'ClusterNetworksIpAllocationPolicyBondPolicyBond',
|
|
25
|
+
'ClusterNetworksIpAllocationPolicyMachineTypePolicy',
|
|
26
|
+
'ClusterNetworksIpAllocationPolicyMachineTypePolicyBond',
|
|
27
|
+
'ClusterNetworksIpAllocationPolicyNodePolicy',
|
|
28
|
+
'ClusterNetworksIpAllocationPolicyNodePolicyBond',
|
|
29
|
+
'ClusterNetworksNewVpdInfo',
|
|
30
|
+
'ClusterNetworksNewVpdInfoVpdSubnet',
|
|
31
|
+
'ClusterNetworksVpdInfo',
|
|
32
|
+
'ClusterNodeGroup',
|
|
33
|
+
'ClusterNodeGroupNode',
|
|
34
|
+
'NodeGroupIpAllocationPolicy',
|
|
35
|
+
'NodeGroupIpAllocationPolicyBondPolicy',
|
|
36
|
+
'NodeGroupIpAllocationPolicyBondPolicyBond',
|
|
37
|
+
'NodeGroupIpAllocationPolicyMachineTypePolicy',
|
|
38
|
+
'NodeGroupIpAllocationPolicyMachineTypePolicyBond',
|
|
39
|
+
'NodeGroupIpAllocationPolicyNodePolicy',
|
|
40
|
+
'NodeGroupIpAllocationPolicyNodePolicyBond',
|
|
41
|
+
'NodeGroupNode',
|
|
18
42
|
'GetSubnetsSubnetResult',
|
|
19
43
|
'GetVpdsVpdResult',
|
|
20
44
|
]
|
|
21
45
|
|
|
46
|
+
@pulumi.output_type
|
|
47
|
+
class ClusterComponent(dict):
|
|
48
|
+
@staticmethod
|
|
49
|
+
def __key_warning(key: str):
|
|
50
|
+
suggest = None
|
|
51
|
+
if key == "componentConfig":
|
|
52
|
+
suggest = "component_config"
|
|
53
|
+
elif key == "componentType":
|
|
54
|
+
suggest = "component_type"
|
|
55
|
+
|
|
56
|
+
if suggest:
|
|
57
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterComponent. Access the value via the '{suggest}' property getter instead.")
|
|
58
|
+
|
|
59
|
+
def __getitem__(self, key: str) -> Any:
|
|
60
|
+
ClusterComponent.__key_warning(key)
|
|
61
|
+
return super().__getitem__(key)
|
|
62
|
+
|
|
63
|
+
def get(self, key: str, default = None) -> Any:
|
|
64
|
+
ClusterComponent.__key_warning(key)
|
|
65
|
+
return super().get(key, default)
|
|
66
|
+
|
|
67
|
+
def __init__(__self__, *,
|
|
68
|
+
component_config: Optional['outputs.ClusterComponentComponentConfig'] = None,
|
|
69
|
+
component_type: Optional[str] = None):
|
|
70
|
+
"""
|
|
71
|
+
:param 'ClusterComponentComponentConfigArgs' component_config: Component Configuration See `component_config` below.
|
|
72
|
+
:param str component_type: Component Type
|
|
73
|
+
"""
|
|
74
|
+
if component_config is not None:
|
|
75
|
+
pulumi.set(__self__, "component_config", component_config)
|
|
76
|
+
if component_type is not None:
|
|
77
|
+
pulumi.set(__self__, "component_type", component_type)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="componentConfig")
|
|
81
|
+
def component_config(self) -> Optional['outputs.ClusterComponentComponentConfig']:
|
|
82
|
+
"""
|
|
83
|
+
Component Configuration See `component_config` below.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "component_config")
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="componentType")
|
|
89
|
+
def component_type(self) -> Optional[str]:
|
|
90
|
+
"""
|
|
91
|
+
Component Type
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "component_type")
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
@pulumi.output_type
|
|
97
|
+
class ClusterComponentComponentConfig(dict):
|
|
98
|
+
@staticmethod
|
|
99
|
+
def __key_warning(key: str):
|
|
100
|
+
suggest = None
|
|
101
|
+
if key == "basicArgs":
|
|
102
|
+
suggest = "basic_args"
|
|
103
|
+
elif key == "nodeUnits":
|
|
104
|
+
suggest = "node_units"
|
|
105
|
+
|
|
106
|
+
if suggest:
|
|
107
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterComponentComponentConfig. Access the value via the '{suggest}' property getter instead.")
|
|
108
|
+
|
|
109
|
+
def __getitem__(self, key: str) -> Any:
|
|
110
|
+
ClusterComponentComponentConfig.__key_warning(key)
|
|
111
|
+
return super().__getitem__(key)
|
|
112
|
+
|
|
113
|
+
def get(self, key: str, default = None) -> Any:
|
|
114
|
+
ClusterComponentComponentConfig.__key_warning(key)
|
|
115
|
+
return super().get(key, default)
|
|
116
|
+
|
|
117
|
+
def __init__(__self__, *,
|
|
118
|
+
basic_args: Optional[str] = None,
|
|
119
|
+
node_units: Optional[Sequence[str]] = None):
|
|
120
|
+
"""
|
|
121
|
+
:param str basic_args: Component Basic Parameters
|
|
122
|
+
:param Sequence[str] node_units: Node pool configuration, and is used to establish the corresponding relationship between node groups and node pools. When
|
|
123
|
+
ComponentType = "ACKEdge" is required. Other values are empty.
|
|
124
|
+
"""
|
|
125
|
+
if basic_args is not None:
|
|
126
|
+
pulumi.set(__self__, "basic_args", basic_args)
|
|
127
|
+
if node_units is not None:
|
|
128
|
+
pulumi.set(__self__, "node_units", node_units)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="basicArgs")
|
|
132
|
+
def basic_args(self) -> Optional[str]:
|
|
133
|
+
"""
|
|
134
|
+
Component Basic Parameters
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "basic_args")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="nodeUnits")
|
|
140
|
+
def node_units(self) -> Optional[Sequence[str]]:
|
|
141
|
+
"""
|
|
142
|
+
Node pool configuration, and is used to establish the corresponding relationship between node groups and node pools. When
|
|
143
|
+
ComponentType = "ACKEdge" is required. Other values are empty.
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "node_units")
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
@pulumi.output_type
|
|
149
|
+
class ClusterNetworks(dict):
|
|
150
|
+
@staticmethod
|
|
151
|
+
def __key_warning(key: str):
|
|
152
|
+
suggest = None
|
|
153
|
+
if key == "ipAllocationPolicies":
|
|
154
|
+
suggest = "ip_allocation_policies"
|
|
155
|
+
elif key == "newVpdInfo":
|
|
156
|
+
suggest = "new_vpd_info"
|
|
157
|
+
elif key == "securityGroupId":
|
|
158
|
+
suggest = "security_group_id"
|
|
159
|
+
elif key == "tailIpVersion":
|
|
160
|
+
suggest = "tail_ip_version"
|
|
161
|
+
elif key == "vpcId":
|
|
162
|
+
suggest = "vpc_id"
|
|
163
|
+
elif key == "vpdInfo":
|
|
164
|
+
suggest = "vpd_info"
|
|
165
|
+
elif key == "vswitchId":
|
|
166
|
+
suggest = "vswitch_id"
|
|
167
|
+
elif key == "vswitchZoneId":
|
|
168
|
+
suggest = "vswitch_zone_id"
|
|
169
|
+
|
|
170
|
+
if suggest:
|
|
171
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworks. Access the value via the '{suggest}' property getter instead.")
|
|
172
|
+
|
|
173
|
+
def __getitem__(self, key: str) -> Any:
|
|
174
|
+
ClusterNetworks.__key_warning(key)
|
|
175
|
+
return super().__getitem__(key)
|
|
176
|
+
|
|
177
|
+
def get(self, key: str, default = None) -> Any:
|
|
178
|
+
ClusterNetworks.__key_warning(key)
|
|
179
|
+
return super().get(key, default)
|
|
180
|
+
|
|
181
|
+
def __init__(__self__, *,
|
|
182
|
+
ip_allocation_policies: Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicy']] = None,
|
|
183
|
+
new_vpd_info: Optional['outputs.ClusterNetworksNewVpdInfo'] = None,
|
|
184
|
+
security_group_id: Optional[str] = None,
|
|
185
|
+
tail_ip_version: Optional[str] = None,
|
|
186
|
+
vpc_id: Optional[str] = None,
|
|
187
|
+
vpd_info: Optional['outputs.ClusterNetworksVpdInfo'] = None,
|
|
188
|
+
vswitch_id: Optional[str] = None,
|
|
189
|
+
vswitch_zone_id: Optional[str] = None):
|
|
190
|
+
"""
|
|
191
|
+
:param Sequence['ClusterNetworksIpAllocationPolicyArgs'] ip_allocation_policies: IP allocation policy See `ip_allocation_policy` below.
|
|
192
|
+
:param 'ClusterNetworksNewVpdInfoArgs' new_vpd_info: Vpd configuration information See `new_vpd_info` below.
|
|
193
|
+
:param str security_group_id: Security group ID
|
|
194
|
+
:param str tail_ip_version: IP version
|
|
195
|
+
:param str vpc_id: VPC ID
|
|
196
|
+
:param 'ClusterNetworksVpdInfoArgs' vpd_info: Multiplexing VPD information See `vpd_info` below.
|
|
197
|
+
:param str vswitch_id: Switch ID
|
|
198
|
+
:param str vswitch_zone_id: Switch ZoneID
|
|
199
|
+
"""
|
|
200
|
+
if ip_allocation_policies is not None:
|
|
201
|
+
pulumi.set(__self__, "ip_allocation_policies", ip_allocation_policies)
|
|
202
|
+
if new_vpd_info is not None:
|
|
203
|
+
pulumi.set(__self__, "new_vpd_info", new_vpd_info)
|
|
204
|
+
if security_group_id is not None:
|
|
205
|
+
pulumi.set(__self__, "security_group_id", security_group_id)
|
|
206
|
+
if tail_ip_version is not None:
|
|
207
|
+
pulumi.set(__self__, "tail_ip_version", tail_ip_version)
|
|
208
|
+
if vpc_id is not None:
|
|
209
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
210
|
+
if vpd_info is not None:
|
|
211
|
+
pulumi.set(__self__, "vpd_info", vpd_info)
|
|
212
|
+
if vswitch_id is not None:
|
|
213
|
+
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
214
|
+
if vswitch_zone_id is not None:
|
|
215
|
+
pulumi.set(__self__, "vswitch_zone_id", vswitch_zone_id)
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter(name="ipAllocationPolicies")
|
|
219
|
+
def ip_allocation_policies(self) -> Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicy']]:
|
|
220
|
+
"""
|
|
221
|
+
IP allocation policy See `ip_allocation_policy` below.
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "ip_allocation_policies")
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter(name="newVpdInfo")
|
|
227
|
+
def new_vpd_info(self) -> Optional['outputs.ClusterNetworksNewVpdInfo']:
|
|
228
|
+
"""
|
|
229
|
+
Vpd configuration information See `new_vpd_info` below.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "new_vpd_info")
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter(name="securityGroupId")
|
|
235
|
+
def security_group_id(self) -> Optional[str]:
|
|
236
|
+
"""
|
|
237
|
+
Security group ID
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "security_group_id")
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
@pulumi.getter(name="tailIpVersion")
|
|
243
|
+
def tail_ip_version(self) -> Optional[str]:
|
|
244
|
+
"""
|
|
245
|
+
IP version
|
|
246
|
+
"""
|
|
247
|
+
return pulumi.get(self, "tail_ip_version")
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter(name="vpcId")
|
|
251
|
+
def vpc_id(self) -> Optional[str]:
|
|
252
|
+
"""
|
|
253
|
+
VPC ID
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "vpc_id")
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="vpdInfo")
|
|
259
|
+
def vpd_info(self) -> Optional['outputs.ClusterNetworksVpdInfo']:
|
|
260
|
+
"""
|
|
261
|
+
Multiplexing VPD information See `vpd_info` below.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "vpd_info")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="vswitchId")
|
|
267
|
+
def vswitch_id(self) -> Optional[str]:
|
|
268
|
+
"""
|
|
269
|
+
Switch ID
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "vswitch_id")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter(name="vswitchZoneId")
|
|
275
|
+
def vswitch_zone_id(self) -> Optional[str]:
|
|
276
|
+
"""
|
|
277
|
+
Switch ZoneID
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "vswitch_zone_id")
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
@pulumi.output_type
|
|
283
|
+
class ClusterNetworksIpAllocationPolicy(dict):
|
|
284
|
+
@staticmethod
|
|
285
|
+
def __key_warning(key: str):
|
|
286
|
+
suggest = None
|
|
287
|
+
if key == "bondPolicy":
|
|
288
|
+
suggest = "bond_policy"
|
|
289
|
+
elif key == "machineTypePolicies":
|
|
290
|
+
suggest = "machine_type_policies"
|
|
291
|
+
elif key == "nodePolicies":
|
|
292
|
+
suggest = "node_policies"
|
|
293
|
+
|
|
294
|
+
if suggest:
|
|
295
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworksIpAllocationPolicy. Access the value via the '{suggest}' property getter instead.")
|
|
296
|
+
|
|
297
|
+
def __getitem__(self, key: str) -> Any:
|
|
298
|
+
ClusterNetworksIpAllocationPolicy.__key_warning(key)
|
|
299
|
+
return super().__getitem__(key)
|
|
300
|
+
|
|
301
|
+
def get(self, key: str, default = None) -> Any:
|
|
302
|
+
ClusterNetworksIpAllocationPolicy.__key_warning(key)
|
|
303
|
+
return super().get(key, default)
|
|
304
|
+
|
|
305
|
+
def __init__(__self__, *,
|
|
306
|
+
bond_policy: Optional['outputs.ClusterNetworksIpAllocationPolicyBondPolicy'] = None,
|
|
307
|
+
machine_type_policies: Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyMachineTypePolicy']] = None,
|
|
308
|
+
node_policies: Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyNodePolicy']] = None):
|
|
309
|
+
"""
|
|
310
|
+
:param 'ClusterNetworksIpAllocationPolicyBondPolicyArgs' bond_policy: Bond policy See `bond_policy` below.
|
|
311
|
+
:param Sequence['ClusterNetworksIpAllocationPolicyMachineTypePolicyArgs'] machine_type_policies: Model Assignment Policy See `machine_type_policy` below.
|
|
312
|
+
:param Sequence['ClusterNetworksIpAllocationPolicyNodePolicyArgs'] node_policies: Node allocation policy See `node_policy` below.
|
|
313
|
+
"""
|
|
314
|
+
if bond_policy is not None:
|
|
315
|
+
pulumi.set(__self__, "bond_policy", bond_policy)
|
|
316
|
+
if machine_type_policies is not None:
|
|
317
|
+
pulumi.set(__self__, "machine_type_policies", machine_type_policies)
|
|
318
|
+
if node_policies is not None:
|
|
319
|
+
pulumi.set(__self__, "node_policies", node_policies)
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="bondPolicy")
|
|
323
|
+
def bond_policy(self) -> Optional['outputs.ClusterNetworksIpAllocationPolicyBondPolicy']:
|
|
324
|
+
"""
|
|
325
|
+
Bond policy See `bond_policy` below.
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "bond_policy")
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter(name="machineTypePolicies")
|
|
331
|
+
def machine_type_policies(self) -> Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyMachineTypePolicy']]:
|
|
332
|
+
"""
|
|
333
|
+
Model Assignment Policy See `machine_type_policy` below.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "machine_type_policies")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="nodePolicies")
|
|
339
|
+
def node_policies(self) -> Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyNodePolicy']]:
|
|
340
|
+
"""
|
|
341
|
+
Node allocation policy See `node_policy` below.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "node_policies")
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
@pulumi.output_type
|
|
347
|
+
class ClusterNetworksIpAllocationPolicyBondPolicy(dict):
|
|
348
|
+
@staticmethod
|
|
349
|
+
def __key_warning(key: str):
|
|
350
|
+
suggest = None
|
|
351
|
+
if key == "bondDefaultSubnet":
|
|
352
|
+
suggest = "bond_default_subnet"
|
|
353
|
+
|
|
354
|
+
if suggest:
|
|
355
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworksIpAllocationPolicyBondPolicy. Access the value via the '{suggest}' property getter instead.")
|
|
356
|
+
|
|
357
|
+
def __getitem__(self, key: str) -> Any:
|
|
358
|
+
ClusterNetworksIpAllocationPolicyBondPolicy.__key_warning(key)
|
|
359
|
+
return super().__getitem__(key)
|
|
360
|
+
|
|
361
|
+
def get(self, key: str, default = None) -> Any:
|
|
362
|
+
ClusterNetworksIpAllocationPolicyBondPolicy.__key_warning(key)
|
|
363
|
+
return super().get(key, default)
|
|
364
|
+
|
|
365
|
+
def __init__(__self__, *,
|
|
366
|
+
bond_default_subnet: Optional[str] = None,
|
|
367
|
+
bonds: Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyBondPolicyBond']] = None):
|
|
368
|
+
"""
|
|
369
|
+
:param str bond_default_subnet: Default bond cluster subnet
|
|
370
|
+
:param Sequence['ClusterNetworksIpAllocationPolicyBondPolicyBondArgs'] bonds: Bond information See `bonds` below.
|
|
371
|
+
"""
|
|
372
|
+
if bond_default_subnet is not None:
|
|
373
|
+
pulumi.set(__self__, "bond_default_subnet", bond_default_subnet)
|
|
374
|
+
if bonds is not None:
|
|
375
|
+
pulumi.set(__self__, "bonds", bonds)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="bondDefaultSubnet")
|
|
379
|
+
def bond_default_subnet(self) -> Optional[str]:
|
|
380
|
+
"""
|
|
381
|
+
Default bond cluster subnet
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "bond_default_subnet")
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter
|
|
387
|
+
def bonds(self) -> Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyBondPolicyBond']]:
|
|
388
|
+
"""
|
|
389
|
+
Bond information See `bonds` below.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "bonds")
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
@pulumi.output_type
|
|
395
|
+
class ClusterNetworksIpAllocationPolicyBondPolicyBond(dict):
|
|
396
|
+
def __init__(__self__, *,
|
|
397
|
+
name: Optional[str] = None,
|
|
398
|
+
subnet: Optional[str] = None):
|
|
399
|
+
"""
|
|
400
|
+
:param str name: The bond name
|
|
401
|
+
:param str subnet: IP source cluster subnet
|
|
402
|
+
"""
|
|
403
|
+
if name is not None:
|
|
404
|
+
pulumi.set(__self__, "name", name)
|
|
405
|
+
if subnet is not None:
|
|
406
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
@pulumi.getter
|
|
410
|
+
def name(self) -> Optional[str]:
|
|
411
|
+
"""
|
|
412
|
+
The bond name
|
|
413
|
+
"""
|
|
414
|
+
return pulumi.get(self, "name")
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter
|
|
418
|
+
def subnet(self) -> Optional[str]:
|
|
419
|
+
"""
|
|
420
|
+
IP source cluster subnet
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "subnet")
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
@pulumi.output_type
|
|
426
|
+
class ClusterNetworksIpAllocationPolicyMachineTypePolicy(dict):
|
|
427
|
+
@staticmethod
|
|
428
|
+
def __key_warning(key: str):
|
|
429
|
+
suggest = None
|
|
430
|
+
if key == "machineType":
|
|
431
|
+
suggest = "machine_type"
|
|
432
|
+
|
|
433
|
+
if suggest:
|
|
434
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworksIpAllocationPolicyMachineTypePolicy. Access the value via the '{suggest}' property getter instead.")
|
|
435
|
+
|
|
436
|
+
def __getitem__(self, key: str) -> Any:
|
|
437
|
+
ClusterNetworksIpAllocationPolicyMachineTypePolicy.__key_warning(key)
|
|
438
|
+
return super().__getitem__(key)
|
|
439
|
+
|
|
440
|
+
def get(self, key: str, default = None) -> Any:
|
|
441
|
+
ClusterNetworksIpAllocationPolicyMachineTypePolicy.__key_warning(key)
|
|
442
|
+
return super().get(key, default)
|
|
443
|
+
|
|
444
|
+
def __init__(__self__, *,
|
|
445
|
+
bonds: Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyMachineTypePolicyBond']] = None,
|
|
446
|
+
machine_type: Optional[str] = None):
|
|
447
|
+
"""
|
|
448
|
+
:param Sequence['ClusterNetworksIpAllocationPolicyMachineTypePolicyBondArgs'] bonds: Bond information See `bonds` below.
|
|
449
|
+
"""
|
|
450
|
+
if bonds is not None:
|
|
451
|
+
pulumi.set(__self__, "bonds", bonds)
|
|
452
|
+
if machine_type is not None:
|
|
453
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter
|
|
457
|
+
def bonds(self) -> Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyMachineTypePolicyBond']]:
|
|
458
|
+
"""
|
|
459
|
+
Bond information See `bonds` below.
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "bonds")
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="machineType")
|
|
465
|
+
def machine_type(self) -> Optional[str]:
|
|
466
|
+
return pulumi.get(self, "machine_type")
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
@pulumi.output_type
|
|
470
|
+
class ClusterNetworksIpAllocationPolicyMachineTypePolicyBond(dict):
|
|
471
|
+
def __init__(__self__, *,
|
|
472
|
+
name: Optional[str] = None,
|
|
473
|
+
subnet: Optional[str] = None):
|
|
474
|
+
"""
|
|
475
|
+
:param str name: The bond name
|
|
476
|
+
:param str subnet: IP source cluster subnet
|
|
477
|
+
"""
|
|
478
|
+
if name is not None:
|
|
479
|
+
pulumi.set(__self__, "name", name)
|
|
480
|
+
if subnet is not None:
|
|
481
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
482
|
+
|
|
483
|
+
@property
|
|
484
|
+
@pulumi.getter
|
|
485
|
+
def name(self) -> Optional[str]:
|
|
486
|
+
"""
|
|
487
|
+
The bond name
|
|
488
|
+
"""
|
|
489
|
+
return pulumi.get(self, "name")
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
@pulumi.getter
|
|
493
|
+
def subnet(self) -> Optional[str]:
|
|
494
|
+
"""
|
|
495
|
+
IP source cluster subnet
|
|
496
|
+
"""
|
|
497
|
+
return pulumi.get(self, "subnet")
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
@pulumi.output_type
|
|
501
|
+
class ClusterNetworksIpAllocationPolicyNodePolicy(dict):
|
|
502
|
+
@staticmethod
|
|
503
|
+
def __key_warning(key: str):
|
|
504
|
+
suggest = None
|
|
505
|
+
if key == "nodeId":
|
|
506
|
+
suggest = "node_id"
|
|
507
|
+
|
|
508
|
+
if suggest:
|
|
509
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworksIpAllocationPolicyNodePolicy. Access the value via the '{suggest}' property getter instead.")
|
|
510
|
+
|
|
511
|
+
def __getitem__(self, key: str) -> Any:
|
|
512
|
+
ClusterNetworksIpAllocationPolicyNodePolicy.__key_warning(key)
|
|
513
|
+
return super().__getitem__(key)
|
|
514
|
+
|
|
515
|
+
def get(self, key: str, default = None) -> Any:
|
|
516
|
+
ClusterNetworksIpAllocationPolicyNodePolicy.__key_warning(key)
|
|
517
|
+
return super().get(key, default)
|
|
518
|
+
|
|
519
|
+
def __init__(__self__, *,
|
|
520
|
+
bonds: Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyNodePolicyBond']] = None,
|
|
521
|
+
node_id: Optional[str] = None):
|
|
522
|
+
"""
|
|
523
|
+
:param Sequence['ClusterNetworksIpAllocationPolicyNodePolicyBondArgs'] bonds: Bond information See `bonds` below.
|
|
524
|
+
"""
|
|
525
|
+
if bonds is not None:
|
|
526
|
+
pulumi.set(__self__, "bonds", bonds)
|
|
527
|
+
if node_id is not None:
|
|
528
|
+
pulumi.set(__self__, "node_id", node_id)
|
|
529
|
+
|
|
530
|
+
@property
|
|
531
|
+
@pulumi.getter
|
|
532
|
+
def bonds(self) -> Optional[Sequence['outputs.ClusterNetworksIpAllocationPolicyNodePolicyBond']]:
|
|
533
|
+
"""
|
|
534
|
+
Bond information See `bonds` below.
|
|
535
|
+
"""
|
|
536
|
+
return pulumi.get(self, "bonds")
|
|
537
|
+
|
|
538
|
+
@property
|
|
539
|
+
@pulumi.getter(name="nodeId")
|
|
540
|
+
def node_id(self) -> Optional[str]:
|
|
541
|
+
return pulumi.get(self, "node_id")
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
@pulumi.output_type
|
|
545
|
+
class ClusterNetworksIpAllocationPolicyNodePolicyBond(dict):
|
|
546
|
+
def __init__(__self__, *,
|
|
547
|
+
name: Optional[str] = None,
|
|
548
|
+
subnet: Optional[str] = None):
|
|
549
|
+
"""
|
|
550
|
+
:param str name: The bond name
|
|
551
|
+
:param str subnet: IP source cluster subnet
|
|
552
|
+
"""
|
|
553
|
+
if name is not None:
|
|
554
|
+
pulumi.set(__self__, "name", name)
|
|
555
|
+
if subnet is not None:
|
|
556
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
@pulumi.getter
|
|
560
|
+
def name(self) -> Optional[str]:
|
|
561
|
+
"""
|
|
562
|
+
The bond name
|
|
563
|
+
"""
|
|
564
|
+
return pulumi.get(self, "name")
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter
|
|
568
|
+
def subnet(self) -> Optional[str]:
|
|
569
|
+
"""
|
|
570
|
+
IP source cluster subnet
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "subnet")
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
@pulumi.output_type
|
|
576
|
+
class ClusterNetworksNewVpdInfo(dict):
|
|
577
|
+
@staticmethod
|
|
578
|
+
def __key_warning(key: str):
|
|
579
|
+
suggest = None
|
|
580
|
+
if key == "cenId":
|
|
581
|
+
suggest = "cen_id"
|
|
582
|
+
elif key == "cloudLinkCidr":
|
|
583
|
+
suggest = "cloud_link_cidr"
|
|
584
|
+
elif key == "cloudLinkId":
|
|
585
|
+
suggest = "cloud_link_id"
|
|
586
|
+
elif key == "monitorVpcId":
|
|
587
|
+
suggest = "monitor_vpc_id"
|
|
588
|
+
elif key == "monitorVswitchId":
|
|
589
|
+
suggest = "monitor_vswitch_id"
|
|
590
|
+
elif key == "vpdCidr":
|
|
591
|
+
suggest = "vpd_cidr"
|
|
592
|
+
elif key == "vpdSubnets":
|
|
593
|
+
suggest = "vpd_subnets"
|
|
594
|
+
|
|
595
|
+
if suggest:
|
|
596
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworksNewVpdInfo. Access the value via the '{suggest}' property getter instead.")
|
|
597
|
+
|
|
598
|
+
def __getitem__(self, key: str) -> Any:
|
|
599
|
+
ClusterNetworksNewVpdInfo.__key_warning(key)
|
|
600
|
+
return super().__getitem__(key)
|
|
601
|
+
|
|
602
|
+
def get(self, key: str, default = None) -> Any:
|
|
603
|
+
ClusterNetworksNewVpdInfo.__key_warning(key)
|
|
604
|
+
return super().get(key, default)
|
|
605
|
+
|
|
606
|
+
def __init__(__self__, *,
|
|
607
|
+
cen_id: Optional[str] = None,
|
|
608
|
+
cloud_link_cidr: Optional[str] = None,
|
|
609
|
+
cloud_link_id: Optional[str] = None,
|
|
610
|
+
monitor_vpc_id: Optional[str] = None,
|
|
611
|
+
monitor_vswitch_id: Optional[str] = None,
|
|
612
|
+
vpd_cidr: Optional[str] = None,
|
|
613
|
+
vpd_subnets: Optional[Sequence['outputs.ClusterNetworksNewVpdInfoVpdSubnet']] = None):
|
|
614
|
+
"""
|
|
615
|
+
:param str cen_id: Cloud Enterprise Network ID
|
|
616
|
+
:param str cloud_link_cidr: Cloud chain cidr
|
|
617
|
+
:param str cloud_link_id: Cloud chain ID
|
|
618
|
+
:param str monitor_vpc_id: Proprietary Network
|
|
619
|
+
:param str monitor_vswitch_id: Proprietary network switch
|
|
620
|
+
:param str vpd_cidr: Cluster network segment
|
|
621
|
+
:param Sequence['ClusterNetworksNewVpdInfoVpdSubnetArgs'] vpd_subnets: List of cluster subnet ID
|
|
622
|
+
"""
|
|
623
|
+
if cen_id is not None:
|
|
624
|
+
pulumi.set(__self__, "cen_id", cen_id)
|
|
625
|
+
if cloud_link_cidr is not None:
|
|
626
|
+
pulumi.set(__self__, "cloud_link_cidr", cloud_link_cidr)
|
|
627
|
+
if cloud_link_id is not None:
|
|
628
|
+
pulumi.set(__self__, "cloud_link_id", cloud_link_id)
|
|
629
|
+
if monitor_vpc_id is not None:
|
|
630
|
+
pulumi.set(__self__, "monitor_vpc_id", monitor_vpc_id)
|
|
631
|
+
if monitor_vswitch_id is not None:
|
|
632
|
+
pulumi.set(__self__, "monitor_vswitch_id", monitor_vswitch_id)
|
|
633
|
+
if vpd_cidr is not None:
|
|
634
|
+
pulumi.set(__self__, "vpd_cidr", vpd_cidr)
|
|
635
|
+
if vpd_subnets is not None:
|
|
636
|
+
pulumi.set(__self__, "vpd_subnets", vpd_subnets)
|
|
637
|
+
|
|
638
|
+
@property
|
|
639
|
+
@pulumi.getter(name="cenId")
|
|
640
|
+
def cen_id(self) -> Optional[str]:
|
|
641
|
+
"""
|
|
642
|
+
Cloud Enterprise Network ID
|
|
643
|
+
"""
|
|
644
|
+
return pulumi.get(self, "cen_id")
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
@pulumi.getter(name="cloudLinkCidr")
|
|
648
|
+
def cloud_link_cidr(self) -> Optional[str]:
|
|
649
|
+
"""
|
|
650
|
+
Cloud chain cidr
|
|
651
|
+
"""
|
|
652
|
+
return pulumi.get(self, "cloud_link_cidr")
|
|
653
|
+
|
|
654
|
+
@property
|
|
655
|
+
@pulumi.getter(name="cloudLinkId")
|
|
656
|
+
def cloud_link_id(self) -> Optional[str]:
|
|
657
|
+
"""
|
|
658
|
+
Cloud chain ID
|
|
659
|
+
"""
|
|
660
|
+
return pulumi.get(self, "cloud_link_id")
|
|
661
|
+
|
|
662
|
+
@property
|
|
663
|
+
@pulumi.getter(name="monitorVpcId")
|
|
664
|
+
def monitor_vpc_id(self) -> Optional[str]:
|
|
665
|
+
"""
|
|
666
|
+
Proprietary Network
|
|
667
|
+
"""
|
|
668
|
+
return pulumi.get(self, "monitor_vpc_id")
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
@pulumi.getter(name="monitorVswitchId")
|
|
672
|
+
def monitor_vswitch_id(self) -> Optional[str]:
|
|
673
|
+
"""
|
|
674
|
+
Proprietary network switch
|
|
675
|
+
"""
|
|
676
|
+
return pulumi.get(self, "monitor_vswitch_id")
|
|
677
|
+
|
|
678
|
+
@property
|
|
679
|
+
@pulumi.getter(name="vpdCidr")
|
|
680
|
+
def vpd_cidr(self) -> Optional[str]:
|
|
681
|
+
"""
|
|
682
|
+
Cluster network segment
|
|
683
|
+
"""
|
|
684
|
+
return pulumi.get(self, "vpd_cidr")
|
|
685
|
+
|
|
686
|
+
@property
|
|
687
|
+
@pulumi.getter(name="vpdSubnets")
|
|
688
|
+
def vpd_subnets(self) -> Optional[Sequence['outputs.ClusterNetworksNewVpdInfoVpdSubnet']]:
|
|
689
|
+
"""
|
|
690
|
+
List of cluster subnet ID
|
|
691
|
+
"""
|
|
692
|
+
return pulumi.get(self, "vpd_subnets")
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
@pulumi.output_type
|
|
696
|
+
class ClusterNetworksNewVpdInfoVpdSubnet(dict):
|
|
697
|
+
@staticmethod
|
|
698
|
+
def __key_warning(key: str):
|
|
699
|
+
suggest = None
|
|
700
|
+
if key == "subnetCidr":
|
|
701
|
+
suggest = "subnet_cidr"
|
|
702
|
+
elif key == "subnetType":
|
|
703
|
+
suggest = "subnet_type"
|
|
704
|
+
elif key == "zoneId":
|
|
705
|
+
suggest = "zone_id"
|
|
706
|
+
|
|
707
|
+
if suggest:
|
|
708
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworksNewVpdInfoVpdSubnet. Access the value via the '{suggest}' property getter instead.")
|
|
709
|
+
|
|
710
|
+
def __getitem__(self, key: str) -> Any:
|
|
711
|
+
ClusterNetworksNewVpdInfoVpdSubnet.__key_warning(key)
|
|
712
|
+
return super().__getitem__(key)
|
|
713
|
+
|
|
714
|
+
def get(self, key: str, default = None) -> Any:
|
|
715
|
+
ClusterNetworksNewVpdInfoVpdSubnet.__key_warning(key)
|
|
716
|
+
return super().get(key, default)
|
|
717
|
+
|
|
718
|
+
def __init__(__self__, *,
|
|
719
|
+
subnet_cidr: Optional[str] = None,
|
|
720
|
+
subnet_type: Optional[str] = None,
|
|
721
|
+
zone_id: Optional[str] = None):
|
|
722
|
+
"""
|
|
723
|
+
:param str subnet_cidr: Subnet cidr
|
|
724
|
+
:param str subnet_type: Subnet Type
|
|
725
|
+
"""
|
|
726
|
+
if subnet_cidr is not None:
|
|
727
|
+
pulumi.set(__self__, "subnet_cidr", subnet_cidr)
|
|
728
|
+
if subnet_type is not None:
|
|
729
|
+
pulumi.set(__self__, "subnet_type", subnet_type)
|
|
730
|
+
if zone_id is not None:
|
|
731
|
+
pulumi.set(__self__, "zone_id", zone_id)
|
|
732
|
+
|
|
733
|
+
@property
|
|
734
|
+
@pulumi.getter(name="subnetCidr")
|
|
735
|
+
def subnet_cidr(self) -> Optional[str]:
|
|
736
|
+
"""
|
|
737
|
+
Subnet cidr
|
|
738
|
+
"""
|
|
739
|
+
return pulumi.get(self, "subnet_cidr")
|
|
740
|
+
|
|
741
|
+
@property
|
|
742
|
+
@pulumi.getter(name="subnetType")
|
|
743
|
+
def subnet_type(self) -> Optional[str]:
|
|
744
|
+
"""
|
|
745
|
+
Subnet Type
|
|
746
|
+
"""
|
|
747
|
+
return pulumi.get(self, "subnet_type")
|
|
748
|
+
|
|
749
|
+
@property
|
|
750
|
+
@pulumi.getter(name="zoneId")
|
|
751
|
+
def zone_id(self) -> Optional[str]:
|
|
752
|
+
return pulumi.get(self, "zone_id")
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
@pulumi.output_type
|
|
756
|
+
class ClusterNetworksVpdInfo(dict):
|
|
757
|
+
@staticmethod
|
|
758
|
+
def __key_warning(key: str):
|
|
759
|
+
suggest = None
|
|
760
|
+
if key == "vpdId":
|
|
761
|
+
suggest = "vpd_id"
|
|
762
|
+
elif key == "vpdSubnets":
|
|
763
|
+
suggest = "vpd_subnets"
|
|
764
|
+
|
|
765
|
+
if suggest:
|
|
766
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNetworksVpdInfo. Access the value via the '{suggest}' property getter instead.")
|
|
767
|
+
|
|
768
|
+
def __getitem__(self, key: str) -> Any:
|
|
769
|
+
ClusterNetworksVpdInfo.__key_warning(key)
|
|
770
|
+
return super().__getitem__(key)
|
|
771
|
+
|
|
772
|
+
def get(self, key: str, default = None) -> Any:
|
|
773
|
+
ClusterNetworksVpdInfo.__key_warning(key)
|
|
774
|
+
return super().get(key, default)
|
|
775
|
+
|
|
776
|
+
def __init__(__self__, *,
|
|
777
|
+
vpd_id: Optional[str] = None,
|
|
778
|
+
vpd_subnets: Optional[Sequence[str]] = None):
|
|
779
|
+
"""
|
|
780
|
+
:param str vpd_id: VPC ID
|
|
781
|
+
:param Sequence[str] vpd_subnets: List of cluster subnet ID
|
|
782
|
+
"""
|
|
783
|
+
if vpd_id is not None:
|
|
784
|
+
pulumi.set(__self__, "vpd_id", vpd_id)
|
|
785
|
+
if vpd_subnets is not None:
|
|
786
|
+
pulumi.set(__self__, "vpd_subnets", vpd_subnets)
|
|
787
|
+
|
|
788
|
+
@property
|
|
789
|
+
@pulumi.getter(name="vpdId")
|
|
790
|
+
def vpd_id(self) -> Optional[str]:
|
|
791
|
+
"""
|
|
792
|
+
VPC ID
|
|
793
|
+
"""
|
|
794
|
+
return pulumi.get(self, "vpd_id")
|
|
795
|
+
|
|
796
|
+
@property
|
|
797
|
+
@pulumi.getter(name="vpdSubnets")
|
|
798
|
+
def vpd_subnets(self) -> Optional[Sequence[str]]:
|
|
799
|
+
"""
|
|
800
|
+
List of cluster subnet ID
|
|
801
|
+
"""
|
|
802
|
+
return pulumi.get(self, "vpd_subnets")
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
@pulumi.output_type
|
|
806
|
+
class ClusterNodeGroup(dict):
|
|
807
|
+
@staticmethod
|
|
808
|
+
def __key_warning(key: str):
|
|
809
|
+
suggest = None
|
|
810
|
+
if key == "imageId":
|
|
811
|
+
suggest = "image_id"
|
|
812
|
+
elif key == "machineType":
|
|
813
|
+
suggest = "machine_type"
|
|
814
|
+
elif key == "nodeGroupDescription":
|
|
815
|
+
suggest = "node_group_description"
|
|
816
|
+
elif key == "nodeGroupName":
|
|
817
|
+
suggest = "node_group_name"
|
|
818
|
+
elif key == "userData":
|
|
819
|
+
suggest = "user_data"
|
|
820
|
+
elif key == "zoneId":
|
|
821
|
+
suggest = "zone_id"
|
|
822
|
+
|
|
823
|
+
if suggest:
|
|
824
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeGroup. Access the value via the '{suggest}' property getter instead.")
|
|
825
|
+
|
|
826
|
+
def __getitem__(self, key: str) -> Any:
|
|
827
|
+
ClusterNodeGroup.__key_warning(key)
|
|
828
|
+
return super().__getitem__(key)
|
|
829
|
+
|
|
830
|
+
def get(self, key: str, default = None) -> Any:
|
|
831
|
+
ClusterNodeGroup.__key_warning(key)
|
|
832
|
+
return super().get(key, default)
|
|
833
|
+
|
|
834
|
+
def __init__(__self__, *,
|
|
835
|
+
image_id: Optional[str] = None,
|
|
836
|
+
machine_type: Optional[str] = None,
|
|
837
|
+
node_group_description: Optional[str] = None,
|
|
838
|
+
node_group_name: Optional[str] = None,
|
|
839
|
+
nodes: Optional[Sequence['outputs.ClusterNodeGroupNode']] = None,
|
|
840
|
+
user_data: Optional[str] = None,
|
|
841
|
+
zone_id: Optional[str] = None):
|
|
842
|
+
"""
|
|
843
|
+
:param str image_id: System Image ID
|
|
844
|
+
:param str machine_type: Model
|
|
845
|
+
:param str node_group_description: Node Group Description
|
|
846
|
+
:param str node_group_name: Node Group Name
|
|
847
|
+
:param Sequence['ClusterNodeGroupNodeArgs'] nodes: Node List See `nodes` below.
|
|
848
|
+
:param str user_data: Instance custom data. It needs to be encoded in Base64 mode, and the original data is at most 16KB.
|
|
849
|
+
:param str zone_id: Zone ID
|
|
850
|
+
"""
|
|
851
|
+
if image_id is not None:
|
|
852
|
+
pulumi.set(__self__, "image_id", image_id)
|
|
853
|
+
if machine_type is not None:
|
|
854
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
|
855
|
+
if node_group_description is not None:
|
|
856
|
+
pulumi.set(__self__, "node_group_description", node_group_description)
|
|
857
|
+
if node_group_name is not None:
|
|
858
|
+
pulumi.set(__self__, "node_group_name", node_group_name)
|
|
859
|
+
if nodes is not None:
|
|
860
|
+
pulumi.set(__self__, "nodes", nodes)
|
|
861
|
+
if user_data is not None:
|
|
862
|
+
pulumi.set(__self__, "user_data", user_data)
|
|
863
|
+
if zone_id is not None:
|
|
864
|
+
pulumi.set(__self__, "zone_id", zone_id)
|
|
865
|
+
|
|
866
|
+
@property
|
|
867
|
+
@pulumi.getter(name="imageId")
|
|
868
|
+
def image_id(self) -> Optional[str]:
|
|
869
|
+
"""
|
|
870
|
+
System Image ID
|
|
871
|
+
"""
|
|
872
|
+
return pulumi.get(self, "image_id")
|
|
873
|
+
|
|
874
|
+
@property
|
|
875
|
+
@pulumi.getter(name="machineType")
|
|
876
|
+
def machine_type(self) -> Optional[str]:
|
|
877
|
+
"""
|
|
878
|
+
Model
|
|
879
|
+
"""
|
|
880
|
+
return pulumi.get(self, "machine_type")
|
|
881
|
+
|
|
882
|
+
@property
|
|
883
|
+
@pulumi.getter(name="nodeGroupDescription")
|
|
884
|
+
def node_group_description(self) -> Optional[str]:
|
|
885
|
+
"""
|
|
886
|
+
Node Group Description
|
|
887
|
+
"""
|
|
888
|
+
return pulumi.get(self, "node_group_description")
|
|
889
|
+
|
|
890
|
+
@property
|
|
891
|
+
@pulumi.getter(name="nodeGroupName")
|
|
892
|
+
def node_group_name(self) -> Optional[str]:
|
|
893
|
+
"""
|
|
894
|
+
Node Group Name
|
|
895
|
+
"""
|
|
896
|
+
return pulumi.get(self, "node_group_name")
|
|
897
|
+
|
|
898
|
+
@property
|
|
899
|
+
@pulumi.getter
|
|
900
|
+
def nodes(self) -> Optional[Sequence['outputs.ClusterNodeGroupNode']]:
|
|
901
|
+
"""
|
|
902
|
+
Node List See `nodes` below.
|
|
903
|
+
"""
|
|
904
|
+
return pulumi.get(self, "nodes")
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
@pulumi.getter(name="userData")
|
|
908
|
+
def user_data(self) -> Optional[str]:
|
|
909
|
+
"""
|
|
910
|
+
Instance custom data. It needs to be encoded in Base64 mode, and the original data is at most 16KB.
|
|
911
|
+
"""
|
|
912
|
+
return pulumi.get(self, "user_data")
|
|
913
|
+
|
|
914
|
+
@property
|
|
915
|
+
@pulumi.getter(name="zoneId")
|
|
916
|
+
def zone_id(self) -> Optional[str]:
|
|
917
|
+
"""
|
|
918
|
+
Zone ID
|
|
919
|
+
"""
|
|
920
|
+
return pulumi.get(self, "zone_id")
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
@pulumi.output_type
|
|
924
|
+
class ClusterNodeGroupNode(dict):
|
|
925
|
+
@staticmethod
|
|
926
|
+
def __key_warning(key: str):
|
|
927
|
+
suggest = None
|
|
928
|
+
if key == "loginPassword":
|
|
929
|
+
suggest = "login_password"
|
|
930
|
+
elif key == "nodeId":
|
|
931
|
+
suggest = "node_id"
|
|
932
|
+
elif key == "vpcId":
|
|
933
|
+
suggest = "vpc_id"
|
|
934
|
+
elif key == "vswitchId":
|
|
935
|
+
suggest = "vswitch_id"
|
|
936
|
+
|
|
937
|
+
if suggest:
|
|
938
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeGroupNode. Access the value via the '{suggest}' property getter instead.")
|
|
939
|
+
|
|
940
|
+
def __getitem__(self, key: str) -> Any:
|
|
941
|
+
ClusterNodeGroupNode.__key_warning(key)
|
|
942
|
+
return super().__getitem__(key)
|
|
943
|
+
|
|
944
|
+
def get(self, key: str, default = None) -> Any:
|
|
945
|
+
ClusterNodeGroupNode.__key_warning(key)
|
|
946
|
+
return super().get(key, default)
|
|
947
|
+
|
|
948
|
+
def __init__(__self__, *,
|
|
949
|
+
hostname: Optional[str] = None,
|
|
950
|
+
login_password: Optional[str] = None,
|
|
951
|
+
node_id: Optional[str] = None,
|
|
952
|
+
vpc_id: Optional[str] = None,
|
|
953
|
+
vswitch_id: Optional[str] = None):
|
|
954
|
+
"""
|
|
955
|
+
:param str hostname: Host name
|
|
956
|
+
:param str login_password: Login Password
|
|
957
|
+
"""
|
|
958
|
+
if hostname is not None:
|
|
959
|
+
pulumi.set(__self__, "hostname", hostname)
|
|
960
|
+
if login_password is not None:
|
|
961
|
+
pulumi.set(__self__, "login_password", login_password)
|
|
962
|
+
if node_id is not None:
|
|
963
|
+
pulumi.set(__self__, "node_id", node_id)
|
|
964
|
+
if vpc_id is not None:
|
|
965
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
966
|
+
if vswitch_id is not None:
|
|
967
|
+
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
968
|
+
|
|
969
|
+
@property
|
|
970
|
+
@pulumi.getter
|
|
971
|
+
def hostname(self) -> Optional[str]:
|
|
972
|
+
"""
|
|
973
|
+
Host name
|
|
974
|
+
"""
|
|
975
|
+
return pulumi.get(self, "hostname")
|
|
976
|
+
|
|
977
|
+
@property
|
|
978
|
+
@pulumi.getter(name="loginPassword")
|
|
979
|
+
def login_password(self) -> Optional[str]:
|
|
980
|
+
"""
|
|
981
|
+
Login Password
|
|
982
|
+
"""
|
|
983
|
+
return pulumi.get(self, "login_password")
|
|
984
|
+
|
|
985
|
+
@property
|
|
986
|
+
@pulumi.getter(name="nodeId")
|
|
987
|
+
def node_id(self) -> Optional[str]:
|
|
988
|
+
return pulumi.get(self, "node_id")
|
|
989
|
+
|
|
990
|
+
@property
|
|
991
|
+
@pulumi.getter(name="vpcId")
|
|
992
|
+
def vpc_id(self) -> Optional[str]:
|
|
993
|
+
return pulumi.get(self, "vpc_id")
|
|
994
|
+
|
|
995
|
+
@property
|
|
996
|
+
@pulumi.getter(name="vswitchId")
|
|
997
|
+
def vswitch_id(self) -> Optional[str]:
|
|
998
|
+
return pulumi.get(self, "vswitch_id")
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
@pulumi.output_type
|
|
1002
|
+
class NodeGroupIpAllocationPolicy(dict):
|
|
1003
|
+
@staticmethod
|
|
1004
|
+
def __key_warning(key: str):
|
|
1005
|
+
suggest = None
|
|
1006
|
+
if key == "bondPolicy":
|
|
1007
|
+
suggest = "bond_policy"
|
|
1008
|
+
elif key == "machineTypePolicies":
|
|
1009
|
+
suggest = "machine_type_policies"
|
|
1010
|
+
elif key == "nodePolicies":
|
|
1011
|
+
suggest = "node_policies"
|
|
1012
|
+
|
|
1013
|
+
if suggest:
|
|
1014
|
+
pulumi.log.warn(f"Key '{key}' not found in NodeGroupIpAllocationPolicy. Access the value via the '{suggest}' property getter instead.")
|
|
1015
|
+
|
|
1016
|
+
def __getitem__(self, key: str) -> Any:
|
|
1017
|
+
NodeGroupIpAllocationPolicy.__key_warning(key)
|
|
1018
|
+
return super().__getitem__(key)
|
|
1019
|
+
|
|
1020
|
+
def get(self, key: str, default = None) -> Any:
|
|
1021
|
+
NodeGroupIpAllocationPolicy.__key_warning(key)
|
|
1022
|
+
return super().get(key, default)
|
|
1023
|
+
|
|
1024
|
+
def __init__(__self__, *,
|
|
1025
|
+
bond_policy: Optional['outputs.NodeGroupIpAllocationPolicyBondPolicy'] = None,
|
|
1026
|
+
machine_type_policies: Optional[Sequence['outputs.NodeGroupIpAllocationPolicyMachineTypePolicy']] = None,
|
|
1027
|
+
node_policies: Optional[Sequence['outputs.NodeGroupIpAllocationPolicyNodePolicy']] = None):
|
|
1028
|
+
"""
|
|
1029
|
+
:param 'NodeGroupIpAllocationPolicyBondPolicyArgs' bond_policy: Specify the cluster subnet ID based on the bond name See `bond_policy` below.
|
|
1030
|
+
:param Sequence['NodeGroupIpAllocationPolicyMachineTypePolicyArgs'] machine_type_policies: Model Assignment Policy See `machine_type_policy` below.
|
|
1031
|
+
:param Sequence['NodeGroupIpAllocationPolicyNodePolicyArgs'] node_policies: Node allocation policy See `node_policy` below.
|
|
1032
|
+
"""
|
|
1033
|
+
if bond_policy is not None:
|
|
1034
|
+
pulumi.set(__self__, "bond_policy", bond_policy)
|
|
1035
|
+
if machine_type_policies is not None:
|
|
1036
|
+
pulumi.set(__self__, "machine_type_policies", machine_type_policies)
|
|
1037
|
+
if node_policies is not None:
|
|
1038
|
+
pulumi.set(__self__, "node_policies", node_policies)
|
|
1039
|
+
|
|
1040
|
+
@property
|
|
1041
|
+
@pulumi.getter(name="bondPolicy")
|
|
1042
|
+
def bond_policy(self) -> Optional['outputs.NodeGroupIpAllocationPolicyBondPolicy']:
|
|
1043
|
+
"""
|
|
1044
|
+
Specify the cluster subnet ID based on the bond name See `bond_policy` below.
|
|
1045
|
+
"""
|
|
1046
|
+
return pulumi.get(self, "bond_policy")
|
|
1047
|
+
|
|
1048
|
+
@property
|
|
1049
|
+
@pulumi.getter(name="machineTypePolicies")
|
|
1050
|
+
def machine_type_policies(self) -> Optional[Sequence['outputs.NodeGroupIpAllocationPolicyMachineTypePolicy']]:
|
|
1051
|
+
"""
|
|
1052
|
+
Model Assignment Policy See `machine_type_policy` below.
|
|
1053
|
+
"""
|
|
1054
|
+
return pulumi.get(self, "machine_type_policies")
|
|
1055
|
+
|
|
1056
|
+
@property
|
|
1057
|
+
@pulumi.getter(name="nodePolicies")
|
|
1058
|
+
def node_policies(self) -> Optional[Sequence['outputs.NodeGroupIpAllocationPolicyNodePolicy']]:
|
|
1059
|
+
"""
|
|
1060
|
+
Node allocation policy See `node_policy` below.
|
|
1061
|
+
"""
|
|
1062
|
+
return pulumi.get(self, "node_policies")
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
@pulumi.output_type
|
|
1066
|
+
class NodeGroupIpAllocationPolicyBondPolicy(dict):
|
|
1067
|
+
@staticmethod
|
|
1068
|
+
def __key_warning(key: str):
|
|
1069
|
+
suggest = None
|
|
1070
|
+
if key == "bondDefaultSubnet":
|
|
1071
|
+
suggest = "bond_default_subnet"
|
|
1072
|
+
|
|
1073
|
+
if suggest:
|
|
1074
|
+
pulumi.log.warn(f"Key '{key}' not found in NodeGroupIpAllocationPolicyBondPolicy. Access the value via the '{suggest}' property getter instead.")
|
|
1075
|
+
|
|
1076
|
+
def __getitem__(self, key: str) -> Any:
|
|
1077
|
+
NodeGroupIpAllocationPolicyBondPolicy.__key_warning(key)
|
|
1078
|
+
return super().__getitem__(key)
|
|
1079
|
+
|
|
1080
|
+
def get(self, key: str, default = None) -> Any:
|
|
1081
|
+
NodeGroupIpAllocationPolicyBondPolicy.__key_warning(key)
|
|
1082
|
+
return super().get(key, default)
|
|
1083
|
+
|
|
1084
|
+
def __init__(__self__, *,
|
|
1085
|
+
bond_default_subnet: Optional[str] = None,
|
|
1086
|
+
bonds: Optional[Sequence['outputs.NodeGroupIpAllocationPolicyBondPolicyBond']] = None):
|
|
1087
|
+
"""
|
|
1088
|
+
:param str bond_default_subnet: Default bond cluster subnet
|
|
1089
|
+
:param Sequence['NodeGroupIpAllocationPolicyBondPolicyBondArgs'] bonds: Bond information See `bonds` below.
|
|
1090
|
+
"""
|
|
1091
|
+
if bond_default_subnet is not None:
|
|
1092
|
+
pulumi.set(__self__, "bond_default_subnet", bond_default_subnet)
|
|
1093
|
+
if bonds is not None:
|
|
1094
|
+
pulumi.set(__self__, "bonds", bonds)
|
|
1095
|
+
|
|
1096
|
+
@property
|
|
1097
|
+
@pulumi.getter(name="bondDefaultSubnet")
|
|
1098
|
+
def bond_default_subnet(self) -> Optional[str]:
|
|
1099
|
+
"""
|
|
1100
|
+
Default bond cluster subnet
|
|
1101
|
+
"""
|
|
1102
|
+
return pulumi.get(self, "bond_default_subnet")
|
|
1103
|
+
|
|
1104
|
+
@property
|
|
1105
|
+
@pulumi.getter
|
|
1106
|
+
def bonds(self) -> Optional[Sequence['outputs.NodeGroupIpAllocationPolicyBondPolicyBond']]:
|
|
1107
|
+
"""
|
|
1108
|
+
Bond information See `bonds` below.
|
|
1109
|
+
"""
|
|
1110
|
+
return pulumi.get(self, "bonds")
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
@pulumi.output_type
|
|
1114
|
+
class NodeGroupIpAllocationPolicyBondPolicyBond(dict):
|
|
1115
|
+
def __init__(__self__, *,
|
|
1116
|
+
name: Optional[str] = None,
|
|
1117
|
+
subnet: Optional[str] = None):
|
|
1118
|
+
"""
|
|
1119
|
+
:param str name: The bond name
|
|
1120
|
+
:param str subnet: IP source cluster subnet
|
|
1121
|
+
"""
|
|
1122
|
+
if name is not None:
|
|
1123
|
+
pulumi.set(__self__, "name", name)
|
|
1124
|
+
if subnet is not None:
|
|
1125
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
1126
|
+
|
|
1127
|
+
@property
|
|
1128
|
+
@pulumi.getter
|
|
1129
|
+
def name(self) -> Optional[str]:
|
|
1130
|
+
"""
|
|
1131
|
+
The bond name
|
|
1132
|
+
"""
|
|
1133
|
+
return pulumi.get(self, "name")
|
|
1134
|
+
|
|
1135
|
+
@property
|
|
1136
|
+
@pulumi.getter
|
|
1137
|
+
def subnet(self) -> Optional[str]:
|
|
1138
|
+
"""
|
|
1139
|
+
IP source cluster subnet
|
|
1140
|
+
"""
|
|
1141
|
+
return pulumi.get(self, "subnet")
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
@pulumi.output_type
|
|
1145
|
+
class NodeGroupIpAllocationPolicyMachineTypePolicy(dict):
|
|
1146
|
+
@staticmethod
|
|
1147
|
+
def __key_warning(key: str):
|
|
1148
|
+
suggest = None
|
|
1149
|
+
if key == "machineType":
|
|
1150
|
+
suggest = "machine_type"
|
|
1151
|
+
|
|
1152
|
+
if suggest:
|
|
1153
|
+
pulumi.log.warn(f"Key '{key}' not found in NodeGroupIpAllocationPolicyMachineTypePolicy. Access the value via the '{suggest}' property getter instead.")
|
|
1154
|
+
|
|
1155
|
+
def __getitem__(self, key: str) -> Any:
|
|
1156
|
+
NodeGroupIpAllocationPolicyMachineTypePolicy.__key_warning(key)
|
|
1157
|
+
return super().__getitem__(key)
|
|
1158
|
+
|
|
1159
|
+
def get(self, key: str, default = None) -> Any:
|
|
1160
|
+
NodeGroupIpAllocationPolicyMachineTypePolicy.__key_warning(key)
|
|
1161
|
+
return super().get(key, default)
|
|
1162
|
+
|
|
1163
|
+
def __init__(__self__, *,
|
|
1164
|
+
bonds: Optional[Sequence['outputs.NodeGroupIpAllocationPolicyMachineTypePolicyBond']] = None,
|
|
1165
|
+
machine_type: Optional[str] = None):
|
|
1166
|
+
"""
|
|
1167
|
+
:param Sequence['NodeGroupIpAllocationPolicyMachineTypePolicyBondArgs'] bonds: Bond information See `bonds` below.
|
|
1168
|
+
:param str machine_type: Machine type
|
|
1169
|
+
"""
|
|
1170
|
+
if bonds is not None:
|
|
1171
|
+
pulumi.set(__self__, "bonds", bonds)
|
|
1172
|
+
if machine_type is not None:
|
|
1173
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
|
1174
|
+
|
|
1175
|
+
@property
|
|
1176
|
+
@pulumi.getter
|
|
1177
|
+
def bonds(self) -> Optional[Sequence['outputs.NodeGroupIpAllocationPolicyMachineTypePolicyBond']]:
|
|
1178
|
+
"""
|
|
1179
|
+
Bond information See `bonds` below.
|
|
1180
|
+
"""
|
|
1181
|
+
return pulumi.get(self, "bonds")
|
|
1182
|
+
|
|
1183
|
+
@property
|
|
1184
|
+
@pulumi.getter(name="machineType")
|
|
1185
|
+
def machine_type(self) -> Optional[str]:
|
|
1186
|
+
"""
|
|
1187
|
+
Machine type
|
|
1188
|
+
"""
|
|
1189
|
+
return pulumi.get(self, "machine_type")
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
@pulumi.output_type
|
|
1193
|
+
class NodeGroupIpAllocationPolicyMachineTypePolicyBond(dict):
|
|
1194
|
+
def __init__(__self__, *,
|
|
1195
|
+
name: Optional[str] = None,
|
|
1196
|
+
subnet: Optional[str] = None):
|
|
1197
|
+
"""
|
|
1198
|
+
:param str name: The bond name
|
|
1199
|
+
:param str subnet: IP source cluster subnet
|
|
1200
|
+
"""
|
|
1201
|
+
if name is not None:
|
|
1202
|
+
pulumi.set(__self__, "name", name)
|
|
1203
|
+
if subnet is not None:
|
|
1204
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
1205
|
+
|
|
1206
|
+
@property
|
|
1207
|
+
@pulumi.getter
|
|
1208
|
+
def name(self) -> Optional[str]:
|
|
1209
|
+
"""
|
|
1210
|
+
The bond name
|
|
1211
|
+
"""
|
|
1212
|
+
return pulumi.get(self, "name")
|
|
1213
|
+
|
|
1214
|
+
@property
|
|
1215
|
+
@pulumi.getter
|
|
1216
|
+
def subnet(self) -> Optional[str]:
|
|
1217
|
+
"""
|
|
1218
|
+
IP source cluster subnet
|
|
1219
|
+
"""
|
|
1220
|
+
return pulumi.get(self, "subnet")
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
@pulumi.output_type
|
|
1224
|
+
class NodeGroupIpAllocationPolicyNodePolicy(dict):
|
|
1225
|
+
@staticmethod
|
|
1226
|
+
def __key_warning(key: str):
|
|
1227
|
+
suggest = None
|
|
1228
|
+
if key == "nodeId":
|
|
1229
|
+
suggest = "node_id"
|
|
1230
|
+
|
|
1231
|
+
if suggest:
|
|
1232
|
+
pulumi.log.warn(f"Key '{key}' not found in NodeGroupIpAllocationPolicyNodePolicy. Access the value via the '{suggest}' property getter instead.")
|
|
1233
|
+
|
|
1234
|
+
def __getitem__(self, key: str) -> Any:
|
|
1235
|
+
NodeGroupIpAllocationPolicyNodePolicy.__key_warning(key)
|
|
1236
|
+
return super().__getitem__(key)
|
|
1237
|
+
|
|
1238
|
+
def get(self, key: str, default = None) -> Any:
|
|
1239
|
+
NodeGroupIpAllocationPolicyNodePolicy.__key_warning(key)
|
|
1240
|
+
return super().get(key, default)
|
|
1241
|
+
|
|
1242
|
+
def __init__(__self__, *,
|
|
1243
|
+
bonds: Optional[Sequence['outputs.NodeGroupIpAllocationPolicyNodePolicyBond']] = None,
|
|
1244
|
+
node_id: Optional[str] = None):
|
|
1245
|
+
"""
|
|
1246
|
+
:param Sequence['NodeGroupIpAllocationPolicyNodePolicyBondArgs'] bonds: Bond information See `bonds` below.
|
|
1247
|
+
"""
|
|
1248
|
+
if bonds is not None:
|
|
1249
|
+
pulumi.set(__self__, "bonds", bonds)
|
|
1250
|
+
if node_id is not None:
|
|
1251
|
+
pulumi.set(__self__, "node_id", node_id)
|
|
1252
|
+
|
|
1253
|
+
@property
|
|
1254
|
+
@pulumi.getter
|
|
1255
|
+
def bonds(self) -> Optional[Sequence['outputs.NodeGroupIpAllocationPolicyNodePolicyBond']]:
|
|
1256
|
+
"""
|
|
1257
|
+
Bond information See `bonds` below.
|
|
1258
|
+
"""
|
|
1259
|
+
return pulumi.get(self, "bonds")
|
|
1260
|
+
|
|
1261
|
+
@property
|
|
1262
|
+
@pulumi.getter(name="nodeId")
|
|
1263
|
+
def node_id(self) -> Optional[str]:
|
|
1264
|
+
return pulumi.get(self, "node_id")
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
@pulumi.output_type
|
|
1268
|
+
class NodeGroupIpAllocationPolicyNodePolicyBond(dict):
|
|
1269
|
+
def __init__(__self__, *,
|
|
1270
|
+
name: Optional[str] = None,
|
|
1271
|
+
subnet: Optional[str] = None):
|
|
1272
|
+
"""
|
|
1273
|
+
:param str name: The bond name
|
|
1274
|
+
:param str subnet: IP source cluster subnet
|
|
1275
|
+
"""
|
|
1276
|
+
if name is not None:
|
|
1277
|
+
pulumi.set(__self__, "name", name)
|
|
1278
|
+
if subnet is not None:
|
|
1279
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
1280
|
+
|
|
1281
|
+
@property
|
|
1282
|
+
@pulumi.getter
|
|
1283
|
+
def name(self) -> Optional[str]:
|
|
1284
|
+
"""
|
|
1285
|
+
The bond name
|
|
1286
|
+
"""
|
|
1287
|
+
return pulumi.get(self, "name")
|
|
1288
|
+
|
|
1289
|
+
@property
|
|
1290
|
+
@pulumi.getter
|
|
1291
|
+
def subnet(self) -> Optional[str]:
|
|
1292
|
+
"""
|
|
1293
|
+
IP source cluster subnet
|
|
1294
|
+
"""
|
|
1295
|
+
return pulumi.get(self, "subnet")
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
@pulumi.output_type
|
|
1299
|
+
class NodeGroupNode(dict):
|
|
1300
|
+
@staticmethod
|
|
1301
|
+
def __key_warning(key: str):
|
|
1302
|
+
suggest = None
|
|
1303
|
+
if key == "loginPassword":
|
|
1304
|
+
suggest = "login_password"
|
|
1305
|
+
elif key == "nodeId":
|
|
1306
|
+
suggest = "node_id"
|
|
1307
|
+
elif key == "vpcId":
|
|
1308
|
+
suggest = "vpc_id"
|
|
1309
|
+
elif key == "vswitchId":
|
|
1310
|
+
suggest = "vswitch_id"
|
|
1311
|
+
|
|
1312
|
+
if suggest:
|
|
1313
|
+
pulumi.log.warn(f"Key '{key}' not found in NodeGroupNode. Access the value via the '{suggest}' property getter instead.")
|
|
1314
|
+
|
|
1315
|
+
def __getitem__(self, key: str) -> Any:
|
|
1316
|
+
NodeGroupNode.__key_warning(key)
|
|
1317
|
+
return super().__getitem__(key)
|
|
1318
|
+
|
|
1319
|
+
def get(self, key: str, default = None) -> Any:
|
|
1320
|
+
NodeGroupNode.__key_warning(key)
|
|
1321
|
+
return super().get(key, default)
|
|
1322
|
+
|
|
1323
|
+
def __init__(__self__, *,
|
|
1324
|
+
hostname: Optional[str] = None,
|
|
1325
|
+
login_password: Optional[str] = None,
|
|
1326
|
+
node_id: Optional[str] = None,
|
|
1327
|
+
vpc_id: Optional[str] = None,
|
|
1328
|
+
vswitch_id: Optional[str] = None):
|
|
1329
|
+
"""
|
|
1330
|
+
:param str hostname: Host name
|
|
1331
|
+
:param str login_password: Login Password
|
|
1332
|
+
:param str node_id: Node ID
|
|
1333
|
+
:param str vpc_id: VPC ID
|
|
1334
|
+
:param str vswitch_id: Switch ID
|
|
1335
|
+
"""
|
|
1336
|
+
if hostname is not None:
|
|
1337
|
+
pulumi.set(__self__, "hostname", hostname)
|
|
1338
|
+
if login_password is not None:
|
|
1339
|
+
pulumi.set(__self__, "login_password", login_password)
|
|
1340
|
+
if node_id is not None:
|
|
1341
|
+
pulumi.set(__self__, "node_id", node_id)
|
|
1342
|
+
if vpc_id is not None:
|
|
1343
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
1344
|
+
if vswitch_id is not None:
|
|
1345
|
+
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
1346
|
+
|
|
1347
|
+
@property
|
|
1348
|
+
@pulumi.getter
|
|
1349
|
+
def hostname(self) -> Optional[str]:
|
|
1350
|
+
"""
|
|
1351
|
+
Host name
|
|
1352
|
+
"""
|
|
1353
|
+
return pulumi.get(self, "hostname")
|
|
1354
|
+
|
|
1355
|
+
@property
|
|
1356
|
+
@pulumi.getter(name="loginPassword")
|
|
1357
|
+
def login_password(self) -> Optional[str]:
|
|
1358
|
+
"""
|
|
1359
|
+
Login Password
|
|
1360
|
+
"""
|
|
1361
|
+
return pulumi.get(self, "login_password")
|
|
1362
|
+
|
|
1363
|
+
@property
|
|
1364
|
+
@pulumi.getter(name="nodeId")
|
|
1365
|
+
def node_id(self) -> Optional[str]:
|
|
1366
|
+
"""
|
|
1367
|
+
Node ID
|
|
1368
|
+
"""
|
|
1369
|
+
return pulumi.get(self, "node_id")
|
|
1370
|
+
|
|
1371
|
+
@property
|
|
1372
|
+
@pulumi.getter(name="vpcId")
|
|
1373
|
+
def vpc_id(self) -> Optional[str]:
|
|
1374
|
+
"""
|
|
1375
|
+
VPC ID
|
|
1376
|
+
"""
|
|
1377
|
+
return pulumi.get(self, "vpc_id")
|
|
1378
|
+
|
|
1379
|
+
@property
|
|
1380
|
+
@pulumi.getter(name="vswitchId")
|
|
1381
|
+
def vswitch_id(self) -> Optional[str]:
|
|
1382
|
+
"""
|
|
1383
|
+
Switch ID
|
|
1384
|
+
"""
|
|
1385
|
+
return pulumi.get(self, "vswitch_id")
|
|
1386
|
+
|
|
1387
|
+
|
|
22
1388
|
@pulumi.output_type
|
|
23
1389
|
class GetSubnetsSubnetResult(dict):
|
|
24
1390
|
def __init__(__self__, *,
|