pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.77.0a1744262757__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.77.0a1744262757.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/top_level.txt +0 -0
pulumi_alicloud/vpc/outputs.py
CHANGED
|
@@ -29,6 +29,9 @@ __all__ = [
|
|
|
29
29
|
'PrefixListPrefixListAssociation',
|
|
30
30
|
'TrafficMirrorFilterEgressRule',
|
|
31
31
|
'TrafficMirrorFilterIngressRule',
|
|
32
|
+
'VPCRouteEntryNextHop',
|
|
33
|
+
'VPCRouteEntryNextHopNextHopRelatedInfo',
|
|
34
|
+
'VPCRouteEntryRoutePublishTarget',
|
|
32
35
|
'GetBgpGroupsGroupResult',
|
|
33
36
|
'GetBgpNetworksNetworkResult',
|
|
34
37
|
'GetBgpPeersPeerResult',
|
|
@@ -1149,6 +1152,235 @@ class TrafficMirrorFilterIngressRule(dict):
|
|
|
1149
1152
|
return pulumi.get(self, "traffic_mirror_filter_rule_status")
|
|
1150
1153
|
|
|
1151
1154
|
|
|
1155
|
+
@pulumi.output_type
|
|
1156
|
+
class VPCRouteEntryNextHop(dict):
|
|
1157
|
+
@staticmethod
|
|
1158
|
+
def __key_warning(key: str):
|
|
1159
|
+
suggest = None
|
|
1160
|
+
if key == "nextHopRegionId":
|
|
1161
|
+
suggest = "next_hop_region_id"
|
|
1162
|
+
elif key == "nextHopRelatedInfo":
|
|
1163
|
+
suggest = "next_hop_related_info"
|
|
1164
|
+
elif key == "nexthopId":
|
|
1165
|
+
suggest = "nexthop_id"
|
|
1166
|
+
elif key == "nexthopType":
|
|
1167
|
+
suggest = "nexthop_type"
|
|
1168
|
+
|
|
1169
|
+
if suggest:
|
|
1170
|
+
pulumi.log.warn(f"Key '{key}' not found in VPCRouteEntryNextHop. Access the value via the '{suggest}' property getter instead.")
|
|
1171
|
+
|
|
1172
|
+
def __getitem__(self, key: str) -> Any:
|
|
1173
|
+
VPCRouteEntryNextHop.__key_warning(key)
|
|
1174
|
+
return super().__getitem__(key)
|
|
1175
|
+
|
|
1176
|
+
def get(self, key: str, default = None) -> Any:
|
|
1177
|
+
VPCRouteEntryNextHop.__key_warning(key)
|
|
1178
|
+
return super().get(key, default)
|
|
1179
|
+
|
|
1180
|
+
def __init__(__self__, *,
|
|
1181
|
+
enabled: Optional[int] = None,
|
|
1182
|
+
next_hop_region_id: Optional[str] = None,
|
|
1183
|
+
next_hop_related_info: Optional['outputs.VPCRouteEntryNextHopNextHopRelatedInfo'] = None,
|
|
1184
|
+
nexthop_id: Optional[str] = None,
|
|
1185
|
+
nexthop_type: Optional[str] = None,
|
|
1186
|
+
weight: Optional[int] = None):
|
|
1187
|
+
"""
|
|
1188
|
+
:param int enabled: Whether the route is available.
|
|
1189
|
+
:param str next_hop_region_id: The region of the next instance.
|
|
1190
|
+
:param 'VPCRouteEntryNextHopNextHopRelatedInfoArgs' next_hop_related_info: Next hop information.
|
|
1191
|
+
:param str nexthop_id: ID of next hop
|
|
1192
|
+
:param str nexthop_type: type of next hop
|
|
1193
|
+
:param int weight: The weight of the route entry.
|
|
1194
|
+
"""
|
|
1195
|
+
if enabled is not None:
|
|
1196
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1197
|
+
if next_hop_region_id is not None:
|
|
1198
|
+
pulumi.set(__self__, "next_hop_region_id", next_hop_region_id)
|
|
1199
|
+
if next_hop_related_info is not None:
|
|
1200
|
+
pulumi.set(__self__, "next_hop_related_info", next_hop_related_info)
|
|
1201
|
+
if nexthop_id is not None:
|
|
1202
|
+
pulumi.set(__self__, "nexthop_id", nexthop_id)
|
|
1203
|
+
if nexthop_type is not None:
|
|
1204
|
+
pulumi.set(__self__, "nexthop_type", nexthop_type)
|
|
1205
|
+
if weight is not None:
|
|
1206
|
+
pulumi.set(__self__, "weight", weight)
|
|
1207
|
+
|
|
1208
|
+
@property
|
|
1209
|
+
@pulumi.getter
|
|
1210
|
+
def enabled(self) -> Optional[int]:
|
|
1211
|
+
"""
|
|
1212
|
+
Whether the route is available.
|
|
1213
|
+
"""
|
|
1214
|
+
return pulumi.get(self, "enabled")
|
|
1215
|
+
|
|
1216
|
+
@property
|
|
1217
|
+
@pulumi.getter(name="nextHopRegionId")
|
|
1218
|
+
def next_hop_region_id(self) -> Optional[str]:
|
|
1219
|
+
"""
|
|
1220
|
+
The region of the next instance.
|
|
1221
|
+
"""
|
|
1222
|
+
return pulumi.get(self, "next_hop_region_id")
|
|
1223
|
+
|
|
1224
|
+
@property
|
|
1225
|
+
@pulumi.getter(name="nextHopRelatedInfo")
|
|
1226
|
+
def next_hop_related_info(self) -> Optional['outputs.VPCRouteEntryNextHopNextHopRelatedInfo']:
|
|
1227
|
+
"""
|
|
1228
|
+
Next hop information.
|
|
1229
|
+
"""
|
|
1230
|
+
return pulumi.get(self, "next_hop_related_info")
|
|
1231
|
+
|
|
1232
|
+
@property
|
|
1233
|
+
@pulumi.getter(name="nexthopId")
|
|
1234
|
+
def nexthop_id(self) -> Optional[str]:
|
|
1235
|
+
"""
|
|
1236
|
+
ID of next hop
|
|
1237
|
+
"""
|
|
1238
|
+
return pulumi.get(self, "nexthop_id")
|
|
1239
|
+
|
|
1240
|
+
@property
|
|
1241
|
+
@pulumi.getter(name="nexthopType")
|
|
1242
|
+
def nexthop_type(self) -> Optional[str]:
|
|
1243
|
+
"""
|
|
1244
|
+
type of next hop
|
|
1245
|
+
"""
|
|
1246
|
+
return pulumi.get(self, "nexthop_type")
|
|
1247
|
+
|
|
1248
|
+
@property
|
|
1249
|
+
@pulumi.getter
|
|
1250
|
+
def weight(self) -> Optional[int]:
|
|
1251
|
+
"""
|
|
1252
|
+
The weight of the route entry.
|
|
1253
|
+
"""
|
|
1254
|
+
return pulumi.get(self, "weight")
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
@pulumi.output_type
|
|
1258
|
+
class VPCRouteEntryNextHopNextHopRelatedInfo(dict):
|
|
1259
|
+
@staticmethod
|
|
1260
|
+
def __key_warning(key: str):
|
|
1261
|
+
suggest = None
|
|
1262
|
+
if key == "instanceId":
|
|
1263
|
+
suggest = "instance_id"
|
|
1264
|
+
elif key == "instanceType":
|
|
1265
|
+
suggest = "instance_type"
|
|
1266
|
+
elif key == "regionId":
|
|
1267
|
+
suggest = "region_id"
|
|
1268
|
+
|
|
1269
|
+
if suggest:
|
|
1270
|
+
pulumi.log.warn(f"Key '{key}' not found in VPCRouteEntryNextHopNextHopRelatedInfo. Access the value via the '{suggest}' property getter instead.")
|
|
1271
|
+
|
|
1272
|
+
def __getitem__(self, key: str) -> Any:
|
|
1273
|
+
VPCRouteEntryNextHopNextHopRelatedInfo.__key_warning(key)
|
|
1274
|
+
return super().__getitem__(key)
|
|
1275
|
+
|
|
1276
|
+
def get(self, key: str, default = None) -> Any:
|
|
1277
|
+
VPCRouteEntryNextHopNextHopRelatedInfo.__key_warning(key)
|
|
1278
|
+
return super().get(key, default)
|
|
1279
|
+
|
|
1280
|
+
def __init__(__self__, *,
|
|
1281
|
+
instance_id: Optional[str] = None,
|
|
1282
|
+
instance_type: Optional[str] = None,
|
|
1283
|
+
region_id: Optional[str] = None):
|
|
1284
|
+
"""
|
|
1285
|
+
:param str instance_id: InstanceId
|
|
1286
|
+
:param str instance_type: InstanceType
|
|
1287
|
+
:param str region_id: The region of the instance associated with the next hop.
|
|
1288
|
+
"""
|
|
1289
|
+
if instance_id is not None:
|
|
1290
|
+
pulumi.set(__self__, "instance_id", instance_id)
|
|
1291
|
+
if instance_type is not None:
|
|
1292
|
+
pulumi.set(__self__, "instance_type", instance_type)
|
|
1293
|
+
if region_id is not None:
|
|
1294
|
+
pulumi.set(__self__, "region_id", region_id)
|
|
1295
|
+
|
|
1296
|
+
@property
|
|
1297
|
+
@pulumi.getter(name="instanceId")
|
|
1298
|
+
def instance_id(self) -> Optional[str]:
|
|
1299
|
+
"""
|
|
1300
|
+
InstanceId
|
|
1301
|
+
"""
|
|
1302
|
+
return pulumi.get(self, "instance_id")
|
|
1303
|
+
|
|
1304
|
+
@property
|
|
1305
|
+
@pulumi.getter(name="instanceType")
|
|
1306
|
+
def instance_type(self) -> Optional[str]:
|
|
1307
|
+
"""
|
|
1308
|
+
InstanceType
|
|
1309
|
+
"""
|
|
1310
|
+
return pulumi.get(self, "instance_type")
|
|
1311
|
+
|
|
1312
|
+
@property
|
|
1313
|
+
@pulumi.getter(name="regionId")
|
|
1314
|
+
def region_id(self) -> Optional[str]:
|
|
1315
|
+
"""
|
|
1316
|
+
The region of the instance associated with the next hop.
|
|
1317
|
+
"""
|
|
1318
|
+
return pulumi.get(self, "region_id")
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
@pulumi.output_type
|
|
1322
|
+
class VPCRouteEntryRoutePublishTarget(dict):
|
|
1323
|
+
@staticmethod
|
|
1324
|
+
def __key_warning(key: str):
|
|
1325
|
+
suggest = None
|
|
1326
|
+
if key == "targetType":
|
|
1327
|
+
suggest = "target_type"
|
|
1328
|
+
elif key == "publishStatus":
|
|
1329
|
+
suggest = "publish_status"
|
|
1330
|
+
elif key == "targetInstanceId":
|
|
1331
|
+
suggest = "target_instance_id"
|
|
1332
|
+
|
|
1333
|
+
if suggest:
|
|
1334
|
+
pulumi.log.warn(f"Key '{key}' not found in VPCRouteEntryRoutePublishTarget. Access the value via the '{suggest}' property getter instead.")
|
|
1335
|
+
|
|
1336
|
+
def __getitem__(self, key: str) -> Any:
|
|
1337
|
+
VPCRouteEntryRoutePublishTarget.__key_warning(key)
|
|
1338
|
+
return super().__getitem__(key)
|
|
1339
|
+
|
|
1340
|
+
def get(self, key: str, default = None) -> Any:
|
|
1341
|
+
VPCRouteEntryRoutePublishTarget.__key_warning(key)
|
|
1342
|
+
return super().get(key, default)
|
|
1343
|
+
|
|
1344
|
+
def __init__(__self__, *,
|
|
1345
|
+
target_type: str,
|
|
1346
|
+
publish_status: Optional[str] = None,
|
|
1347
|
+
target_instance_id: Optional[str] = None):
|
|
1348
|
+
"""
|
|
1349
|
+
:param str target_type: Route publish target type
|
|
1350
|
+
:param str publish_status: Route Publish Status
|
|
1351
|
+
:param str target_instance_id: Route publish target instance id.
|
|
1352
|
+
"""
|
|
1353
|
+
pulumi.set(__self__, "target_type", target_type)
|
|
1354
|
+
if publish_status is not None:
|
|
1355
|
+
pulumi.set(__self__, "publish_status", publish_status)
|
|
1356
|
+
if target_instance_id is not None:
|
|
1357
|
+
pulumi.set(__self__, "target_instance_id", target_instance_id)
|
|
1358
|
+
|
|
1359
|
+
@property
|
|
1360
|
+
@pulumi.getter(name="targetType")
|
|
1361
|
+
def target_type(self) -> str:
|
|
1362
|
+
"""
|
|
1363
|
+
Route publish target type
|
|
1364
|
+
"""
|
|
1365
|
+
return pulumi.get(self, "target_type")
|
|
1366
|
+
|
|
1367
|
+
@property
|
|
1368
|
+
@pulumi.getter(name="publishStatus")
|
|
1369
|
+
def publish_status(self) -> Optional[str]:
|
|
1370
|
+
"""
|
|
1371
|
+
Route Publish Status
|
|
1372
|
+
"""
|
|
1373
|
+
return pulumi.get(self, "publish_status")
|
|
1374
|
+
|
|
1375
|
+
@property
|
|
1376
|
+
@pulumi.getter(name="targetInstanceId")
|
|
1377
|
+
def target_instance_id(self) -> Optional[str]:
|
|
1378
|
+
"""
|
|
1379
|
+
Route publish target instance id.
|
|
1380
|
+
"""
|
|
1381
|
+
return pulumi.get(self, "target_instance_id")
|
|
1382
|
+
|
|
1383
|
+
|
|
1152
1384
|
@pulumi.output_type
|
|
1153
1385
|
class GetBgpGroupsGroupResult(dict):
|
|
1154
1386
|
def __init__(__self__, *,
|
|
@@ -35,30 +35,36 @@ class PeerConnectionArgs:
|
|
|
35
35
|
"""
|
|
36
36
|
The set of arguments for constructing a PeerConnection resource.
|
|
37
37
|
:param pulumi.Input[str] accepting_region_id: The region ID of the accepter VPC of the VPC peering connection that you want to create.
|
|
38
|
+
|
|
38
39
|
- To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC.
|
|
39
40
|
- To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC.
|
|
40
41
|
:param pulumi.Input[str] accepting_vpc_id: The ID of the accepter VPC.
|
|
41
42
|
:param pulumi.Input[str] vpc_id: The ID of the requester VPC or accepter VPC of the VPC peering connection that you want to query.
|
|
42
43
|
:param pulumi.Input[int] accepting_ali_uid: The ID of the Alibaba Cloud account to which the accepter VPC belongs.
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
|
|
45
|
+
* To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account.
|
|
46
|
+
* To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account.
|
|
45
47
|
|
|
46
48
|
> **NOTE:** If the accepter is a RAM user, set `AcceptingAliUid` to the ID of the Alibaba Cloud account that created the RAM user.
|
|
47
49
|
:param pulumi.Input[int] bandwidth: The bandwidth of the VPC peering connection. Unit: Mbit/s. The value must be an integer greater than 0. Before you specify this parameter, make sure that you create an inter-region VPC peering connection.
|
|
48
50
|
:param pulumi.Input[str] description: The description of the VPC peering connection.
|
|
49
|
-
|
|
50
51
|
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
51
52
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
52
53
|
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
53
|
-
:param pulumi.Input[str] link_type:
|
|
54
|
-
|
|
54
|
+
:param pulumi.Input[str] link_type: The link type of the VPC peering connection that you want to create. Valid values:
|
|
55
|
+
- Platinum.
|
|
56
|
+
- Gold: default value.
|
|
57
|
+
|
|
58
|
+
> **NOTE:**
|
|
55
59
|
|
|
60
|
+
> **NOTE:** - If you need to specify this parameter, ensure that the VPC peering connection is an inter-region connection.
|
|
61
|
+
:param pulumi.Input[str] peer_connection_name: The name of the VPC peering connection.
|
|
56
62
|
The name must be 2 to 128 characters in length, and can contain digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
57
63
|
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
58
64
|
|
|
59
65
|
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
60
66
|
:param pulumi.Input[str] status: The status of the resource
|
|
61
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of
|
|
67
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of VpcPeer.
|
|
62
68
|
"""
|
|
63
69
|
pulumi.set(__self__, "accepting_region_id", accepting_region_id)
|
|
64
70
|
pulumi.set(__self__, "accepting_vpc_id", accepting_vpc_id)
|
|
@@ -89,6 +95,7 @@ class PeerConnectionArgs:
|
|
|
89
95
|
def accepting_region_id(self) -> pulumi.Input[str]:
|
|
90
96
|
"""
|
|
91
97
|
The region ID of the accepter VPC of the VPC peering connection that you want to create.
|
|
98
|
+
|
|
92
99
|
- To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC.
|
|
93
100
|
- To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC.
|
|
94
101
|
"""
|
|
@@ -127,8 +134,9 @@ class PeerConnectionArgs:
|
|
|
127
134
|
def accepting_ali_uid(self) -> Optional[pulumi.Input[int]]:
|
|
128
135
|
"""
|
|
129
136
|
The ID of the Alibaba Cloud account to which the accepter VPC belongs.
|
|
130
|
-
|
|
131
|
-
|
|
137
|
+
|
|
138
|
+
* To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account.
|
|
139
|
+
* To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account.
|
|
132
140
|
|
|
133
141
|
> **NOTE:** If the accepter is a RAM user, set `AcceptingAliUid` to the ID of the Alibaba Cloud account that created the RAM user.
|
|
134
142
|
"""
|
|
@@ -155,7 +163,6 @@ class PeerConnectionArgs:
|
|
|
155
163
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
156
164
|
"""
|
|
157
165
|
The description of the VPC peering connection.
|
|
158
|
-
|
|
159
166
|
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
160
167
|
"""
|
|
161
168
|
return pulumi.get(self, "description")
|
|
@@ -192,7 +199,13 @@ class PeerConnectionArgs:
|
|
|
192
199
|
@pulumi.getter(name="linkType")
|
|
193
200
|
def link_type(self) -> Optional[pulumi.Input[str]]:
|
|
194
201
|
"""
|
|
195
|
-
|
|
202
|
+
The link type of the VPC peering connection that you want to create. Valid values:
|
|
203
|
+
- Platinum.
|
|
204
|
+
- Gold: default value.
|
|
205
|
+
|
|
206
|
+
> **NOTE:**
|
|
207
|
+
|
|
208
|
+
> **NOTE:** - If you need to specify this parameter, ensure that the VPC peering connection is an inter-region connection.
|
|
196
209
|
"""
|
|
197
210
|
return pulumi.get(self, "link_type")
|
|
198
211
|
|
|
@@ -205,7 +218,6 @@ class PeerConnectionArgs:
|
|
|
205
218
|
def peer_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
206
219
|
"""
|
|
207
220
|
The name of the VPC peering connection.
|
|
208
|
-
|
|
209
221
|
The name must be 2 to 128 characters in length, and can contain digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
210
222
|
"""
|
|
211
223
|
return pulumi.get(self, "peer_connection_name")
|
|
@@ -244,7 +256,7 @@ class PeerConnectionArgs:
|
|
|
244
256
|
@pulumi.getter
|
|
245
257
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
246
258
|
"""
|
|
247
|
-
The tags of
|
|
259
|
+
The tags of VpcPeer.
|
|
248
260
|
"""
|
|
249
261
|
return pulumi.get(self, "tags")
|
|
250
262
|
|
|
@@ -274,31 +286,37 @@ class _PeerConnectionState:
|
|
|
274
286
|
"""
|
|
275
287
|
Input properties used for looking up and filtering PeerConnection resources.
|
|
276
288
|
:param pulumi.Input[int] accepting_ali_uid: The ID of the Alibaba Cloud account to which the accepter VPC belongs.
|
|
277
|
-
|
|
278
|
-
|
|
289
|
+
|
|
290
|
+
* To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account.
|
|
291
|
+
* To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account.
|
|
279
292
|
|
|
280
293
|
> **NOTE:** If the accepter is a RAM user, set `AcceptingAliUid` to the ID of the Alibaba Cloud account that created the RAM user.
|
|
281
294
|
:param pulumi.Input[str] accepting_region_id: The region ID of the accepter VPC of the VPC peering connection that you want to create.
|
|
295
|
+
|
|
282
296
|
- To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC.
|
|
283
297
|
- To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC.
|
|
284
298
|
:param pulumi.Input[str] accepting_vpc_id: The ID of the accepter VPC.
|
|
285
299
|
:param pulumi.Input[int] bandwidth: The bandwidth of the VPC peering connection. Unit: Mbit/s. The value must be an integer greater than 0. Before you specify this parameter, make sure that you create an inter-region VPC peering connection.
|
|
286
300
|
:param pulumi.Input[str] create_time: The creation time of the VPC peer connection. Use UTC time in the format' YYYY-MM-DDThh:mm:ssZ '.
|
|
287
301
|
:param pulumi.Input[str] description: The description of the VPC peering connection.
|
|
288
|
-
|
|
289
302
|
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
290
303
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
291
304
|
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
292
|
-
:param pulumi.Input[str] link_type:
|
|
293
|
-
|
|
305
|
+
:param pulumi.Input[str] link_type: The link type of the VPC peering connection that you want to create. Valid values:
|
|
306
|
+
- Platinum.
|
|
307
|
+
- Gold: default value.
|
|
294
308
|
|
|
309
|
+
> **NOTE:**
|
|
310
|
+
|
|
311
|
+
> **NOTE:** - If you need to specify this parameter, ensure that the VPC peering connection is an inter-region connection.
|
|
312
|
+
:param pulumi.Input[str] peer_connection_name: The name of the VPC peering connection.
|
|
295
313
|
The name must be 2 to 128 characters in length, and can contain digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
296
314
|
:param pulumi.Input[str] region_id: The region ID of the resource to which you want to create and add tags.
|
|
297
315
|
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
298
316
|
|
|
299
317
|
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
300
318
|
:param pulumi.Input[str] status: The status of the resource
|
|
301
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of
|
|
319
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of VpcPeer.
|
|
302
320
|
:param pulumi.Input[str] vpc_id: The ID of the requester VPC or accepter VPC of the VPC peering connection that you want to query.
|
|
303
321
|
"""
|
|
304
322
|
if accepting_ali_uid is not None:
|
|
@@ -337,8 +355,9 @@ class _PeerConnectionState:
|
|
|
337
355
|
def accepting_ali_uid(self) -> Optional[pulumi.Input[int]]:
|
|
338
356
|
"""
|
|
339
357
|
The ID of the Alibaba Cloud account to which the accepter VPC belongs.
|
|
340
|
-
|
|
341
|
-
|
|
358
|
+
|
|
359
|
+
* To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account.
|
|
360
|
+
* To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account.
|
|
342
361
|
|
|
343
362
|
> **NOTE:** If the accepter is a RAM user, set `AcceptingAliUid` to the ID of the Alibaba Cloud account that created the RAM user.
|
|
344
363
|
"""
|
|
@@ -353,6 +372,7 @@ class _PeerConnectionState:
|
|
|
353
372
|
def accepting_region_id(self) -> Optional[pulumi.Input[str]]:
|
|
354
373
|
"""
|
|
355
374
|
The region ID of the accepter VPC of the VPC peering connection that you want to create.
|
|
375
|
+
|
|
356
376
|
- To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC.
|
|
357
377
|
- To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC.
|
|
358
378
|
"""
|
|
@@ -403,7 +423,6 @@ class _PeerConnectionState:
|
|
|
403
423
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
404
424
|
"""
|
|
405
425
|
The description of the VPC peering connection.
|
|
406
|
-
|
|
407
426
|
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
408
427
|
"""
|
|
409
428
|
return pulumi.get(self, "description")
|
|
@@ -440,7 +459,13 @@ class _PeerConnectionState:
|
|
|
440
459
|
@pulumi.getter(name="linkType")
|
|
441
460
|
def link_type(self) -> Optional[pulumi.Input[str]]:
|
|
442
461
|
"""
|
|
443
|
-
|
|
462
|
+
The link type of the VPC peering connection that you want to create. Valid values:
|
|
463
|
+
- Platinum.
|
|
464
|
+
- Gold: default value.
|
|
465
|
+
|
|
466
|
+
> **NOTE:**
|
|
467
|
+
|
|
468
|
+
> **NOTE:** - If you need to specify this parameter, ensure that the VPC peering connection is an inter-region connection.
|
|
444
469
|
"""
|
|
445
470
|
return pulumi.get(self, "link_type")
|
|
446
471
|
|
|
@@ -453,7 +478,6 @@ class _PeerConnectionState:
|
|
|
453
478
|
def peer_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
454
479
|
"""
|
|
455
480
|
The name of the VPC peering connection.
|
|
456
|
-
|
|
457
481
|
The name must be 2 to 128 characters in length, and can contain digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
458
482
|
"""
|
|
459
483
|
return pulumi.get(self, "peer_connection_name")
|
|
@@ -504,7 +528,7 @@ class _PeerConnectionState:
|
|
|
504
528
|
@pulumi.getter
|
|
505
529
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
506
530
|
"""
|
|
507
|
-
The tags of
|
|
531
|
+
The tags of VpcPeer.
|
|
508
532
|
"""
|
|
509
533
|
return pulumi.get(self, "tags")
|
|
510
534
|
|
|
@@ -592,29 +616,35 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
592
616
|
:param str resource_name: The name of the resource.
|
|
593
617
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
594
618
|
:param pulumi.Input[int] accepting_ali_uid: The ID of the Alibaba Cloud account to which the accepter VPC belongs.
|
|
595
|
-
|
|
596
|
-
|
|
619
|
+
|
|
620
|
+
* To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account.
|
|
621
|
+
* To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account.
|
|
597
622
|
|
|
598
623
|
> **NOTE:** If the accepter is a RAM user, set `AcceptingAliUid` to the ID of the Alibaba Cloud account that created the RAM user.
|
|
599
624
|
:param pulumi.Input[str] accepting_region_id: The region ID of the accepter VPC of the VPC peering connection that you want to create.
|
|
625
|
+
|
|
600
626
|
- To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC.
|
|
601
627
|
- To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC.
|
|
602
628
|
:param pulumi.Input[str] accepting_vpc_id: The ID of the accepter VPC.
|
|
603
629
|
:param pulumi.Input[int] bandwidth: The bandwidth of the VPC peering connection. Unit: Mbit/s. The value must be an integer greater than 0. Before you specify this parameter, make sure that you create an inter-region VPC peering connection.
|
|
604
630
|
:param pulumi.Input[str] description: The description of the VPC peering connection.
|
|
605
|
-
|
|
606
631
|
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
607
632
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
608
633
|
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
609
|
-
:param pulumi.Input[str] link_type:
|
|
610
|
-
|
|
634
|
+
:param pulumi.Input[str] link_type: The link type of the VPC peering connection that you want to create. Valid values:
|
|
635
|
+
- Platinum.
|
|
636
|
+
- Gold: default value.
|
|
637
|
+
|
|
638
|
+
> **NOTE:**
|
|
611
639
|
|
|
640
|
+
> **NOTE:** - If you need to specify this parameter, ensure that the VPC peering connection is an inter-region connection.
|
|
641
|
+
:param pulumi.Input[str] peer_connection_name: The name of the VPC peering connection.
|
|
612
642
|
The name must be 2 to 128 characters in length, and can contain digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
613
643
|
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
614
644
|
|
|
615
645
|
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
616
646
|
:param pulumi.Input[str] status: The status of the resource
|
|
617
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of
|
|
647
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of VpcPeer.
|
|
618
648
|
:param pulumi.Input[str] vpc_id: The ID of the requester VPC or accepter VPC of the VPC peering connection that you want to query.
|
|
619
649
|
"""
|
|
620
650
|
...
|
|
@@ -759,31 +789,37 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
759
789
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
760
790
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
761
791
|
:param pulumi.Input[int] accepting_ali_uid: The ID of the Alibaba Cloud account to which the accepter VPC belongs.
|
|
762
|
-
|
|
763
|
-
|
|
792
|
+
|
|
793
|
+
* To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account.
|
|
794
|
+
* To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account.
|
|
764
795
|
|
|
765
796
|
> **NOTE:** If the accepter is a RAM user, set `AcceptingAliUid` to the ID of the Alibaba Cloud account that created the RAM user.
|
|
766
797
|
:param pulumi.Input[str] accepting_region_id: The region ID of the accepter VPC of the VPC peering connection that you want to create.
|
|
798
|
+
|
|
767
799
|
- To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC.
|
|
768
800
|
- To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC.
|
|
769
801
|
:param pulumi.Input[str] accepting_vpc_id: The ID of the accepter VPC.
|
|
770
802
|
:param pulumi.Input[int] bandwidth: The bandwidth of the VPC peering connection. Unit: Mbit/s. The value must be an integer greater than 0. Before you specify this parameter, make sure that you create an inter-region VPC peering connection.
|
|
771
803
|
:param pulumi.Input[str] create_time: The creation time of the VPC peer connection. Use UTC time in the format' YYYY-MM-DDThh:mm:ssZ '.
|
|
772
804
|
:param pulumi.Input[str] description: The description of the VPC peering connection.
|
|
773
|
-
|
|
774
805
|
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
775
806
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
776
807
|
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
777
|
-
:param pulumi.Input[str] link_type:
|
|
778
|
-
|
|
808
|
+
:param pulumi.Input[str] link_type: The link type of the VPC peering connection that you want to create. Valid values:
|
|
809
|
+
- Platinum.
|
|
810
|
+
- Gold: default value.
|
|
811
|
+
|
|
812
|
+
> **NOTE:**
|
|
779
813
|
|
|
814
|
+
> **NOTE:** - If you need to specify this parameter, ensure that the VPC peering connection is an inter-region connection.
|
|
815
|
+
:param pulumi.Input[str] peer_connection_name: The name of the VPC peering connection.
|
|
780
816
|
The name must be 2 to 128 characters in length, and can contain digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
781
817
|
:param pulumi.Input[str] region_id: The region ID of the resource to which you want to create and add tags.
|
|
782
818
|
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
783
819
|
|
|
784
820
|
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
785
821
|
:param pulumi.Input[str] status: The status of the resource
|
|
786
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of
|
|
822
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of VpcPeer.
|
|
787
823
|
:param pulumi.Input[str] vpc_id: The ID of the requester VPC or accepter VPC of the VPC peering connection that you want to query.
|
|
788
824
|
"""
|
|
789
825
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -812,8 +848,9 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
812
848
|
def accepting_ali_uid(self) -> pulumi.Output[Optional[int]]:
|
|
813
849
|
"""
|
|
814
850
|
The ID of the Alibaba Cloud account to which the accepter VPC belongs.
|
|
815
|
-
|
|
816
|
-
|
|
851
|
+
|
|
852
|
+
* To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account.
|
|
853
|
+
* To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account.
|
|
817
854
|
|
|
818
855
|
> **NOTE:** If the accepter is a RAM user, set `AcceptingAliUid` to the ID of the Alibaba Cloud account that created the RAM user.
|
|
819
856
|
"""
|
|
@@ -824,6 +861,7 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
824
861
|
def accepting_region_id(self) -> pulumi.Output[str]:
|
|
825
862
|
"""
|
|
826
863
|
The region ID of the accepter VPC of the VPC peering connection that you want to create.
|
|
864
|
+
|
|
827
865
|
- To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC.
|
|
828
866
|
- To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC.
|
|
829
867
|
"""
|
|
@@ -858,7 +896,6 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
858
896
|
def description(self) -> pulumi.Output[str]:
|
|
859
897
|
"""
|
|
860
898
|
The description of the VPC peering connection.
|
|
861
|
-
|
|
862
899
|
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
863
900
|
"""
|
|
864
901
|
return pulumi.get(self, "description")
|
|
@@ -883,7 +920,13 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
883
920
|
@pulumi.getter(name="linkType")
|
|
884
921
|
def link_type(self) -> pulumi.Output[str]:
|
|
885
922
|
"""
|
|
886
|
-
|
|
923
|
+
The link type of the VPC peering connection that you want to create. Valid values:
|
|
924
|
+
- Platinum.
|
|
925
|
+
- Gold: default value.
|
|
926
|
+
|
|
927
|
+
> **NOTE:**
|
|
928
|
+
|
|
929
|
+
> **NOTE:** - If you need to specify this parameter, ensure that the VPC peering connection is an inter-region connection.
|
|
887
930
|
"""
|
|
888
931
|
return pulumi.get(self, "link_type")
|
|
889
932
|
|
|
@@ -892,7 +935,6 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
892
935
|
def peer_connection_name(self) -> pulumi.Output[str]:
|
|
893
936
|
"""
|
|
894
937
|
The name of the VPC peering connection.
|
|
895
|
-
|
|
896
938
|
The name must be 2 to 128 characters in length, and can contain digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
897
939
|
"""
|
|
898
940
|
return pulumi.get(self, "peer_connection_name")
|
|
@@ -927,7 +969,7 @@ class PeerConnection(pulumi.CustomResource):
|
|
|
927
969
|
@pulumi.getter
|
|
928
970
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
929
971
|
"""
|
|
930
|
-
The tags of
|
|
972
|
+
The tags of VpcPeer.
|
|
931
973
|
"""
|
|
932
974
|
return pulumi.get(self, "tags")
|
|
933
975
|
|