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
|
@@ -151,7 +151,7 @@ def get_executions(enable_details: Optional[bool] = None,
|
|
|
151
151
|
:param Sequence[str] ids: A list of Execution IDs. The value formats as `<flow_name>:<execution_name>`.
|
|
152
152
|
:param str name_regex: A regex string to filter results by Execution name.
|
|
153
153
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
154
|
-
:param str status: The status of the resource.
|
|
154
|
+
:param str status: The status of the resource. Valid values: `Running`, `Stopped`, `Succeeded`, `Failed`, `TimedOut`.
|
|
155
155
|
"""
|
|
156
156
|
__args__ = dict()
|
|
157
157
|
__args__['enableDetails'] = enable_details
|
|
@@ -210,6 +210,6 @@ def get_executions_output(enable_details: Optional[pulumi.Input[Optional[bool]]]
|
|
|
210
210
|
:param Sequence[str] ids: A list of Execution IDs. The value formats as `<flow_name>:<execution_name>`.
|
|
211
211
|
:param str name_regex: A regex string to filter results by Execution name.
|
|
212
212
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
213
|
-
:param str status: The status of the resource.
|
|
213
|
+
:param str status: The status of the resource. Valid values: `Running`, `Stopped`, `Succeeded`, `Failed`, `TimedOut`.
|
|
214
214
|
"""
|
|
215
215
|
...
|
pulumi_alicloud/ga/_inputs.py
CHANGED
|
@@ -114,6 +114,12 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
114
114
|
"""
|
|
115
115
|
:param pulumi.Input[str] endpoint: The IP address or domain name of Endpoint N in the endpoint group.
|
|
116
116
|
:param pulumi.Input[str] type: The type of Endpoint N in the endpoint group. Valid values:
|
|
117
|
+
- `Domain`: a custom domain name.
|
|
118
|
+
- `Ip`: a custom IP address.
|
|
119
|
+
- `PublicIp`: an Alibaba Cloud public IP address.
|
|
120
|
+
- `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
|
|
121
|
+
- `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
|
|
122
|
+
> **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
|
|
117
123
|
:param pulumi.Input[int] weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
118
124
|
> **NOTE:** If the weight of a terminal node is set to 0, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
119
125
|
:param pulumi.Input[bool] enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
|
|
@@ -144,6 +150,12 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
144
150
|
def type(self) -> pulumi.Input[str]:
|
|
145
151
|
"""
|
|
146
152
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
153
|
+
- `Domain`: a custom domain name.
|
|
154
|
+
- `Ip`: a custom IP address.
|
|
155
|
+
- `PublicIp`: an Alibaba Cloud public IP address.
|
|
156
|
+
- `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
|
|
157
|
+
- `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
|
|
158
|
+
> **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
|
|
147
159
|
"""
|
|
148
160
|
return pulumi.get(self, "type")
|
|
149
161
|
|
|
@@ -34,6 +34,8 @@ class AcceleratorArgs:
|
|
|
34
34
|
:param pulumi.Input[int] auto_renew_duration: Auto renewal period of an instance, in the unit of month. The value range is 1-12.
|
|
35
35
|
:param pulumi.Input[bool] auto_use_coupon: Use coupons to pay bills automatically. Default value: `false`. Valid values:
|
|
36
36
|
:param pulumi.Input[str] bandwidth_billing_type: The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
37
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
38
|
+
- `CDT`: billed based on data transfer.
|
|
37
39
|
:param pulumi.Input[str] cross_border_mode: The type of cross-border acceleration. Default value: `bgpPro`. Valid values: `bgpPro`, `private`. **NOTE:** `cross_border_mode` is valid only when `cross_border_status` is set to `true`.
|
|
38
40
|
:param pulumi.Input[bool] cross_border_status: Indicates whether cross-border acceleration is enabled. Default value: `false`. Valid values:
|
|
39
41
|
:param pulumi.Input[str] description: Descriptive information of the global acceleration instance.
|
|
@@ -42,8 +44,13 @@ class AcceleratorArgs:
|
|
|
42
44
|
* If the `pricing_cycle` parameter is set to `Year`, the valid values for the `duration` parameter are 1 to 3.
|
|
43
45
|
:param pulumi.Input[str] payment_type: The payment type. Default value: `Subscription`. Valid values: `PayAsYouGo`, `Subscription`.
|
|
44
46
|
:param pulumi.Input[str] pricing_cycle: The billing cycle of the GA instance. Default value: `Month`. Valid values:
|
|
47
|
+
- `Month`: billed on a monthly basis.
|
|
48
|
+
- `Year`: billed on an annual basis.
|
|
45
49
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
46
50
|
:param pulumi.Input[str] renewal_status: Whether to renew an accelerator automatically or not. Default value: `Normal`. Valid values:
|
|
51
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
52
|
+
- `Normal`: Disable auto renewal.
|
|
53
|
+
- `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.
|
|
47
54
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
48
55
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
49
56
|
"""
|
|
@@ -117,6 +124,8 @@ class AcceleratorArgs:
|
|
|
117
124
|
def bandwidth_billing_type(self) -> Optional[pulumi.Input[str]]:
|
|
118
125
|
"""
|
|
119
126
|
The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
127
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
128
|
+
- `CDT`: billed based on data transfer.
|
|
120
129
|
"""
|
|
121
130
|
return pulumi.get(self, "bandwidth_billing_type")
|
|
122
131
|
|
|
@@ -191,6 +200,8 @@ class AcceleratorArgs:
|
|
|
191
200
|
def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
|
|
192
201
|
"""
|
|
193
202
|
The billing cycle of the GA instance. Default value: `Month`. Valid values:
|
|
203
|
+
- `Month`: billed on a monthly basis.
|
|
204
|
+
- `Year`: billed on an annual basis.
|
|
194
205
|
"""
|
|
195
206
|
return pulumi.get(self, "pricing_cycle")
|
|
196
207
|
|
|
@@ -215,6 +226,9 @@ class AcceleratorArgs:
|
|
|
215
226
|
def renewal_status(self) -> Optional[pulumi.Input[str]]:
|
|
216
227
|
"""
|
|
217
228
|
Whether to renew an accelerator automatically or not. Default value: `Normal`. Valid values:
|
|
229
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
230
|
+
- `Normal`: Disable auto renewal.
|
|
231
|
+
- `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.
|
|
218
232
|
"""
|
|
219
233
|
return pulumi.get(self, "renewal_status")
|
|
220
234
|
|
|
@@ -271,6 +285,8 @@ class _AcceleratorState:
|
|
|
271
285
|
:param pulumi.Input[int] auto_renew_duration: Auto renewal period of an instance, in the unit of month. The value range is 1-12.
|
|
272
286
|
:param pulumi.Input[bool] auto_use_coupon: Use coupons to pay bills automatically. Default value: `false`. Valid values:
|
|
273
287
|
:param pulumi.Input[str] bandwidth_billing_type: The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
288
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
289
|
+
- `CDT`: billed based on data transfer.
|
|
274
290
|
:param pulumi.Input[str] cross_border_mode: The type of cross-border acceleration. Default value: `bgpPro`. Valid values: `bgpPro`, `private`. **NOTE:** `cross_border_mode` is valid only when `cross_border_status` is set to `true`.
|
|
275
291
|
:param pulumi.Input[bool] cross_border_status: Indicates whether cross-border acceleration is enabled. Default value: `false`. Valid values:
|
|
276
292
|
:param pulumi.Input[str] description: Descriptive information of the global acceleration instance.
|
|
@@ -279,8 +295,13 @@ class _AcceleratorState:
|
|
|
279
295
|
* If the `pricing_cycle` parameter is set to `Year`, the valid values for the `duration` parameter are 1 to 3.
|
|
280
296
|
:param pulumi.Input[str] payment_type: The payment type. Default value: `Subscription`. Valid values: `PayAsYouGo`, `Subscription`.
|
|
281
297
|
:param pulumi.Input[str] pricing_cycle: The billing cycle of the GA instance. Default value: `Month`. Valid values:
|
|
298
|
+
- `Month`: billed on a monthly basis.
|
|
299
|
+
- `Year`: billed on an annual basis.
|
|
282
300
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
283
301
|
:param pulumi.Input[str] renewal_status: Whether to renew an accelerator automatically or not. Default value: `Normal`. Valid values:
|
|
302
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
303
|
+
- `Normal`: Disable auto renewal.
|
|
304
|
+
- `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.
|
|
284
305
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
285
306
|
:param pulumi.Input[str] status: The status of the GA instance.
|
|
286
307
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -357,6 +378,8 @@ class _AcceleratorState:
|
|
|
357
378
|
def bandwidth_billing_type(self) -> Optional[pulumi.Input[str]]:
|
|
358
379
|
"""
|
|
359
380
|
The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
381
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
382
|
+
- `CDT`: billed based on data transfer.
|
|
360
383
|
"""
|
|
361
384
|
return pulumi.get(self, "bandwidth_billing_type")
|
|
362
385
|
|
|
@@ -431,6 +454,8 @@ class _AcceleratorState:
|
|
|
431
454
|
def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
|
|
432
455
|
"""
|
|
433
456
|
The billing cycle of the GA instance. Default value: `Month`. Valid values:
|
|
457
|
+
- `Month`: billed on a monthly basis.
|
|
458
|
+
- `Year`: billed on an annual basis.
|
|
434
459
|
"""
|
|
435
460
|
return pulumi.get(self, "pricing_cycle")
|
|
436
461
|
|
|
@@ -455,6 +480,9 @@ class _AcceleratorState:
|
|
|
455
480
|
def renewal_status(self) -> Optional[pulumi.Input[str]]:
|
|
456
481
|
"""
|
|
457
482
|
Whether to renew an accelerator automatically or not. Default value: `Normal`. Valid values:
|
|
483
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
484
|
+
- `Normal`: Disable auto renewal.
|
|
485
|
+
- `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.
|
|
458
486
|
"""
|
|
459
487
|
return pulumi.get(self, "renewal_status")
|
|
460
488
|
|
|
@@ -554,6 +582,8 @@ class Accelerator(pulumi.CustomResource):
|
|
|
554
582
|
:param pulumi.Input[int] auto_renew_duration: Auto renewal period of an instance, in the unit of month. The value range is 1-12.
|
|
555
583
|
:param pulumi.Input[bool] auto_use_coupon: Use coupons to pay bills automatically. Default value: `false`. Valid values:
|
|
556
584
|
:param pulumi.Input[str] bandwidth_billing_type: The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
585
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
586
|
+
- `CDT`: billed based on data transfer.
|
|
557
587
|
:param pulumi.Input[str] cross_border_mode: The type of cross-border acceleration. Default value: `bgpPro`. Valid values: `bgpPro`, `private`. **NOTE:** `cross_border_mode` is valid only when `cross_border_status` is set to `true`.
|
|
558
588
|
:param pulumi.Input[bool] cross_border_status: Indicates whether cross-border acceleration is enabled. Default value: `false`. Valid values:
|
|
559
589
|
:param pulumi.Input[str] description: Descriptive information of the global acceleration instance.
|
|
@@ -562,8 +592,13 @@ class Accelerator(pulumi.CustomResource):
|
|
|
562
592
|
* If the `pricing_cycle` parameter is set to `Year`, the valid values for the `duration` parameter are 1 to 3.
|
|
563
593
|
:param pulumi.Input[str] payment_type: The payment type. Default value: `Subscription`. Valid values: `PayAsYouGo`, `Subscription`.
|
|
564
594
|
:param pulumi.Input[str] pricing_cycle: The billing cycle of the GA instance. Default value: `Month`. Valid values:
|
|
595
|
+
- `Month`: billed on a monthly basis.
|
|
596
|
+
- `Year`: billed on an annual basis.
|
|
565
597
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
566
598
|
:param pulumi.Input[str] renewal_status: Whether to renew an accelerator automatically or not. Default value: `Normal`. Valid values:
|
|
599
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
600
|
+
- `Normal`: Disable auto renewal.
|
|
601
|
+
- `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.
|
|
567
602
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
568
603
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
569
604
|
"""
|
|
@@ -691,6 +726,8 @@ class Accelerator(pulumi.CustomResource):
|
|
|
691
726
|
:param pulumi.Input[int] auto_renew_duration: Auto renewal period of an instance, in the unit of month. The value range is 1-12.
|
|
692
727
|
:param pulumi.Input[bool] auto_use_coupon: Use coupons to pay bills automatically. Default value: `false`. Valid values:
|
|
693
728
|
:param pulumi.Input[str] bandwidth_billing_type: The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
729
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
730
|
+
- `CDT`: billed based on data transfer.
|
|
694
731
|
:param pulumi.Input[str] cross_border_mode: The type of cross-border acceleration. Default value: `bgpPro`. Valid values: `bgpPro`, `private`. **NOTE:** `cross_border_mode` is valid only when `cross_border_status` is set to `true`.
|
|
695
732
|
:param pulumi.Input[bool] cross_border_status: Indicates whether cross-border acceleration is enabled. Default value: `false`. Valid values:
|
|
696
733
|
:param pulumi.Input[str] description: Descriptive information of the global acceleration instance.
|
|
@@ -699,8 +736,13 @@ class Accelerator(pulumi.CustomResource):
|
|
|
699
736
|
* If the `pricing_cycle` parameter is set to `Year`, the valid values for the `duration` parameter are 1 to 3.
|
|
700
737
|
:param pulumi.Input[str] payment_type: The payment type. Default value: `Subscription`. Valid values: `PayAsYouGo`, `Subscription`.
|
|
701
738
|
:param pulumi.Input[str] pricing_cycle: The billing cycle of the GA instance. Default value: `Month`. Valid values:
|
|
739
|
+
- `Month`: billed on a monthly basis.
|
|
740
|
+
- `Year`: billed on an annual basis.
|
|
702
741
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
703
742
|
:param pulumi.Input[str] renewal_status: Whether to renew an accelerator automatically or not. Default value: `Normal`. Valid values:
|
|
743
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
744
|
+
- `Normal`: Disable auto renewal.
|
|
745
|
+
- `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.
|
|
704
746
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
705
747
|
:param pulumi.Input[str] status: The status of the GA instance.
|
|
706
748
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -755,6 +797,8 @@ class Accelerator(pulumi.CustomResource):
|
|
|
755
797
|
def bandwidth_billing_type(self) -> pulumi.Output[str]:
|
|
756
798
|
"""
|
|
757
799
|
The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
800
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
801
|
+
- `CDT`: billed based on data transfer.
|
|
758
802
|
"""
|
|
759
803
|
return pulumi.get(self, "bandwidth_billing_type")
|
|
760
804
|
|
|
@@ -805,6 +849,8 @@ class Accelerator(pulumi.CustomResource):
|
|
|
805
849
|
def pricing_cycle(self) -> pulumi.Output[Optional[str]]:
|
|
806
850
|
"""
|
|
807
851
|
The billing cycle of the GA instance. Default value: `Month`. Valid values:
|
|
852
|
+
- `Month`: billed on a monthly basis.
|
|
853
|
+
- `Year`: billed on an annual basis.
|
|
808
854
|
"""
|
|
809
855
|
return pulumi.get(self, "pricing_cycle")
|
|
810
856
|
|
|
@@ -821,6 +867,9 @@ class Accelerator(pulumi.CustomResource):
|
|
|
821
867
|
def renewal_status(self) -> pulumi.Output[str]:
|
|
822
868
|
"""
|
|
823
869
|
Whether to renew an accelerator automatically or not. Default value: `Normal`. Valid values:
|
|
870
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
871
|
+
- `Normal`: Disable auto renewal.
|
|
872
|
+
- `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.
|
|
824
873
|
"""
|
|
825
874
|
return pulumi.get(self, "renewal_status")
|
|
826
875
|
|
|
@@ -50,6 +50,9 @@ class BandwidthPackageArgs:
|
|
|
50
50
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
51
51
|
:param pulumi.Input[int] ratio: The minimum percentage for the pay-by-95th-percentile metering method. Valid values: `30` to `100`. **NOTE:** `ratio` is valid only when `billing_type` is set to `PayBy95`.
|
|
52
52
|
:param pulumi.Input[str] renewal_status: Whether to renew a bandwidth packet. automatically or not. Valid values:
|
|
53
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
54
|
+
- `Normal`: Disable auto 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.
|
|
53
56
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
54
57
|
"""
|
|
55
58
|
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
@@ -271,6 +274,9 @@ class BandwidthPackageArgs:
|
|
|
271
274
|
def renewal_status(self) -> Optional[pulumi.Input[str]]:
|
|
272
275
|
"""
|
|
273
276
|
Whether to renew a bandwidth packet. automatically or not. Valid values:
|
|
277
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
278
|
+
- `Normal`: Disable auto renewal.
|
|
279
|
+
- `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.
|
|
274
280
|
"""
|
|
275
281
|
return pulumi.get(self, "renewal_status")
|
|
276
282
|
|
|
@@ -330,6 +336,9 @@ class _BandwidthPackageState:
|
|
|
330
336
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
331
337
|
:param pulumi.Input[int] ratio: The minimum percentage for the pay-by-95th-percentile metering method. Valid values: `30` to `100`. **NOTE:** `ratio` is valid only when `billing_type` is set to `PayBy95`.
|
|
332
338
|
:param pulumi.Input[str] renewal_status: Whether to renew a bandwidth packet. automatically or not. Valid values:
|
|
339
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
340
|
+
- `Normal`: Disable auto renewal.
|
|
341
|
+
- `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.
|
|
333
342
|
:param pulumi.Input[str] status: The status of the Bandwidth Package.
|
|
334
343
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
335
344
|
:param pulumi.Input[str] type: The type of the bandwidth packet. China station only supports return to basic. Valid values: `Basic`, `CrossDomain`.
|
|
@@ -545,6 +554,9 @@ class _BandwidthPackageState:
|
|
|
545
554
|
def renewal_status(self) -> Optional[pulumi.Input[str]]:
|
|
546
555
|
"""
|
|
547
556
|
Whether to renew a bandwidth packet. automatically or not. Valid values:
|
|
557
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
558
|
+
- `Normal`: Disable auto renewal.
|
|
559
|
+
- `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.
|
|
548
560
|
"""
|
|
549
561
|
return pulumi.get(self, "renewal_status")
|
|
550
562
|
|
|
@@ -664,6 +676,9 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
664
676
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
665
677
|
:param pulumi.Input[int] ratio: The minimum percentage for the pay-by-95th-percentile metering method. Valid values: `30` to `100`. **NOTE:** `ratio` is valid only when `billing_type` is set to `PayBy95`.
|
|
666
678
|
:param pulumi.Input[str] renewal_status: Whether to renew a bandwidth packet. automatically or not. Valid values:
|
|
679
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
680
|
+
- `Normal`: Disable auto renewal.
|
|
681
|
+
- `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.
|
|
667
682
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
668
683
|
:param pulumi.Input[str] type: The type of the bandwidth packet. China station only supports return to basic. Valid values: `Basic`, `CrossDomain`.
|
|
669
684
|
"""
|
|
@@ -821,6 +836,9 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
821
836
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
822
837
|
:param pulumi.Input[int] ratio: The minimum percentage for the pay-by-95th-percentile metering method. Valid values: `30` to `100`. **NOTE:** `ratio` is valid only when `billing_type` is set to `PayBy95`.
|
|
823
838
|
:param pulumi.Input[str] renewal_status: Whether to renew a bandwidth packet. automatically or not. Valid values:
|
|
839
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
840
|
+
- `Normal`: Disable auto renewal.
|
|
841
|
+
- `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.
|
|
824
842
|
:param pulumi.Input[str] status: The status of the Bandwidth Package.
|
|
825
843
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
826
844
|
:param pulumi.Input[str] type: The type of the bandwidth packet. China station only supports return to basic. Valid values: `Basic`, `CrossDomain`.
|
|
@@ -967,6 +985,9 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
967
985
|
def renewal_status(self) -> pulumi.Output[str]:
|
|
968
986
|
"""
|
|
969
987
|
Whether to renew a bandwidth packet. automatically or not. Valid values:
|
|
988
|
+
- `AutoRenewal`: Enable auto renewal.
|
|
989
|
+
- `Normal`: Disable auto renewal.
|
|
990
|
+
- `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.
|
|
970
991
|
"""
|
|
971
992
|
return pulumi.get(self, "renewal_status")
|
|
972
993
|
|
|
@@ -24,6 +24,9 @@ class CustomRoutingEndpointArgs:
|
|
|
24
24
|
:param pulumi.Input[str] endpoint_group_id: The ID of the endpoint group in which to create endpoints.
|
|
25
25
|
:param pulumi.Input[str] type: The backend service type of the endpoint. Valid values: `PrivateSubNet`.
|
|
26
26
|
:param pulumi.Input[str] traffic_to_endpoint_policy: The access policy of traffic to the endpoint. Default value: `DenyAll`. Valid values:
|
|
27
|
+
- `DenyAll`: denies all traffic to the endpoint.
|
|
28
|
+
- `AllowAll`: allows all traffic to the endpoint.
|
|
29
|
+
- `AllowCustom`: allows traffic only to specified destinations in the endpoint.
|
|
27
30
|
"""
|
|
28
31
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
29
32
|
pulumi.set(__self__, "endpoint_group_id", endpoint_group_id)
|
|
@@ -72,6 +75,9 @@ class CustomRoutingEndpointArgs:
|
|
|
72
75
|
def traffic_to_endpoint_policy(self) -> Optional[pulumi.Input[str]]:
|
|
73
76
|
"""
|
|
74
77
|
The access policy of traffic to the endpoint. Default value: `DenyAll`. Valid values:
|
|
78
|
+
- `DenyAll`: denies all traffic to the endpoint.
|
|
79
|
+
- `AllowAll`: allows all traffic to the endpoint.
|
|
80
|
+
- `AllowCustom`: allows traffic only to specified destinations in the endpoint.
|
|
75
81
|
"""
|
|
76
82
|
return pulumi.get(self, "traffic_to_endpoint_policy")
|
|
77
83
|
|
|
@@ -100,6 +106,9 @@ class _CustomRoutingEndpointState:
|
|
|
100
106
|
:param pulumi.Input[str] listener_id: The ID of the listener with which the endpoint is associated.
|
|
101
107
|
:param pulumi.Input[str] status: The status of the Custom Routing Endpoint.
|
|
102
108
|
:param pulumi.Input[str] traffic_to_endpoint_policy: The access policy of traffic to the endpoint. Default value: `DenyAll`. Valid values:
|
|
109
|
+
- `DenyAll`: denies all traffic to the endpoint.
|
|
110
|
+
- `AllowAll`: allows all traffic to the endpoint.
|
|
111
|
+
- `AllowCustom`: allows traffic only to specified destinations in the endpoint.
|
|
103
112
|
:param pulumi.Input[str] type: The backend service type of the endpoint. Valid values: `PrivateSubNet`.
|
|
104
113
|
"""
|
|
105
114
|
if accelerator_id is not None:
|
|
@@ -196,6 +205,9 @@ class _CustomRoutingEndpointState:
|
|
|
196
205
|
def traffic_to_endpoint_policy(self) -> Optional[pulumi.Input[str]]:
|
|
197
206
|
"""
|
|
198
207
|
The access policy of traffic to the endpoint. Default value: `DenyAll`. Valid values:
|
|
208
|
+
- `DenyAll`: denies all traffic to the endpoint.
|
|
209
|
+
- `AllowAll`: allows all traffic to the endpoint.
|
|
210
|
+
- `AllowCustom`: allows traffic only to specified destinations in the endpoint.
|
|
199
211
|
"""
|
|
200
212
|
return pulumi.get(self, "traffic_to_endpoint_policy")
|
|
201
213
|
|
|
@@ -301,6 +313,9 @@ class CustomRoutingEndpoint(pulumi.CustomResource):
|
|
|
301
313
|
:param pulumi.Input[str] endpoint: The ID of the endpoint (vSwitch).
|
|
302
314
|
:param pulumi.Input[str] endpoint_group_id: The ID of the endpoint group in which to create endpoints.
|
|
303
315
|
:param pulumi.Input[str] traffic_to_endpoint_policy: The access policy of traffic to the endpoint. Default value: `DenyAll`. Valid values:
|
|
316
|
+
- `DenyAll`: denies all traffic to the endpoint.
|
|
317
|
+
- `AllowAll`: allows all traffic to the endpoint.
|
|
318
|
+
- `AllowCustom`: allows traffic only to specified destinations in the endpoint.
|
|
304
319
|
:param pulumi.Input[str] type: The backend service type of the endpoint. Valid values: `PrivateSubNet`.
|
|
305
320
|
"""
|
|
306
321
|
...
|
|
@@ -453,6 +468,9 @@ class CustomRoutingEndpoint(pulumi.CustomResource):
|
|
|
453
468
|
:param pulumi.Input[str] listener_id: The ID of the listener with which the endpoint is associated.
|
|
454
469
|
:param pulumi.Input[str] status: The status of the Custom Routing Endpoint.
|
|
455
470
|
:param pulumi.Input[str] traffic_to_endpoint_policy: The access policy of traffic to the endpoint. Default value: `DenyAll`. Valid values:
|
|
471
|
+
- `DenyAll`: denies all traffic to the endpoint.
|
|
472
|
+
- `AllowAll`: allows all traffic to the endpoint.
|
|
473
|
+
- `AllowCustom`: allows traffic only to specified destinations in the endpoint.
|
|
456
474
|
:param pulumi.Input[str] type: The backend service type of the endpoint. Valid values: `PrivateSubNet`.
|
|
457
475
|
"""
|
|
458
476
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -522,6 +540,9 @@ class CustomRoutingEndpoint(pulumi.CustomResource):
|
|
|
522
540
|
def traffic_to_endpoint_policy(self) -> pulumi.Output[str]:
|
|
523
541
|
"""
|
|
524
542
|
The access policy of traffic to the endpoint. Default value: `DenyAll`. Valid values:
|
|
543
|
+
- `DenyAll`: denies all traffic to the endpoint.
|
|
544
|
+
- `AllowAll`: allows all traffic to the endpoint.
|
|
545
|
+
- `AllowCustom`: allows traffic only to specified destinations in the endpoint.
|
|
525
546
|
"""
|
|
526
547
|
return pulumi.get(self, "traffic_to_endpoint_policy")
|
|
527
548
|
|
|
@@ -49,6 +49,10 @@ class EndpointGroupArgs:
|
|
|
49
49
|
:param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
|
|
50
50
|
:param pulumi.Input[int] health_check_port: The port that is used for health checks.
|
|
51
51
|
:param pulumi.Input[str] health_check_protocol: The protocol that is used to connect to the targets for health checks. Valid values:
|
|
52
|
+
- `TCP` or `tcp`: TCP protocol.
|
|
53
|
+
- `HTTP` or `http`: HTTP protocol.
|
|
54
|
+
- `HTTPS` or `https`: HTTPS protocol.
|
|
55
|
+
> **NOTE:** From version 1.223.0, `health_check_protocol` can be set to `TCP`, `HTTP`, `HTTPS`.
|
|
52
56
|
:param pulumi.Input[str] name: The name of the endpoint group.
|
|
53
57
|
:param pulumi.Input['EndpointGroupPortOverridesArgs'] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
54
58
|
> **NOTE:** Port mapping is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. The listening port in the port map must be consistent with the listening port of the current listening instance.
|
|
@@ -226,6 +230,10 @@ class EndpointGroupArgs:
|
|
|
226
230
|
def health_check_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
227
231
|
"""
|
|
228
232
|
The protocol that is used to connect to the targets for health checks. Valid values:
|
|
233
|
+
- `TCP` or `tcp`: TCP protocol.
|
|
234
|
+
- `HTTP` or `http`: HTTP protocol.
|
|
235
|
+
- `HTTPS` or `https`: HTTPS protocol.
|
|
236
|
+
> **NOTE:** From version 1.223.0, `health_check_protocol` can be set to `TCP`, `HTTP`, `HTTPS`.
|
|
229
237
|
"""
|
|
230
238
|
return pulumi.get(self, "health_check_protocol")
|
|
231
239
|
|
|
@@ -333,6 +341,10 @@ class _EndpointGroupState:
|
|
|
333
341
|
:param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
|
|
334
342
|
:param pulumi.Input[int] health_check_port: The port that is used for health checks.
|
|
335
343
|
:param pulumi.Input[str] health_check_protocol: The protocol that is used to connect to the targets for health checks. Valid values:
|
|
344
|
+
- `TCP` or `tcp`: TCP protocol.
|
|
345
|
+
- `HTTP` or `http`: HTTP protocol.
|
|
346
|
+
- `HTTPS` or `https`: HTTPS protocol.
|
|
347
|
+
> **NOTE:** From version 1.223.0, `health_check_protocol` can be set to `TCP`, `HTTP`, `HTTPS`.
|
|
336
348
|
:param pulumi.Input[str] listener_id: The ID of the listener that is associated with the endpoint group.
|
|
337
349
|
:param pulumi.Input[str] name: The name of the endpoint group.
|
|
338
350
|
:param pulumi.Input['EndpointGroupPortOverridesArgs'] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
@@ -520,6 +532,10 @@ class _EndpointGroupState:
|
|
|
520
532
|
def health_check_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
521
533
|
"""
|
|
522
534
|
The protocol that is used to connect to the targets for health checks. Valid values:
|
|
535
|
+
- `TCP` or `tcp`: TCP protocol.
|
|
536
|
+
- `HTTP` or `http`: HTTP protocol.
|
|
537
|
+
- `HTTPS` or `https`: HTTPS protocol.
|
|
538
|
+
> **NOTE:** From version 1.223.0, `health_check_protocol` can be set to `TCP`, `HTTP`, `HTTPS`.
|
|
523
539
|
"""
|
|
524
540
|
return pulumi.get(self, "health_check_protocol")
|
|
525
541
|
|
|
@@ -719,6 +735,10 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
719
735
|
:param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
|
|
720
736
|
:param pulumi.Input[int] health_check_port: The port that is used for health checks.
|
|
721
737
|
:param pulumi.Input[str] health_check_protocol: The protocol that is used to connect to the targets for health checks. Valid values:
|
|
738
|
+
- `TCP` or `tcp`: TCP protocol.
|
|
739
|
+
- `HTTP` or `http`: HTTP protocol.
|
|
740
|
+
- `HTTPS` or `https`: HTTPS protocol.
|
|
741
|
+
> **NOTE:** From version 1.223.0, `health_check_protocol` can be set to `TCP`, `HTTP`, `HTTPS`.
|
|
722
742
|
:param pulumi.Input[str] listener_id: The ID of the listener that is associated with the endpoint group.
|
|
723
743
|
:param pulumi.Input[str] name: The name of the endpoint group.
|
|
724
744
|
:param pulumi.Input[pulumi.InputType['EndpointGroupPortOverridesArgs']] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
@@ -919,6 +939,10 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
919
939
|
:param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
|
|
920
940
|
:param pulumi.Input[int] health_check_port: The port that is used for health checks.
|
|
921
941
|
:param pulumi.Input[str] health_check_protocol: The protocol that is used to connect to the targets for health checks. Valid values:
|
|
942
|
+
- `TCP` or `tcp`: TCP protocol.
|
|
943
|
+
- `HTTP` or `http`: HTTP protocol.
|
|
944
|
+
- `HTTPS` or `https`: HTTPS protocol.
|
|
945
|
+
> **NOTE:** From version 1.223.0, `health_check_protocol` can be set to `TCP`, `HTTP`, `HTTPS`.
|
|
922
946
|
:param pulumi.Input[str] listener_id: The ID of the listener that is associated with the endpoint group.
|
|
923
947
|
:param pulumi.Input[str] name: The name of the endpoint group.
|
|
924
948
|
:param pulumi.Input[pulumi.InputType['EndpointGroupPortOverridesArgs']] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
@@ -1048,6 +1072,10 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
1048
1072
|
def health_check_protocol(self) -> pulumi.Output[Optional[str]]:
|
|
1049
1073
|
"""
|
|
1050
1074
|
The protocol that is used to connect to the targets for health checks. Valid values:
|
|
1075
|
+
- `TCP` or `tcp`: TCP protocol.
|
|
1076
|
+
- `HTTP` or `http`: HTTP protocol.
|
|
1077
|
+
- `HTTPS` or `https`: HTTPS protocol.
|
|
1078
|
+
> **NOTE:** From version 1.223.0, `health_check_protocol` can be set to `TCP`, `HTTP`, `HTTPS`.
|
|
1051
1079
|
"""
|
|
1052
1080
|
return pulumi.get(self, "health_check_protocol")
|
|
1053
1081
|
|
|
@@ -142,6 +142,8 @@ def get_accelerators(bandwidth_billing_type: Optional[str] = None,
|
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
:param str bandwidth_billing_type: The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
145
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
146
|
+
- `CDT`: billed based on data transfer.
|
|
145
147
|
:param Sequence[str] ids: A list of Accelerator IDs.
|
|
146
148
|
:param str name_regex: A regex string to filter results by Accelerator name.
|
|
147
149
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -193,6 +195,8 @@ def get_accelerators_output(bandwidth_billing_type: Optional[pulumi.Input[Option
|
|
|
193
195
|
|
|
194
196
|
|
|
195
197
|
:param str bandwidth_billing_type: The bandwidth billing method. Default value: `BandwidthPackage`. Valid values:
|
|
198
|
+
- `BandwidthPackage`: billed based on bandwidth plans.
|
|
199
|
+
- `CDT`: billed based on data transfer.
|
|
196
200
|
:param Sequence[str] ids: A list of Accelerator IDs.
|
|
197
201
|
:param str name_regex: A regex string to filter results by Accelerator name.
|
|
198
202
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
pulumi_alicloud/ga/get_acls.py
CHANGED
|
@@ -149,7 +149,7 @@ def get_acls(acl_name: Optional[str] = None,
|
|
|
149
149
|
:param Sequence[str] ids: A list of Acl IDs.
|
|
150
150
|
:param str name_regex: A regex string to filter results by Acl name.
|
|
151
151
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
152
|
-
:param str status: The status of the resource.
|
|
152
|
+
:param str status: The status of the resource. Valid values: `active`, `configuring`, `deleting`, `init`.
|
|
153
153
|
"""
|
|
154
154
|
__args__ = dict()
|
|
155
155
|
__args__['aclName'] = acl_name
|
|
@@ -206,6 +206,6 @@ def get_acls_output(acl_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
206
206
|
:param Sequence[str] ids: A list of Acl IDs.
|
|
207
207
|
:param str name_regex: A regex string to filter results by Acl name.
|
|
208
208
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
209
|
-
:param str status: The status of the resource.
|
|
209
|
+
:param str status: The status of the resource. Valid values: `active`, `configuring`, `deleting`, `init`.
|
|
210
210
|
"""
|
|
211
211
|
...
|
|
@@ -147,8 +147,8 @@ def get_bandwidth_packages(enable_details: Optional[bool] = None,
|
|
|
147
147
|
:param Sequence[str] ids: A list of Bandwidth Package IDs.
|
|
148
148
|
:param str name_regex: A regex string to filter results by Bandwidth Package name.
|
|
149
149
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
150
|
-
:param str status: The status of the bandwidth plan.
|
|
151
|
-
:param str type: The type of the bandwidth
|
|
150
|
+
:param str status: The status of the bandwidth plan. Valid values: `active`, `binded`, `binding`, `finacialLocked`, `init`, `unbinding`, `updating`.
|
|
151
|
+
:param str type: The type of the bandwidth plan. Valid values: `Basic`, `CrossDomain`.
|
|
152
152
|
"""
|
|
153
153
|
__args__ = dict()
|
|
154
154
|
__args__['enableDetails'] = enable_details
|
|
@@ -203,7 +203,7 @@ def get_bandwidth_packages_output(enable_details: Optional[pulumi.Input[Optional
|
|
|
203
203
|
:param Sequence[str] ids: A list of Bandwidth Package IDs.
|
|
204
204
|
:param str name_regex: A regex string to filter results by Bandwidth Package name.
|
|
205
205
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
206
|
-
:param str status: The status of the bandwidth plan.
|
|
207
|
-
:param str type: The type of the bandwidth
|
|
206
|
+
:param str status: The status of the bandwidth plan. Valid values: `active`, `binded`, `binding`, `finacialLocked`, `init`, `unbinding`, `updating`.
|
|
207
|
+
:param str type: The type of the bandwidth plan. Valid values: `Basic`, `CrossDomain`.
|
|
208
208
|
"""
|
|
209
209
|
...
|
|
@@ -117,7 +117,7 @@ def get_ip_sets(accelerator_id: Optional[str] = None,
|
|
|
117
117
|
:param str accelerator_id: The ID of the Global Accelerator (GA) instance.
|
|
118
118
|
:param Sequence[str] ids: A list of Ip Set IDs.
|
|
119
119
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
120
|
-
:param str status: The status of the acceleration region.
|
|
120
|
+
:param str status: The status of the acceleration region. Valid values: `active`, `deleting`, `init`, `updating`.
|
|
121
121
|
"""
|
|
122
122
|
__args__ = dict()
|
|
123
123
|
__args__['acceleratorId'] = accelerator_id
|
|
@@ -164,6 +164,6 @@ def get_ip_sets_output(accelerator_id: Optional[pulumi.Input[str]] = None,
|
|
|
164
164
|
:param str accelerator_id: The ID of the Global Accelerator (GA) instance.
|
|
165
165
|
:param Sequence[str] ids: A list of Ip Set IDs.
|
|
166
166
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
167
|
-
:param str status: The status of the acceleration region.
|
|
167
|
+
:param str status: The status of the acceleration region. Valid values: `active`, `deleting`, `init`, `updating`.
|
|
168
168
|
"""
|
|
169
169
|
...
|
|
@@ -138,7 +138,7 @@ def get_listeners(accelerator_id: Optional[str] = None,
|
|
|
138
138
|
:param Sequence[str] ids: A list of Listener IDs.
|
|
139
139
|
:param str name_regex: A regex string to filter results by Listener name.
|
|
140
140
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
141
|
-
:param str status: The status of the listener.
|
|
141
|
+
:param str status: The status of the listener. Valid values: `active`, `configuring`, `creating`.
|
|
142
142
|
"""
|
|
143
143
|
__args__ = dict()
|
|
144
144
|
__args__['acceleratorId'] = accelerator_id
|
|
@@ -191,6 +191,6 @@ def get_listeners_output(accelerator_id: Optional[pulumi.Input[str]] = None,
|
|
|
191
191
|
:param Sequence[str] ids: A list of Listener IDs.
|
|
192
192
|
:param str name_regex: A regex string to filter results by Listener name.
|
|
193
193
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
194
|
-
:param str status: The status of the listener.
|
|
194
|
+
:param str status: The status of the listener. Valid values: `active`, `configuring`, `creating`.
|
|
195
195
|
"""
|
|
196
196
|
...
|