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
|
@@ -19,51 +19,44 @@ __all__ = ['InterRegionTrafficQosQueueArgs', 'InterRegionTrafficQosQueue']
|
|
|
19
19
|
@pulumi.input_type
|
|
20
20
|
class InterRegionTrafficQosQueueArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
|
-
dscps: pulumi.Input[Sequence[pulumi.Input[
|
|
23
|
-
remain_bandwidth_percent: pulumi.Input[int],
|
|
22
|
+
dscps: pulumi.Input[Sequence[pulumi.Input[int]]],
|
|
24
23
|
traffic_qos_policy_id: pulumi.Input[str],
|
|
24
|
+
bandwidth: Optional[pulumi.Input[str]] = None,
|
|
25
25
|
inter_region_traffic_qos_queue_description: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
inter_region_traffic_qos_queue_name: Optional[pulumi.Input[str]] = None
|
|
26
|
+
inter_region_traffic_qos_queue_name: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
remain_bandwidth_percent: Optional[pulumi.Input[int]] = None):
|
|
27
28
|
"""
|
|
28
29
|
The set of arguments for constructing a InterRegionTrafficQosQueue resource.
|
|
29
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
30
|
-
:param pulumi.Input[int] remain_bandwidth_percent: The percentage of cross-region bandwidth that the current queue can use.
|
|
30
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] dscps: The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.
|
|
31
31
|
:param pulumi.Input[str] traffic_qos_policy_id: The ID of the traffic scheduling policy.
|
|
32
|
+
:param pulumi.Input[str] bandwidth: The guaranteed bandwidth value. If guaranteed by bandwidth is selected for TrafficQosPolicy, this value is valid.
|
|
32
33
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_description: The description information of the traffic scheduling policy.
|
|
33
34
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_name: The name of the traffic scheduling policy.
|
|
35
|
+
:param pulumi.Input[int] remain_bandwidth_percent: The percentage of cross-region bandwidth that the current queue can use.
|
|
34
36
|
"""
|
|
35
37
|
pulumi.set(__self__, "dscps", dscps)
|
|
36
|
-
pulumi.set(__self__, "remain_bandwidth_percent", remain_bandwidth_percent)
|
|
37
38
|
pulumi.set(__self__, "traffic_qos_policy_id", traffic_qos_policy_id)
|
|
39
|
+
if bandwidth is not None:
|
|
40
|
+
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
38
41
|
if inter_region_traffic_qos_queue_description is not None:
|
|
39
42
|
pulumi.set(__self__, "inter_region_traffic_qos_queue_description", inter_region_traffic_qos_queue_description)
|
|
40
43
|
if inter_region_traffic_qos_queue_name is not None:
|
|
41
44
|
pulumi.set(__self__, "inter_region_traffic_qos_queue_name", inter_region_traffic_qos_queue_name)
|
|
45
|
+
if remain_bandwidth_percent is not None:
|
|
46
|
+
pulumi.set(__self__, "remain_bandwidth_percent", remain_bandwidth_percent)
|
|
42
47
|
|
|
43
48
|
@property
|
|
44
49
|
@pulumi.getter
|
|
45
|
-
def dscps(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
50
|
+
def dscps(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]:
|
|
46
51
|
"""
|
|
47
52
|
The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.
|
|
48
53
|
"""
|
|
49
54
|
return pulumi.get(self, "dscps")
|
|
50
55
|
|
|
51
56
|
@dscps.setter
|
|
52
|
-
def dscps(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
57
|
+
def dscps(self, value: pulumi.Input[Sequence[pulumi.Input[int]]]):
|
|
53
58
|
pulumi.set(self, "dscps", value)
|
|
54
59
|
|
|
55
|
-
@property
|
|
56
|
-
@pulumi.getter(name="remainBandwidthPercent")
|
|
57
|
-
def remain_bandwidth_percent(self) -> pulumi.Input[int]:
|
|
58
|
-
"""
|
|
59
|
-
The percentage of cross-region bandwidth that the current queue can use.
|
|
60
|
-
"""
|
|
61
|
-
return pulumi.get(self, "remain_bandwidth_percent")
|
|
62
|
-
|
|
63
|
-
@remain_bandwidth_percent.setter
|
|
64
|
-
def remain_bandwidth_percent(self, value: pulumi.Input[int]):
|
|
65
|
-
pulumi.set(self, "remain_bandwidth_percent", value)
|
|
66
|
-
|
|
67
60
|
@property
|
|
68
61
|
@pulumi.getter(name="trafficQosPolicyId")
|
|
69
62
|
def traffic_qos_policy_id(self) -> pulumi.Input[str]:
|
|
@@ -76,6 +69,18 @@ class InterRegionTrafficQosQueueArgs:
|
|
|
76
69
|
def traffic_qos_policy_id(self, value: pulumi.Input[str]):
|
|
77
70
|
pulumi.set(self, "traffic_qos_policy_id", value)
|
|
78
71
|
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
75
|
+
"""
|
|
76
|
+
The guaranteed bandwidth value. If guaranteed by bandwidth is selected for TrafficQosPolicy, this value is valid.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "bandwidth")
|
|
79
|
+
|
|
80
|
+
@bandwidth.setter
|
|
81
|
+
def bandwidth(self, value: Optional[pulumi.Input[str]]):
|
|
82
|
+
pulumi.set(self, "bandwidth", value)
|
|
83
|
+
|
|
79
84
|
@property
|
|
80
85
|
@pulumi.getter(name="interRegionTrafficQosQueueDescription")
|
|
81
86
|
def inter_region_traffic_qos_queue_description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -100,11 +105,24 @@ class InterRegionTrafficQosQueueArgs:
|
|
|
100
105
|
def inter_region_traffic_qos_queue_name(self, value: Optional[pulumi.Input[str]]):
|
|
101
106
|
pulumi.set(self, "inter_region_traffic_qos_queue_name", value)
|
|
102
107
|
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="remainBandwidthPercent")
|
|
110
|
+
def remain_bandwidth_percent(self) -> Optional[pulumi.Input[int]]:
|
|
111
|
+
"""
|
|
112
|
+
The percentage of cross-region bandwidth that the current queue can use.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "remain_bandwidth_percent")
|
|
115
|
+
|
|
116
|
+
@remain_bandwidth_percent.setter
|
|
117
|
+
def remain_bandwidth_percent(self, value: Optional[pulumi.Input[int]]):
|
|
118
|
+
pulumi.set(self, "remain_bandwidth_percent", value)
|
|
119
|
+
|
|
103
120
|
|
|
104
121
|
@pulumi.input_type
|
|
105
122
|
class _InterRegionTrafficQosQueueState:
|
|
106
123
|
def __init__(__self__, *,
|
|
107
|
-
|
|
124
|
+
bandwidth: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
dscps: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
108
126
|
inter_region_traffic_qos_queue_description: Optional[pulumi.Input[str]] = None,
|
|
109
127
|
inter_region_traffic_qos_queue_name: Optional[pulumi.Input[str]] = None,
|
|
110
128
|
remain_bandwidth_percent: Optional[pulumi.Input[int]] = None,
|
|
@@ -112,13 +130,16 @@ class _InterRegionTrafficQosQueueState:
|
|
|
112
130
|
traffic_qos_policy_id: Optional[pulumi.Input[str]] = None):
|
|
113
131
|
"""
|
|
114
132
|
Input properties used for looking up and filtering InterRegionTrafficQosQueue resources.
|
|
115
|
-
:param pulumi.Input[
|
|
133
|
+
:param pulumi.Input[str] bandwidth: The guaranteed bandwidth value. If guaranteed by bandwidth is selected for TrafficQosPolicy, this value is valid.
|
|
134
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] dscps: The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.
|
|
116
135
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_description: The description information of the traffic scheduling policy.
|
|
117
136
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_name: The name of the traffic scheduling policy.
|
|
118
137
|
:param pulumi.Input[int] remain_bandwidth_percent: The percentage of cross-region bandwidth that the current queue can use.
|
|
119
|
-
:param pulumi.Input[str] status: The status of the traffic scheduling policy.
|
|
138
|
+
:param pulumi.Input[str] status: The status of the traffic scheduling policy.
|
|
120
139
|
:param pulumi.Input[str] traffic_qos_policy_id: The ID of the traffic scheduling policy.
|
|
121
140
|
"""
|
|
141
|
+
if bandwidth is not None:
|
|
142
|
+
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
122
143
|
if dscps is not None:
|
|
123
144
|
pulumi.set(__self__, "dscps", dscps)
|
|
124
145
|
if inter_region_traffic_qos_queue_description is not None:
|
|
@@ -134,14 +155,26 @@ class _InterRegionTrafficQosQueueState:
|
|
|
134
155
|
|
|
135
156
|
@property
|
|
136
157
|
@pulumi.getter
|
|
137
|
-
def
|
|
158
|
+
def bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
159
|
+
"""
|
|
160
|
+
The guaranteed bandwidth value. If guaranteed by bandwidth is selected for TrafficQosPolicy, this value is valid.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "bandwidth")
|
|
163
|
+
|
|
164
|
+
@bandwidth.setter
|
|
165
|
+
def bandwidth(self, value: Optional[pulumi.Input[str]]):
|
|
166
|
+
pulumi.set(self, "bandwidth", value)
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def dscps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
|
138
171
|
"""
|
|
139
172
|
The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.
|
|
140
173
|
"""
|
|
141
174
|
return pulumi.get(self, "dscps")
|
|
142
175
|
|
|
143
176
|
@dscps.setter
|
|
144
|
-
def dscps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
177
|
+
def dscps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
|
145
178
|
pulumi.set(self, "dscps", value)
|
|
146
179
|
|
|
147
180
|
@property
|
|
@@ -184,7 +217,7 @@ class _InterRegionTrafficQosQueueState:
|
|
|
184
217
|
@pulumi.getter
|
|
185
218
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
186
219
|
"""
|
|
187
|
-
The status of the traffic scheduling policy.
|
|
220
|
+
The status of the traffic scheduling policy.
|
|
188
221
|
"""
|
|
189
222
|
return pulumi.get(self, "status")
|
|
190
223
|
|
|
@@ -210,16 +243,17 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
210
243
|
def __init__(__self__,
|
|
211
244
|
resource_name: str,
|
|
212
245
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
213
|
-
|
|
246
|
+
bandwidth: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
dscps: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
214
248
|
inter_region_traffic_qos_queue_description: Optional[pulumi.Input[str]] = None,
|
|
215
249
|
inter_region_traffic_qos_queue_name: Optional[pulumi.Input[str]] = None,
|
|
216
250
|
remain_bandwidth_percent: Optional[pulumi.Input[int]] = None,
|
|
217
251
|
traffic_qos_policy_id: Optional[pulumi.Input[str]] = None,
|
|
218
252
|
__props__=None):
|
|
219
253
|
"""
|
|
220
|
-
Provides a
|
|
254
|
+
Provides a Cloud Enterprise Network (CEN) Inter Region Traffic Qos Queue resource.
|
|
221
255
|
|
|
222
|
-
For information about
|
|
256
|
+
For information about Cloud Enterprise Network (CEN) Inter Region Traffic Qos Queue and how to use it, see [What is Inter Region Traffic Qos Queue](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateCenInterRegionTrafficQosQueue).
|
|
223
257
|
|
|
224
258
|
> **NOTE:** Available since v1.195.0.
|
|
225
259
|
|
|
@@ -276,15 +310,15 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
276
310
|
remain_bandwidth_percent=20,
|
|
277
311
|
traffic_qos_policy_id=default_inter_region_traffic_qos_policy.id,
|
|
278
312
|
dscps=[
|
|
279
|
-
|
|
280
|
-
|
|
313
|
+
1,
|
|
314
|
+
2,
|
|
281
315
|
],
|
|
282
316
|
inter_region_traffic_qos_queue_description=name)
|
|
283
317
|
```
|
|
284
318
|
|
|
285
319
|
## Import
|
|
286
320
|
|
|
287
|
-
|
|
321
|
+
Cloud Enterprise Network (CEN) Inter Region Traffic Qos Queue can be imported using the id, e.g.
|
|
288
322
|
|
|
289
323
|
```sh
|
|
290
324
|
$ pulumi import alicloud:cen/interRegionTrafficQosQueue:InterRegionTrafficQosQueue example <id>
|
|
@@ -292,7 +326,8 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
292
326
|
|
|
293
327
|
:param str resource_name: The name of the resource.
|
|
294
328
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
295
|
-
:param pulumi.Input[
|
|
329
|
+
:param pulumi.Input[str] bandwidth: The guaranteed bandwidth value. If guaranteed by bandwidth is selected for TrafficQosPolicy, this value is valid.
|
|
330
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] dscps: The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.
|
|
296
331
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_description: The description information of the traffic scheduling policy.
|
|
297
332
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_name: The name of the traffic scheduling policy.
|
|
298
333
|
:param pulumi.Input[int] remain_bandwidth_percent: The percentage of cross-region bandwidth that the current queue can use.
|
|
@@ -305,9 +340,9 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
305
340
|
args: InterRegionTrafficQosQueueArgs,
|
|
306
341
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
307
342
|
"""
|
|
308
|
-
Provides a
|
|
343
|
+
Provides a Cloud Enterprise Network (CEN) Inter Region Traffic Qos Queue resource.
|
|
309
344
|
|
|
310
|
-
For information about
|
|
345
|
+
For information about Cloud Enterprise Network (CEN) Inter Region Traffic Qos Queue and how to use it, see [What is Inter Region Traffic Qos Queue](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateCenInterRegionTrafficQosQueue).
|
|
311
346
|
|
|
312
347
|
> **NOTE:** Available since v1.195.0.
|
|
313
348
|
|
|
@@ -364,15 +399,15 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
364
399
|
remain_bandwidth_percent=20,
|
|
365
400
|
traffic_qos_policy_id=default_inter_region_traffic_qos_policy.id,
|
|
366
401
|
dscps=[
|
|
367
|
-
|
|
368
|
-
|
|
402
|
+
1,
|
|
403
|
+
2,
|
|
369
404
|
],
|
|
370
405
|
inter_region_traffic_qos_queue_description=name)
|
|
371
406
|
```
|
|
372
407
|
|
|
373
408
|
## Import
|
|
374
409
|
|
|
375
|
-
|
|
410
|
+
Cloud Enterprise Network (CEN) Inter Region Traffic Qos Queue can be imported using the id, e.g.
|
|
376
411
|
|
|
377
412
|
```sh
|
|
378
413
|
$ pulumi import alicloud:cen/interRegionTrafficQosQueue:InterRegionTrafficQosQueue example <id>
|
|
@@ -393,7 +428,8 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
393
428
|
def _internal_init(__self__,
|
|
394
429
|
resource_name: str,
|
|
395
430
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
396
|
-
|
|
431
|
+
bandwidth: Optional[pulumi.Input[str]] = None,
|
|
432
|
+
dscps: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
397
433
|
inter_region_traffic_qos_queue_description: Optional[pulumi.Input[str]] = None,
|
|
398
434
|
inter_region_traffic_qos_queue_name: Optional[pulumi.Input[str]] = None,
|
|
399
435
|
remain_bandwidth_percent: Optional[pulumi.Input[int]] = None,
|
|
@@ -407,13 +443,12 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
407
443
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
408
444
|
__props__ = InterRegionTrafficQosQueueArgs.__new__(InterRegionTrafficQosQueueArgs)
|
|
409
445
|
|
|
446
|
+
__props__.__dict__["bandwidth"] = bandwidth
|
|
410
447
|
if dscps is None and not opts.urn:
|
|
411
448
|
raise TypeError("Missing required property 'dscps'")
|
|
412
449
|
__props__.__dict__["dscps"] = dscps
|
|
413
450
|
__props__.__dict__["inter_region_traffic_qos_queue_description"] = inter_region_traffic_qos_queue_description
|
|
414
451
|
__props__.__dict__["inter_region_traffic_qos_queue_name"] = inter_region_traffic_qos_queue_name
|
|
415
|
-
if remain_bandwidth_percent is None and not opts.urn:
|
|
416
|
-
raise TypeError("Missing required property 'remain_bandwidth_percent'")
|
|
417
452
|
__props__.__dict__["remain_bandwidth_percent"] = remain_bandwidth_percent
|
|
418
453
|
if traffic_qos_policy_id is None and not opts.urn:
|
|
419
454
|
raise TypeError("Missing required property 'traffic_qos_policy_id'")
|
|
@@ -429,7 +464,8 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
429
464
|
def get(resource_name: str,
|
|
430
465
|
id: pulumi.Input[str],
|
|
431
466
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
432
|
-
|
|
467
|
+
bandwidth: Optional[pulumi.Input[str]] = None,
|
|
468
|
+
dscps: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
433
469
|
inter_region_traffic_qos_queue_description: Optional[pulumi.Input[str]] = None,
|
|
434
470
|
inter_region_traffic_qos_queue_name: Optional[pulumi.Input[str]] = None,
|
|
435
471
|
remain_bandwidth_percent: Optional[pulumi.Input[int]] = None,
|
|
@@ -442,17 +478,19 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
442
478
|
:param str resource_name: The unique name of the resulting resource.
|
|
443
479
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
444
480
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
445
|
-
:param pulumi.Input[
|
|
481
|
+
:param pulumi.Input[str] bandwidth: The guaranteed bandwidth value. If guaranteed by bandwidth is selected for TrafficQosPolicy, this value is valid.
|
|
482
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] dscps: The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.
|
|
446
483
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_description: The description information of the traffic scheduling policy.
|
|
447
484
|
:param pulumi.Input[str] inter_region_traffic_qos_queue_name: The name of the traffic scheduling policy.
|
|
448
485
|
:param pulumi.Input[int] remain_bandwidth_percent: The percentage of cross-region bandwidth that the current queue can use.
|
|
449
|
-
:param pulumi.Input[str] status: The status of the traffic scheduling policy.
|
|
486
|
+
:param pulumi.Input[str] status: The status of the traffic scheduling policy.
|
|
450
487
|
:param pulumi.Input[str] traffic_qos_policy_id: The ID of the traffic scheduling policy.
|
|
451
488
|
"""
|
|
452
489
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
453
490
|
|
|
454
491
|
__props__ = _InterRegionTrafficQosQueueState.__new__(_InterRegionTrafficQosQueueState)
|
|
455
492
|
|
|
493
|
+
__props__.__dict__["bandwidth"] = bandwidth
|
|
456
494
|
__props__.__dict__["dscps"] = dscps
|
|
457
495
|
__props__.__dict__["inter_region_traffic_qos_queue_description"] = inter_region_traffic_qos_queue_description
|
|
458
496
|
__props__.__dict__["inter_region_traffic_qos_queue_name"] = inter_region_traffic_qos_queue_name
|
|
@@ -463,7 +501,15 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
463
501
|
|
|
464
502
|
@property
|
|
465
503
|
@pulumi.getter
|
|
466
|
-
def
|
|
504
|
+
def bandwidth(self) -> pulumi.Output[Optional[str]]:
|
|
505
|
+
"""
|
|
506
|
+
The guaranteed bandwidth value. If guaranteed by bandwidth is selected for TrafficQosPolicy, this value is valid.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "bandwidth")
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter
|
|
512
|
+
def dscps(self) -> pulumi.Output[Sequence[int]]:
|
|
467
513
|
"""
|
|
468
514
|
The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.
|
|
469
515
|
"""
|
|
@@ -487,7 +533,7 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
487
533
|
|
|
488
534
|
@property
|
|
489
535
|
@pulumi.getter(name="remainBandwidthPercent")
|
|
490
|
-
def remain_bandwidth_percent(self) -> pulumi.Output[int]:
|
|
536
|
+
def remain_bandwidth_percent(self) -> pulumi.Output[Optional[int]]:
|
|
491
537
|
"""
|
|
492
538
|
The percentage of cross-region bandwidth that the current queue can use.
|
|
493
539
|
"""
|
|
@@ -497,7 +543,7 @@ class InterRegionTrafficQosQueue(pulumi.CustomResource):
|
|
|
497
543
|
@pulumi.getter
|
|
498
544
|
def status(self) -> pulumi.Output[str]:
|
|
499
545
|
"""
|
|
500
|
-
The status of the traffic scheduling policy.
|
|
546
|
+
The status of the traffic scheduling policy.
|
|
501
547
|
"""
|
|
502
548
|
return pulumi.get(self, "status")
|
|
503
549
|
|
pulumi_alicloud/cen/outputs.py
CHANGED
|
@@ -326,7 +326,8 @@ class TransitRouterVpnAttachmentZone(dict):
|
|
|
326
326
|
def __init__(__self__, *,
|
|
327
327
|
zone_id: str):
|
|
328
328
|
"""
|
|
329
|
-
:param str zone_id: The
|
|
329
|
+
:param str zone_id: The zone ID of the read-only instance.
|
|
330
|
+
You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
|
|
330
331
|
"""
|
|
331
332
|
pulumi.set(__self__, "zone_id", zone_id)
|
|
332
333
|
|
|
@@ -334,7 +335,8 @@ class TransitRouterVpnAttachmentZone(dict):
|
|
|
334
335
|
@pulumi.getter(name="zoneId")
|
|
335
336
|
def zone_id(self) -> str:
|
|
336
337
|
"""
|
|
337
|
-
The
|
|
338
|
+
The zone ID of the read-only instance.
|
|
339
|
+
You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
|
|
338
340
|
"""
|
|
339
341
|
return pulumi.get(self, "zone_id")
|
|
340
342
|
|
|
@@ -3610,34 +3612,45 @@ class GetTransitRouterVpcAttachmentsAttachmentZoneMappingResult(dict):
|
|
|
3610
3612
|
class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
3611
3613
|
def __init__(__self__, *,
|
|
3612
3614
|
auto_publish_route_enabled: bool,
|
|
3615
|
+
cen_id: str,
|
|
3616
|
+
charge_type: str,
|
|
3613
3617
|
create_time: str,
|
|
3614
3618
|
id: str,
|
|
3615
3619
|
resource_type: str,
|
|
3616
3620
|
status: str,
|
|
3621
|
+
tags: Mapping[str, str],
|
|
3617
3622
|
transit_router_attachment_description: str,
|
|
3618
3623
|
transit_router_attachment_id: str,
|
|
3619
3624
|
transit_router_attachment_name: str,
|
|
3620
3625
|
transit_router_id: str,
|
|
3621
3626
|
vpn_id: str,
|
|
3622
|
-
vpn_owner_id:
|
|
3627
|
+
vpn_owner_id: int,
|
|
3623
3628
|
zones: Sequence['outputs.GetTransitRouterVpnAttachmentsAttachmentZoneResult']):
|
|
3624
3629
|
"""
|
|
3625
|
-
:param bool auto_publish_route_enabled:
|
|
3626
|
-
:param str
|
|
3627
|
-
:param str
|
|
3628
|
-
:param str
|
|
3629
|
-
:param str
|
|
3630
|
-
:param str
|
|
3631
|
-
:param str
|
|
3632
|
-
:param str
|
|
3633
|
-
:param str
|
|
3634
|
-
:param
|
|
3630
|
+
:param bool auto_publish_route_enabled: Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment. Valid values:* **true** (default): yes* **false**: no
|
|
3631
|
+
:param str cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
|
|
3632
|
+
:param str charge_type: The billing method.Set the value to **POSTPAY**, which is the default value and specifies the pay-as-you-go billing method.
|
|
3633
|
+
:param str create_time: The creation time of the resource
|
|
3634
|
+
:param str id: The ID of the resource supplied above.
|
|
3635
|
+
:param str resource_type: The type of the resource. Set the value to **cen**, which specifies a CEN instance.
|
|
3636
|
+
:param str status: The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
|
|
3637
|
+
:param Mapping[str, str] tags: The tag of the resource
|
|
3638
|
+
:param str transit_router_attachment_description: The new description of the VPN attachment.The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
3639
|
+
:param str transit_router_attachment_id: The ID of the VPN attachment.
|
|
3640
|
+
:param str transit_router_attachment_name: The name of the VPN attachment.The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
3641
|
+
:param str transit_router_id: The ID of the transit router.
|
|
3642
|
+
:param str vpn_id: The ID of the IPsec-VPN attachment.
|
|
3643
|
+
:param int vpn_owner_id: The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.* If you do not set this parameter, the ID of the current Alibaba Cloud account is used.* You must set VpnOwnerId if you want to connect the transit router to an IPsec-VPN connection that belongs to another Alibaba Cloud account.
|
|
3644
|
+
:param Sequence['GetTransitRouterVpnAttachmentsAttachmentZoneArgs'] zones: The Zone ID in the current region.System will create resources under the Zone that you specify.Left blank if associated IPSec connection is in dual-tunnel mode.
|
|
3635
3645
|
"""
|
|
3636
3646
|
pulumi.set(__self__, "auto_publish_route_enabled", auto_publish_route_enabled)
|
|
3647
|
+
pulumi.set(__self__, "cen_id", cen_id)
|
|
3648
|
+
pulumi.set(__self__, "charge_type", charge_type)
|
|
3637
3649
|
pulumi.set(__self__, "create_time", create_time)
|
|
3638
3650
|
pulumi.set(__self__, "id", id)
|
|
3639
3651
|
pulumi.set(__self__, "resource_type", resource_type)
|
|
3640
3652
|
pulumi.set(__self__, "status", status)
|
|
3653
|
+
pulumi.set(__self__, "tags", tags)
|
|
3641
3654
|
pulumi.set(__self__, "transit_router_attachment_description", transit_router_attachment_description)
|
|
3642
3655
|
pulumi.set(__self__, "transit_router_attachment_id", transit_router_attachment_id)
|
|
3643
3656
|
pulumi.set(__self__, "transit_router_attachment_name", transit_router_attachment_name)
|
|
@@ -3650,28 +3663,47 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3650
3663
|
@pulumi.getter(name="autoPublishRouteEnabled")
|
|
3651
3664
|
def auto_publish_route_enabled(self) -> bool:
|
|
3652
3665
|
"""
|
|
3653
|
-
|
|
3666
|
+
Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment. Valid values:* **true** (default): yes* **false**: no
|
|
3654
3667
|
"""
|
|
3655
3668
|
return pulumi.get(self, "auto_publish_route_enabled")
|
|
3656
3669
|
|
|
3670
|
+
@property
|
|
3671
|
+
@pulumi.getter(name="cenId")
|
|
3672
|
+
def cen_id(self) -> str:
|
|
3673
|
+
"""
|
|
3674
|
+
The ID of the Cloud Enterprise Network (CEN) instance.
|
|
3675
|
+
"""
|
|
3676
|
+
return pulumi.get(self, "cen_id")
|
|
3677
|
+
|
|
3678
|
+
@property
|
|
3679
|
+
@pulumi.getter(name="chargeType")
|
|
3680
|
+
def charge_type(self) -> str:
|
|
3681
|
+
"""
|
|
3682
|
+
The billing method.Set the value to **POSTPAY**, which is the default value and specifies the pay-as-you-go billing method.
|
|
3683
|
+
"""
|
|
3684
|
+
return pulumi.get(self, "charge_type")
|
|
3685
|
+
|
|
3657
3686
|
@property
|
|
3658
3687
|
@pulumi.getter(name="createTime")
|
|
3659
3688
|
def create_time(self) -> str:
|
|
3660
3689
|
"""
|
|
3661
|
-
The creation time of the resource
|
|
3690
|
+
The creation time of the resource
|
|
3662
3691
|
"""
|
|
3663
3692
|
return pulumi.get(self, "create_time")
|
|
3664
3693
|
|
|
3665
3694
|
@property
|
|
3666
3695
|
@pulumi.getter
|
|
3667
3696
|
def id(self) -> str:
|
|
3697
|
+
"""
|
|
3698
|
+
The ID of the resource supplied above.
|
|
3699
|
+
"""
|
|
3668
3700
|
return pulumi.get(self, "id")
|
|
3669
3701
|
|
|
3670
3702
|
@property
|
|
3671
3703
|
@pulumi.getter(name="resourceType")
|
|
3672
3704
|
def resource_type(self) -> str:
|
|
3673
3705
|
"""
|
|
3674
|
-
|
|
3706
|
+
The type of the resource. Set the value to **cen**, which specifies a CEN instance.
|
|
3675
3707
|
"""
|
|
3676
3708
|
return pulumi.get(self, "resource_type")
|
|
3677
3709
|
|
|
@@ -3679,28 +3711,39 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3679
3711
|
@pulumi.getter
|
|
3680
3712
|
def status(self) -> str:
|
|
3681
3713
|
"""
|
|
3682
|
-
The
|
|
3714
|
+
The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
|
|
3683
3715
|
"""
|
|
3684
3716
|
return pulumi.get(self, "status")
|
|
3685
3717
|
|
|
3718
|
+
@property
|
|
3719
|
+
@pulumi.getter
|
|
3720
|
+
def tags(self) -> Mapping[str, str]:
|
|
3721
|
+
"""
|
|
3722
|
+
The tag of the resource
|
|
3723
|
+
"""
|
|
3724
|
+
return pulumi.get(self, "tags")
|
|
3725
|
+
|
|
3686
3726
|
@property
|
|
3687
3727
|
@pulumi.getter(name="transitRouterAttachmentDescription")
|
|
3688
3728
|
def transit_router_attachment_description(self) -> str:
|
|
3689
3729
|
"""
|
|
3690
|
-
The description of the VPN
|
|
3730
|
+
The new description of the VPN attachment.The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
3691
3731
|
"""
|
|
3692
3732
|
return pulumi.get(self, "transit_router_attachment_description")
|
|
3693
3733
|
|
|
3694
3734
|
@property
|
|
3695
3735
|
@pulumi.getter(name="transitRouterAttachmentId")
|
|
3696
3736
|
def transit_router_attachment_id(self) -> str:
|
|
3737
|
+
"""
|
|
3738
|
+
The ID of the VPN attachment.
|
|
3739
|
+
"""
|
|
3697
3740
|
return pulumi.get(self, "transit_router_attachment_id")
|
|
3698
3741
|
|
|
3699
3742
|
@property
|
|
3700
3743
|
@pulumi.getter(name="transitRouterAttachmentName")
|
|
3701
3744
|
def transit_router_attachment_name(self) -> str:
|
|
3702
3745
|
"""
|
|
3703
|
-
The name of the VPN
|
|
3746
|
+
The name of the VPN attachment.The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). It must start with a letter.
|
|
3704
3747
|
"""
|
|
3705
3748
|
return pulumi.get(self, "transit_router_attachment_name")
|
|
3706
3749
|
|
|
@@ -3708,7 +3751,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3708
3751
|
@pulumi.getter(name="transitRouterId")
|
|
3709
3752
|
def transit_router_id(self) -> str:
|
|
3710
3753
|
"""
|
|
3711
|
-
The ID of the
|
|
3754
|
+
The ID of the transit router.
|
|
3712
3755
|
"""
|
|
3713
3756
|
return pulumi.get(self, "transit_router_id")
|
|
3714
3757
|
|
|
@@ -3716,15 +3759,15 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3716
3759
|
@pulumi.getter(name="vpnId")
|
|
3717
3760
|
def vpn_id(self) -> str:
|
|
3718
3761
|
"""
|
|
3719
|
-
The
|
|
3762
|
+
The ID of the IPsec-VPN attachment.
|
|
3720
3763
|
"""
|
|
3721
3764
|
return pulumi.get(self, "vpn_id")
|
|
3722
3765
|
|
|
3723
3766
|
@property
|
|
3724
3767
|
@pulumi.getter(name="vpnOwnerId")
|
|
3725
|
-
def vpn_owner_id(self) ->
|
|
3768
|
+
def vpn_owner_id(self) -> int:
|
|
3726
3769
|
"""
|
|
3727
|
-
The
|
|
3770
|
+
The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.* If you do not set this parameter, the ID of the current Alibaba Cloud account is used.* You must set VpnOwnerId if you want to connect the transit router to an IPsec-VPN connection that belongs to another Alibaba Cloud account.
|
|
3728
3771
|
"""
|
|
3729
3772
|
return pulumi.get(self, "vpn_owner_id")
|
|
3730
3773
|
|
|
@@ -3732,7 +3775,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3732
3775
|
@pulumi.getter
|
|
3733
3776
|
def zones(self) -> Sequence['outputs.GetTransitRouterVpnAttachmentsAttachmentZoneResult']:
|
|
3734
3777
|
"""
|
|
3735
|
-
The
|
|
3778
|
+
The Zone ID in the current region.System will create resources under the Zone that you specify.Left blank if associated IPSec connection is in dual-tunnel mode.
|
|
3736
3779
|
"""
|
|
3737
3780
|
return pulumi.get(self, "zones")
|
|
3738
3781
|
|
|
@@ -3742,7 +3785,7 @@ class GetTransitRouterVpnAttachmentsAttachmentZoneResult(dict):
|
|
|
3742
3785
|
def __init__(__self__, *,
|
|
3743
3786
|
zone_id: str):
|
|
3744
3787
|
"""
|
|
3745
|
-
:param str zone_id: The
|
|
3788
|
+
:param str zone_id: The zone ID of the read-only instance.You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
|
|
3746
3789
|
"""
|
|
3747
3790
|
pulumi.set(__self__, "zone_id", zone_id)
|
|
3748
3791
|
|
|
@@ -3750,7 +3793,7 @@ class GetTransitRouterVpnAttachmentsAttachmentZoneResult(dict):
|
|
|
3750
3793
|
@pulumi.getter(name="zoneId")
|
|
3751
3794
|
def zone_id(self) -> str:
|
|
3752
3795
|
"""
|
|
3753
|
-
The
|
|
3796
|
+
The zone ID of the read-only instance.You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
|
|
3754
3797
|
"""
|
|
3755
3798
|
return pulumi.get(self, "zone_id")
|
|
3756
3799
|
|