pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716566612__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.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +116 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +116 -0
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +14 -0
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip_address.py +84 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +56 -0
- pulumi_alicloud/ecs/outputs.py +174 -92
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +247 -247
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
|
@@ -27,6 +27,10 @@ class TransitRouterPrefixListAssociationArgs:
|
|
|
27
27
|
:param pulumi.Input[str] transit_router_id: The ID of the transit router.
|
|
28
28
|
:param pulumi.Input[str] transit_router_table_id: The ID of the route table of the transit router.
|
|
29
29
|
:param pulumi.Input[str] next_hop_type: The type of the next hop. Valid values:
|
|
30
|
+
- `BlackHole`: Specifies that all the CIDR blocks in the prefix list are blackhole routes. Packets destined for the CIDR blocks are dropped.
|
|
31
|
+
- `VPC`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual private cloud (VPC) connection.
|
|
32
|
+
- `VBR`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual border router (VBR) connection.
|
|
33
|
+
- `TR`: Specifies that the next hop of the CIDR blocks in the prefix list is an inter-region connection.
|
|
30
34
|
:param pulumi.Input[int] owner_uid: The ID of the Alibaba Cloud account to which the prefix list belongs.
|
|
31
35
|
"""
|
|
32
36
|
pulumi.set(__self__, "next_hop", next_hop)
|
|
@@ -91,6 +95,10 @@ class TransitRouterPrefixListAssociationArgs:
|
|
|
91
95
|
def next_hop_type(self) -> Optional[pulumi.Input[str]]:
|
|
92
96
|
"""
|
|
93
97
|
The type of the next hop. Valid values:
|
|
98
|
+
- `BlackHole`: Specifies that all the CIDR blocks in the prefix list are blackhole routes. Packets destined for the CIDR blocks are dropped.
|
|
99
|
+
- `VPC`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual private cloud (VPC) connection.
|
|
100
|
+
- `VBR`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual border router (VBR) connection.
|
|
101
|
+
- `TR`: Specifies that the next hop of the CIDR blocks in the prefix list is an inter-region connection.
|
|
94
102
|
"""
|
|
95
103
|
return pulumi.get(self, "next_hop_type")
|
|
96
104
|
|
|
@@ -125,6 +133,10 @@ class _TransitRouterPrefixListAssociationState:
|
|
|
125
133
|
Input properties used for looking up and filtering TransitRouterPrefixListAssociation resources.
|
|
126
134
|
:param pulumi.Input[str] next_hop: The ID of the next hop. **NOTE:** If `next_hop` is set to `BlackHole`, you must set this parameter to `BlackHole`.
|
|
127
135
|
:param pulumi.Input[str] next_hop_type: The type of the next hop. Valid values:
|
|
136
|
+
- `BlackHole`: Specifies that all the CIDR blocks in the prefix list are blackhole routes. Packets destined for the CIDR blocks are dropped.
|
|
137
|
+
- `VPC`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual private cloud (VPC) connection.
|
|
138
|
+
- `VBR`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual border router (VBR) connection.
|
|
139
|
+
- `TR`: Specifies that the next hop of the CIDR blocks in the prefix list is an inter-region connection.
|
|
128
140
|
:param pulumi.Input[int] owner_uid: The ID of the Alibaba Cloud account to which the prefix list belongs.
|
|
129
141
|
:param pulumi.Input[str] prefix_list_id: The ID of the prefix list.
|
|
130
142
|
:param pulumi.Input[str] status: The status of the prefix list.
|
|
@@ -163,6 +175,10 @@ class _TransitRouterPrefixListAssociationState:
|
|
|
163
175
|
def next_hop_type(self) -> Optional[pulumi.Input[str]]:
|
|
164
176
|
"""
|
|
165
177
|
The type of the next hop. Valid values:
|
|
178
|
+
- `BlackHole`: Specifies that all the CIDR blocks in the prefix list are blackhole routes. Packets destined for the CIDR blocks are dropped.
|
|
179
|
+
- `VPC`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual private cloud (VPC) connection.
|
|
180
|
+
- `VBR`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual border router (VBR) connection.
|
|
181
|
+
- `TR`: Specifies that the next hop of the CIDR blocks in the prefix list is an inter-region connection.
|
|
166
182
|
"""
|
|
167
183
|
return pulumi.get(self, "next_hop_type")
|
|
168
184
|
|
|
@@ -290,6 +306,10 @@ class TransitRouterPrefixListAssociation(pulumi.CustomResource):
|
|
|
290
306
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
291
307
|
:param pulumi.Input[str] next_hop: The ID of the next hop. **NOTE:** If `next_hop` is set to `BlackHole`, you must set this parameter to `BlackHole`.
|
|
292
308
|
:param pulumi.Input[str] next_hop_type: The type of the next hop. Valid values:
|
|
309
|
+
- `BlackHole`: Specifies that all the CIDR blocks in the prefix list are blackhole routes. Packets destined for the CIDR blocks are dropped.
|
|
310
|
+
- `VPC`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual private cloud (VPC) connection.
|
|
311
|
+
- `VBR`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual border router (VBR) connection.
|
|
312
|
+
- `TR`: Specifies that the next hop of the CIDR blocks in the prefix list is an inter-region connection.
|
|
293
313
|
:param pulumi.Input[int] owner_uid: The ID of the Alibaba Cloud account to which the prefix list belongs.
|
|
294
314
|
:param pulumi.Input[str] prefix_list_id: The ID of the prefix list.
|
|
295
315
|
:param pulumi.Input[str] transit_router_id: The ID of the transit router.
|
|
@@ -415,6 +435,10 @@ class TransitRouterPrefixListAssociation(pulumi.CustomResource):
|
|
|
415
435
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
416
436
|
:param pulumi.Input[str] next_hop: The ID of the next hop. **NOTE:** If `next_hop` is set to `BlackHole`, you must set this parameter to `BlackHole`.
|
|
417
437
|
:param pulumi.Input[str] next_hop_type: The type of the next hop. Valid values:
|
|
438
|
+
- `BlackHole`: Specifies that all the CIDR blocks in the prefix list are blackhole routes. Packets destined for the CIDR blocks are dropped.
|
|
439
|
+
- `VPC`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual private cloud (VPC) connection.
|
|
440
|
+
- `VBR`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual border router (VBR) connection.
|
|
441
|
+
- `TR`: Specifies that the next hop of the CIDR blocks in the prefix list is an inter-region connection.
|
|
418
442
|
:param pulumi.Input[int] owner_uid: The ID of the Alibaba Cloud account to which the prefix list belongs.
|
|
419
443
|
:param pulumi.Input[str] prefix_list_id: The ID of the prefix list.
|
|
420
444
|
:param pulumi.Input[str] status: The status of the prefix list.
|
|
@@ -447,6 +471,10 @@ class TransitRouterPrefixListAssociation(pulumi.CustomResource):
|
|
|
447
471
|
def next_hop_type(self) -> pulumi.Output[str]:
|
|
448
472
|
"""
|
|
449
473
|
The type of the next hop. Valid values:
|
|
474
|
+
- `BlackHole`: Specifies that all the CIDR blocks in the prefix list are blackhole routes. Packets destined for the CIDR blocks are dropped.
|
|
475
|
+
- `VPC`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual private cloud (VPC) connection.
|
|
476
|
+
- `VBR`: Specifies that the next hop of the CIDR blocks in the prefix list is a virtual border router (VBR) connection.
|
|
477
|
+
- `TR`: Specifies that the next hop of the CIDR blocks in the prefix list is an inter-region connection.
|
|
450
478
|
"""
|
|
451
479
|
return pulumi.get(self, "next_hop_type")
|
|
452
480
|
|
|
@@ -26,6 +26,8 @@ class AggregatorArgs:
|
|
|
26
26
|
:param pulumi.Input[str] description: The description of aggregator.
|
|
27
27
|
:param pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
|
|
28
28
|
:param pulumi.Input[str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
|
|
29
|
+
* `CUSTOM` - The custom account group.
|
|
30
|
+
* `RD` - The global account group.
|
|
29
31
|
"""
|
|
30
32
|
pulumi.set(__self__, "aggregator_name", aggregator_name)
|
|
31
33
|
pulumi.set(__self__, "description", description)
|
|
@@ -75,6 +77,8 @@ class AggregatorArgs:
|
|
|
75
77
|
def aggregator_type(self) -> Optional[pulumi.Input[str]]:
|
|
76
78
|
"""
|
|
77
79
|
The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
|
|
80
|
+
* `CUSTOM` - The custom account group.
|
|
81
|
+
* `RD` - The global account group.
|
|
78
82
|
"""
|
|
79
83
|
return pulumi.get(self, "aggregator_type")
|
|
80
84
|
|
|
@@ -96,6 +100,8 @@ class _AggregatorState:
|
|
|
96
100
|
:param pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
|
|
97
101
|
:param pulumi.Input[str] aggregator_name: The name of aggregator.
|
|
98
102
|
:param pulumi.Input[str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
|
|
103
|
+
* `CUSTOM` - The custom account group.
|
|
104
|
+
* `RD` - The global account group.
|
|
99
105
|
:param pulumi.Input[str] description: The description of aggregator.
|
|
100
106
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `0`: creating `1`: normal `2`: deleting.
|
|
101
107
|
"""
|
|
@@ -139,6 +145,8 @@ class _AggregatorState:
|
|
|
139
145
|
def aggregator_type(self) -> Optional[pulumi.Input[str]]:
|
|
140
146
|
"""
|
|
141
147
|
The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
|
|
148
|
+
* `CUSTOM` - The custom account group.
|
|
149
|
+
* `RD` - The global account group.
|
|
142
150
|
"""
|
|
143
151
|
return pulumi.get(self, "aggregator_type")
|
|
144
152
|
|
|
@@ -225,6 +233,8 @@ class Aggregator(pulumi.CustomResource):
|
|
|
225
233
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AggregatorAggregatorAccountArgs']]]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
|
|
226
234
|
:param pulumi.Input[str] aggregator_name: The name of aggregator.
|
|
227
235
|
:param pulumi.Input[str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
|
|
236
|
+
* `CUSTOM` - The custom account group.
|
|
237
|
+
* `RD` - The global account group.
|
|
228
238
|
:param pulumi.Input[str] description: The description of aggregator.
|
|
229
239
|
"""
|
|
230
240
|
...
|
|
@@ -334,6 +344,8 @@ class Aggregator(pulumi.CustomResource):
|
|
|
334
344
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AggregatorAggregatorAccountArgs']]]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
|
|
335
345
|
:param pulumi.Input[str] aggregator_name: The name of aggregator.
|
|
336
346
|
:param pulumi.Input[str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
|
|
347
|
+
* `CUSTOM` - The custom account group.
|
|
348
|
+
* `RD` - The global account group.
|
|
337
349
|
:param pulumi.Input[str] description: The description of aggregator.
|
|
338
350
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `0`: creating `1`: normal `2`: deleting.
|
|
339
351
|
"""
|
|
@@ -369,6 +381,8 @@ class Aggregator(pulumi.CustomResource):
|
|
|
369
381
|
def aggregator_type(self) -> pulumi.Output[str]:
|
|
370
382
|
"""
|
|
371
383
|
The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
|
|
384
|
+
* `CUSTOM` - The custom account group.
|
|
385
|
+
* `RD` - The global account group.
|
|
372
386
|
"""
|
|
373
387
|
return pulumi.get(self, "aggregator_type")
|
|
374
388
|
|
|
@@ -277,7 +277,6 @@ class GetDbClustersClusterResult(dict):
|
|
|
277
277
|
:param str ali_uid: Alibaba Cloud account Id.
|
|
278
278
|
:param str bid: The ID of the business process flow.
|
|
279
279
|
:param str category: Instance family values include: Basic: Basic edition; HighAvailability: high availability edition.
|
|
280
|
-
:param str commodity_code: The Commodity Code of the DBCluster.
|
|
281
280
|
:param str connection_string: Connection string.
|
|
282
281
|
:param str control_version: The control version of the DBCluster.
|
|
283
282
|
:param str create_time: The creation time of the resource.
|
|
@@ -380,9 +379,6 @@ class GetDbClustersClusterResult(dict):
|
|
|
380
379
|
@property
|
|
381
380
|
@pulumi.getter(name="commodityCode")
|
|
382
381
|
def commodity_code(self) -> str:
|
|
383
|
-
"""
|
|
384
|
-
The Commodity Code of the DBCluster.
|
|
385
|
-
"""
|
|
386
382
|
return pulumi.get(self, "commodity_code")
|
|
387
383
|
|
|
388
384
|
@property
|
|
@@ -669,6 +665,11 @@ class GetDbClustersClusterDbClusterAccessWhiteListResult(dict):
|
|
|
669
665
|
db_cluster_ip_array_attribute: str,
|
|
670
666
|
db_cluster_ip_array_name: str,
|
|
671
667
|
security_ip_list: str):
|
|
668
|
+
"""
|
|
669
|
+
:param str db_cluster_ip_array_attribute: Field `db_cluster_ip_array_attribute` has been removed from provider.
|
|
670
|
+
:param str db_cluster_ip_array_name: Whitelist group name.
|
|
671
|
+
:param str security_ip_list: The IP address list under the whitelist group.
|
|
672
|
+
"""
|
|
672
673
|
pulumi.set(__self__, "db_cluster_ip_array_attribute", db_cluster_ip_array_attribute)
|
|
673
674
|
pulumi.set(__self__, "db_cluster_ip_array_name", db_cluster_ip_array_name)
|
|
674
675
|
pulumi.set(__self__, "security_ip_list", security_ip_list)
|
|
@@ -676,16 +677,25 @@ class GetDbClustersClusterDbClusterAccessWhiteListResult(dict):
|
|
|
676
677
|
@property
|
|
677
678
|
@pulumi.getter(name="dbClusterIpArrayAttribute")
|
|
678
679
|
def db_cluster_ip_array_attribute(self) -> str:
|
|
680
|
+
"""
|
|
681
|
+
Field `db_cluster_ip_array_attribute` has been removed from provider.
|
|
682
|
+
"""
|
|
679
683
|
return pulumi.get(self, "db_cluster_ip_array_attribute")
|
|
680
684
|
|
|
681
685
|
@property
|
|
682
686
|
@pulumi.getter(name="dbClusterIpArrayName")
|
|
683
687
|
def db_cluster_ip_array_name(self) -> str:
|
|
688
|
+
"""
|
|
689
|
+
Whitelist group name.
|
|
690
|
+
"""
|
|
684
691
|
return pulumi.get(self, "db_cluster_ip_array_name")
|
|
685
692
|
|
|
686
693
|
@property
|
|
687
694
|
@pulumi.getter(name="securityIpList")
|
|
688
695
|
def security_ip_list(self) -> str:
|
|
696
|
+
"""
|
|
697
|
+
The IP address list under the whitelist group.
|
|
698
|
+
"""
|
|
689
699
|
return pulumi.get(self, "security_ip_list")
|
|
690
700
|
|
|
691
701
|
|
|
@@ -694,17 +704,27 @@ class GetDbClustersClusterScaleOutStatusResult(dict):
|
|
|
694
704
|
def __init__(__self__, *,
|
|
695
705
|
progress: str,
|
|
696
706
|
ratio: str):
|
|
707
|
+
"""
|
|
708
|
+
:param str progress: Process.
|
|
709
|
+
:param str ratio: Efficiency.
|
|
710
|
+
"""
|
|
697
711
|
pulumi.set(__self__, "progress", progress)
|
|
698
712
|
pulumi.set(__self__, "ratio", ratio)
|
|
699
713
|
|
|
700
714
|
@property
|
|
701
715
|
@pulumi.getter
|
|
702
716
|
def progress(self) -> str:
|
|
717
|
+
"""
|
|
718
|
+
Process.
|
|
719
|
+
"""
|
|
703
720
|
return pulumi.get(self, "progress")
|
|
704
721
|
|
|
705
722
|
@property
|
|
706
723
|
@pulumi.getter
|
|
707
724
|
def ratio(self) -> str:
|
|
725
|
+
"""
|
|
726
|
+
Efficiency.
|
|
727
|
+
"""
|
|
708
728
|
return pulumi.get(self, "ratio")
|
|
709
729
|
|
|
710
730
|
|
|
@@ -742,17 +762,27 @@ class GetRegionsRegionZoneIdResult(dict):
|
|
|
742
762
|
def __init__(__self__, *,
|
|
743
763
|
vpc_enabled: bool,
|
|
744
764
|
zone_id: str):
|
|
765
|
+
"""
|
|
766
|
+
:param bool vpc_enabled: Whether to support vpc network.
|
|
767
|
+
:param str zone_id: The zone ID.
|
|
768
|
+
"""
|
|
745
769
|
pulumi.set(__self__, "vpc_enabled", vpc_enabled)
|
|
746
770
|
pulumi.set(__self__, "zone_id", zone_id)
|
|
747
771
|
|
|
748
772
|
@property
|
|
749
773
|
@pulumi.getter(name="vpcEnabled")
|
|
750
774
|
def vpc_enabled(self) -> bool:
|
|
775
|
+
"""
|
|
776
|
+
Whether to support vpc network.
|
|
777
|
+
"""
|
|
751
778
|
return pulumi.get(self, "vpc_enabled")
|
|
752
779
|
|
|
753
780
|
@property
|
|
754
781
|
@pulumi.getter(name="zoneId")
|
|
755
782
|
def zone_id(self) -> str:
|
|
783
|
+
"""
|
|
784
|
+
The zone ID.
|
|
785
|
+
"""
|
|
756
786
|
return pulumi.get(self, "zone_id")
|
|
757
787
|
|
|
758
788
|
|
|
@@ -217,7 +217,7 @@ def get_vpc_firewall_control_policies(acl_action: Optional[str] = None,
|
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
|
|
220
|
-
:param str acl_action:
|
|
220
|
+
:param str acl_action: The action that Cloud Firewall performs on the traffic. Valid values: `accept`, `drop`, `log`.
|
|
221
221
|
:param str acl_uuid: Access control over VPC firewalls strategy unique identifier.
|
|
222
222
|
:param str description: Access control over VPC firewalls description of the strategy information.
|
|
223
223
|
:param str destination: Access control over VPC firewalls strategy the destination address in.
|
|
@@ -227,8 +227,12 @@ def get_vpc_firewall_control_policies(acl_action: Optional[str] = None,
|
|
|
227
227
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
228
228
|
:param str proto: Access control over VPC firewalls strategy access traffic of the protocol type.
|
|
229
229
|
:param bool release: The enabled status of the access control policy. The policy is enabled by default after it is created. Value:
|
|
230
|
+
- **true**: Enable access control policies
|
|
231
|
+
- **false**: does not enable access control policies.
|
|
230
232
|
:param str source: Access control over VPC firewalls strategy in the source address.
|
|
231
|
-
:param str vpc_firewall_id: The ID of the VPC firewall instance.
|
|
233
|
+
:param str vpc_firewall_id: The ID of the VPC firewall instance. Value:
|
|
234
|
+
- When the VPC firewall protects traffic between two VPCs connected through the cloud enterprise network, the policy group ID uses the cloud enterprise network instance ID.
|
|
235
|
+
- When the VPC firewall protects traffic between two VPCs connected through the express connection, the policy group ID uses the ID of the VPC firewall instance.
|
|
232
236
|
"""
|
|
233
237
|
__args__ = dict()
|
|
234
238
|
__args__['aclAction'] = acl_action
|
|
@@ -305,7 +309,7 @@ def get_vpc_firewall_control_policies_output(acl_action: Optional[pulumi.Input[O
|
|
|
305
309
|
```
|
|
306
310
|
|
|
307
311
|
|
|
308
|
-
:param str acl_action:
|
|
312
|
+
:param str acl_action: The action that Cloud Firewall performs on the traffic. Valid values: `accept`, `drop`, `log`.
|
|
309
313
|
:param str acl_uuid: Access control over VPC firewalls strategy unique identifier.
|
|
310
314
|
:param str description: Access control over VPC firewalls description of the strategy information.
|
|
311
315
|
:param str destination: Access control over VPC firewalls strategy the destination address in.
|
|
@@ -315,7 +319,11 @@ def get_vpc_firewall_control_policies_output(acl_action: Optional[pulumi.Input[O
|
|
|
315
319
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
316
320
|
:param str proto: Access control over VPC firewalls strategy access traffic of the protocol type.
|
|
317
321
|
:param bool release: The enabled status of the access control policy. The policy is enabled by default after it is created. Value:
|
|
322
|
+
- **true**: Enable access control policies
|
|
323
|
+
- **false**: does not enable access control policies.
|
|
318
324
|
:param str source: Access control over VPC firewalls strategy in the source address.
|
|
319
|
-
:param str vpc_firewall_id: The ID of the VPC firewall instance.
|
|
325
|
+
:param str vpc_firewall_id: The ID of the VPC firewall instance. Value:
|
|
326
|
+
- When the VPC firewall protects traffic between two VPCs connected through the cloud enterprise network, the policy group ID uses the cloud enterprise network instance ID.
|
|
327
|
+
- When the VPC firewall protects traffic between two VPCs connected through the express connection, the policy group ID uses the ID of the VPC firewall instance.
|
|
320
328
|
"""
|
|
321
329
|
...
|
|
@@ -50,6 +50,10 @@ class InstanceArgs:
|
|
|
50
50
|
**NOTE:** `renewal_duration` takes effect only if `payment_type` is set to `Subscription`, and `renewal_status` is set to `AutoRenewal`.
|
|
51
51
|
:param pulumi.Input[str] renewal_duration_unit: Auto-Renewal Cycle Unit Values Include: Month: Month. Year: Years. Valid values: `Month`, `Year`.
|
|
52
52
|
:param pulumi.Input[str] renewal_status: Whether to renew an instance automatically or not. Default to "ManualRenewal".
|
|
53
|
+
- `AutoRenewal`: Auto renewal.
|
|
54
|
+
- `ManualRenewal`: Manual renewal.
|
|
55
|
+
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
56
|
+
**NOTE:** `renewal_status` takes effect only if `payment_type` is set to `Subscription`.
|
|
53
57
|
:param pulumi.Input[str] spec: Current version. Valid values: `premium_version`, `enterprise_version`,`ultimate_version`.
|
|
54
58
|
"""
|
|
55
59
|
pulumi.set(__self__, "payment_type", payment_type)
|
|
@@ -278,6 +282,10 @@ class InstanceArgs:
|
|
|
278
282
|
def renewal_status(self) -> Optional[pulumi.Input[str]]:
|
|
279
283
|
"""
|
|
280
284
|
Whether to renew an instance automatically or not. Default to "ManualRenewal".
|
|
285
|
+
- `AutoRenewal`: Auto renewal.
|
|
286
|
+
- `ManualRenewal`: Manual renewal.
|
|
287
|
+
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
288
|
+
**NOTE:** `renewal_status` takes effect only if `payment_type` is set to `Subscription`.
|
|
281
289
|
"""
|
|
282
290
|
return pulumi.get(self, "renewal_status")
|
|
283
291
|
|
|
@@ -344,6 +352,10 @@ class _InstanceState:
|
|
|
344
352
|
**NOTE:** `renewal_duration` takes effect only if `payment_type` is set to `Subscription`, and `renewal_status` is set to `AutoRenewal`.
|
|
345
353
|
:param pulumi.Input[str] renewal_duration_unit: Auto-Renewal Cycle Unit Values Include: Month: Month. Year: Years. Valid values: `Month`, `Year`.
|
|
346
354
|
:param pulumi.Input[str] renewal_status: Whether to renew an instance automatically or not. Default to "ManualRenewal".
|
|
355
|
+
- `AutoRenewal`: Auto renewal.
|
|
356
|
+
- `ManualRenewal`: Manual renewal.
|
|
357
|
+
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
358
|
+
**NOTE:** `renewal_status` takes effect only if `payment_type` is set to `Subscription`.
|
|
347
359
|
:param pulumi.Input[str] spec: Current version. Valid values: `premium_version`, `enterprise_version`,`ultimate_version`.
|
|
348
360
|
:param pulumi.Input[str] status: The status of Instance.
|
|
349
361
|
"""
|
|
@@ -618,6 +630,10 @@ class _InstanceState:
|
|
|
618
630
|
def renewal_status(self) -> Optional[pulumi.Input[str]]:
|
|
619
631
|
"""
|
|
620
632
|
Whether to renew an instance automatically or not. Default to "ManualRenewal".
|
|
633
|
+
- `AutoRenewal`: Auto renewal.
|
|
634
|
+
- `ManualRenewal`: Manual renewal.
|
|
635
|
+
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
636
|
+
**NOTE:** `renewal_status` takes effect only if `payment_type` is set to `Subscription`.
|
|
621
637
|
"""
|
|
622
638
|
return pulumi.get(self, "renewal_status")
|
|
623
639
|
|
|
@@ -734,6 +750,10 @@ class Instance(pulumi.CustomResource):
|
|
|
734
750
|
**NOTE:** `renewal_duration` takes effect only if `payment_type` is set to `Subscription`, and `renewal_status` is set to `AutoRenewal`.
|
|
735
751
|
:param pulumi.Input[str] renewal_duration_unit: Auto-Renewal Cycle Unit Values Include: Month: Month. Year: Years. Valid values: `Month`, `Year`.
|
|
736
752
|
:param pulumi.Input[str] renewal_status: Whether to renew an instance automatically or not. Default to "ManualRenewal".
|
|
753
|
+
- `AutoRenewal`: Auto renewal.
|
|
754
|
+
- `ManualRenewal`: Manual renewal.
|
|
755
|
+
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
756
|
+
**NOTE:** `renewal_status` takes effect only if `payment_type` is set to `Subscription`.
|
|
737
757
|
:param pulumi.Input[str] spec: Current version. Valid values: `premium_version`, `enterprise_version`,`ultimate_version`.
|
|
738
758
|
"""
|
|
739
759
|
...
|
|
@@ -906,6 +926,10 @@ class Instance(pulumi.CustomResource):
|
|
|
906
926
|
**NOTE:** `renewal_duration` takes effect only if `payment_type` is set to `Subscription`, and `renewal_status` is set to `AutoRenewal`.
|
|
907
927
|
:param pulumi.Input[str] renewal_duration_unit: Auto-Renewal Cycle Unit Values Include: Month: Month. Year: Years. Valid values: `Month`, `Year`.
|
|
908
928
|
:param pulumi.Input[str] renewal_status: Whether to renew an instance automatically or not. Default to "ManualRenewal".
|
|
929
|
+
- `AutoRenewal`: Auto renewal.
|
|
930
|
+
- `ManualRenewal`: Manual renewal.
|
|
931
|
+
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
932
|
+
**NOTE:** `renewal_status` takes effect only if `payment_type` is set to `Subscription`.
|
|
909
933
|
:param pulumi.Input[str] spec: Current version. Valid values: `premium_version`, `enterprise_version`,`ultimate_version`.
|
|
910
934
|
:param pulumi.Input[str] status: The status of Instance.
|
|
911
935
|
"""
|
|
@@ -1089,6 +1113,10 @@ class Instance(pulumi.CustomResource):
|
|
|
1089
1113
|
def renewal_status(self) -> pulumi.Output[str]:
|
|
1090
1114
|
"""
|
|
1091
1115
|
Whether to renew an instance automatically or not. Default to "ManualRenewal".
|
|
1116
|
+
- `AutoRenewal`: Auto renewal.
|
|
1117
|
+
- `ManualRenewal`: Manual renewal.
|
|
1118
|
+
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
1119
|
+
**NOTE:** `renewal_status` takes effect only if `payment_type` is set to `Subscription`.
|
|
1092
1120
|
"""
|
|
1093
1121
|
return pulumi.get(self, "renewal_status")
|
|
1094
1122
|
|
|
@@ -153,9 +153,9 @@ def get_access_assignments(access_configuration_id: Optional[str] = None,
|
|
|
153
153
|
:param str directory_id: Directory ID.
|
|
154
154
|
:param Sequence[str] ids: A list of Access Assignment IDs.
|
|
155
155
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
156
|
-
:param str principal_type: Create the identity type of the access assignment, which can be a user or a user group.
|
|
156
|
+
:param str principal_type: Create the identity type of the access assignment, which can be a user or a user group. Valid values: `Group`, `User`.
|
|
157
157
|
:param str target_id: The ID of the target to create the resource range.
|
|
158
|
-
:param str target_type: The type of the resource range target to be accessed. Only a single RD primary account or member account can be specified in the first phase.
|
|
158
|
+
:param str target_type: The type of the resource range target to be accessed. Only a single RD primary account or member account can be specified in the first phase. Valid values: `RD-Account`.
|
|
159
159
|
"""
|
|
160
160
|
__args__ = dict()
|
|
161
161
|
__args__['accessConfigurationId'] = access_configuration_id
|
|
@@ -217,8 +217,8 @@ def get_access_assignments_output(access_configuration_id: Optional[pulumi.Input
|
|
|
217
217
|
:param str directory_id: Directory ID.
|
|
218
218
|
:param Sequence[str] ids: A list of Access Assignment IDs.
|
|
219
219
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
220
|
-
:param str principal_type: Create the identity type of the access assignment, which can be a user or a user group.
|
|
220
|
+
:param str principal_type: Create the identity type of the access assignment, which can be a user or a user group. Valid values: `Group`, `User`.
|
|
221
221
|
:param str target_id: The ID of the target to create the resource range.
|
|
222
|
-
:param str target_type: The type of the resource range target to be accessed. Only a single RD primary account or member account can be specified in the first phase.
|
|
222
|
+
:param str target_type: The type of the resource range target to be accessed. Only a single RD primary account or member account can be specified in the first phase. Valid values: `RD-Account`.
|
|
223
223
|
"""
|
|
224
224
|
...
|
|
@@ -145,7 +145,7 @@ def get_groups(directory_id: Optional[str] = None,
|
|
|
145
145
|
:param Sequence[str] ids: A list of Group IDs.
|
|
146
146
|
:param str name_regex: A regex string to filter results by Group name.
|
|
147
147
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
148
|
-
:param str provision_type: The
|
|
148
|
+
:param str provision_type: The ProvisionType of the Group. Valid values: `Manual`, `Synchronized`.
|
|
149
149
|
"""
|
|
150
150
|
__args__ = dict()
|
|
151
151
|
__args__['directoryId'] = directory_id
|
|
@@ -205,6 +205,6 @@ def get_groups_output(directory_id: Optional[pulumi.Input[str]] = None,
|
|
|
205
205
|
:param Sequence[str] ids: A list of Group IDs.
|
|
206
206
|
:param str name_regex: A regex string to filter results by Group name.
|
|
207
207
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
208
|
-
:param str provision_type: The
|
|
208
|
+
:param str provision_type: The ProvisionType of the Group. Valid values: `Manual`, `Synchronized`.
|
|
209
209
|
"""
|
|
210
210
|
...
|