pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716959723__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.0a1716959723.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/RECORD +247 -247
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716959723.dist-info}/top_level.txt +0 -0
|
@@ -155,12 +155,12 @@ def get_public_ip_address_pools(ids: Optional[Sequence[str]] = None,
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
:param Sequence[str] ids: A list of Vpc Public Ip Address Pool IDs.
|
|
158
|
-
:param str isp: The Internet service provider.
|
|
158
|
+
:param str isp: The Internet service provider. Valid values: `BGP`, `BGP_PRO`, `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`.
|
|
159
159
|
:param str name_regex: A regex string to filter results by Vpc Public Ip Address Pool name.
|
|
160
160
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
161
161
|
:param Sequence[str] public_ip_address_pool_ids: The IDs of the Vpc Public IP address pools.
|
|
162
|
-
:param str public_ip_address_pool_name: The name of the
|
|
163
|
-
:param str status: The status of the Vpc Public Ip Address Pool.
|
|
162
|
+
:param str public_ip_address_pool_name: The name of the VPC Public IP address pool.
|
|
163
|
+
:param str status: The status of the Vpc Public Ip Address Pool. Valid values: `Created`, `Deleting`, `Modifying`.
|
|
164
164
|
"""
|
|
165
165
|
__args__ = dict()
|
|
166
166
|
__args__['ids'] = ids
|
|
@@ -216,11 +216,11 @@ def get_public_ip_address_pools_output(ids: Optional[pulumi.Input[Optional[Seque
|
|
|
216
216
|
|
|
217
217
|
|
|
218
218
|
:param Sequence[str] ids: A list of Vpc Public Ip Address Pool IDs.
|
|
219
|
-
:param str isp: The Internet service provider.
|
|
219
|
+
:param str isp: The Internet service provider. Valid values: `BGP`, `BGP_PRO`, `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`.
|
|
220
220
|
:param str name_regex: A regex string to filter results by Vpc Public Ip Address Pool name.
|
|
221
221
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
222
222
|
:param Sequence[str] public_ip_address_pool_ids: The IDs of the Vpc Public IP address pools.
|
|
223
|
-
:param str public_ip_address_pool_name: The name of the
|
|
224
|
-
:param str status: The status of the Vpc Public Ip Address Pool.
|
|
223
|
+
:param str public_ip_address_pool_name: The name of the VPC Public IP address pool.
|
|
224
|
+
:param str status: The status of the Vpc Public Ip Address Pool. Valid values: `Created`, `Deleting`, `Modifying`.
|
|
225
225
|
"""
|
|
226
226
|
...
|
|
@@ -121,7 +121,7 @@ def get_traffic_mirror_filter_egress_rules(ids: Optional[Sequence[str]] = None,
|
|
|
121
121
|
:param Sequence[str] ids: A list of Traffic Mirror Filter Egress Rule IDs.
|
|
122
122
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
123
123
|
:param str status: The status of the resource. Valid values:`Creating`, `Created`, `Modifying` and `Deleting`.
|
|
124
|
-
:param str traffic_mirror_filter_id: The ID of the
|
|
124
|
+
:param str traffic_mirror_filter_id: The ID of the Traffic Mirror Filter.
|
|
125
125
|
"""
|
|
126
126
|
__args__ = dict()
|
|
127
127
|
__args__['ids'] = ids
|
|
@@ -172,6 +172,6 @@ def get_traffic_mirror_filter_egress_rules_output(ids: Optional[pulumi.Input[Opt
|
|
|
172
172
|
:param Sequence[str] ids: A list of Traffic Mirror Filter Egress Rule IDs.
|
|
173
173
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
174
174
|
:param str status: The status of the resource. Valid values:`Creating`, `Created`, `Modifying` and `Deleting`.
|
|
175
|
-
:param str traffic_mirror_filter_id: The ID of the
|
|
175
|
+
:param str traffic_mirror_filter_id: The ID of the Traffic Mirror Filter.
|
|
176
176
|
"""
|
|
177
177
|
...
|
|
@@ -121,7 +121,7 @@ def get_traffic_mirror_filter_ingress_rules(ids: Optional[Sequence[str]] = None,
|
|
|
121
121
|
:param Sequence[str] ids: A list of Traffic Mirror Filter Ingress Rule IDs.
|
|
122
122
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
123
123
|
:param str status: The status of the resource. Valid values:`Creating`, `Created`, `Modifying` and `Deleting`.
|
|
124
|
-
:param str traffic_mirror_filter_id: The ID of the
|
|
124
|
+
:param str traffic_mirror_filter_id: The ID of the Traffic Mirror Filter.
|
|
125
125
|
"""
|
|
126
126
|
__args__ = dict()
|
|
127
127
|
__args__['ids'] = ids
|
|
@@ -172,6 +172,6 @@ def get_traffic_mirror_filter_ingress_rules_output(ids: Optional[pulumi.Input[Op
|
|
|
172
172
|
:param Sequence[str] ids: A list of Traffic Mirror Filter Ingress Rule IDs.
|
|
173
173
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
174
174
|
:param str status: The status of the resource. Valid values:`Creating`, `Created`, `Modifying` and `Deleting`.
|
|
175
|
-
:param str traffic_mirror_filter_id: The ID of the
|
|
175
|
+
:param str traffic_mirror_filter_id: The ID of the Traffic Mirror Filter.
|
|
176
176
|
"""
|
|
177
177
|
...
|
|
@@ -142,7 +142,7 @@ def get_traffic_mirror_filters(ids: Optional[Sequence[str]] = None,
|
|
|
142
142
|
:param str name_regex: A regex string to filter results by Traffic Mirror Filter name.
|
|
143
143
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
144
144
|
:param str status: The state of the filter. Valid values:`Creating`, `Created`, `Modifying` and `Deleting`. `Creating`: The filter is being created. `Created`: The filter is created. `Modifying`: The filter is being modified. `Deleting`: The filter is being deleted.
|
|
145
|
-
:param str traffic_mirror_filter_name: The name of the filter.
|
|
145
|
+
:param str traffic_mirror_filter_name: The name of the filter. The name must be `2` to `128` characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
|
|
146
146
|
"""
|
|
147
147
|
__args__ = dict()
|
|
148
148
|
__args__['ids'] = ids
|
|
@@ -199,6 +199,6 @@ def get_traffic_mirror_filters_output(ids: Optional[pulumi.Input[Optional[Sequen
|
|
|
199
199
|
:param str name_regex: A regex string to filter results by Traffic Mirror Filter name.
|
|
200
200
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
201
201
|
:param str status: The state of the filter. Valid values:`Creating`, `Created`, `Modifying` and `Deleting`. `Creating`: The filter is being created. `Created`: The filter is created. `Modifying`: The filter is being modified. `Deleting`: The filter is being deleted.
|
|
202
|
-
:param str traffic_mirror_filter_name: The name of the filter.
|
|
202
|
+
:param str traffic_mirror_filter_name: The name of the filter. The name must be `2` to `128` characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
|
|
203
203
|
"""
|
|
204
204
|
...
|
|
@@ -205,14 +205,14 @@ def get_traffic_mirror_sessions(enabled: Optional[bool] = None,
|
|
|
205
205
|
```
|
|
206
206
|
|
|
207
207
|
|
|
208
|
-
:param bool enabled:
|
|
208
|
+
:param bool enabled: Specifies whether to enable traffic mirror sessions. default to `false`.
|
|
209
209
|
:param Sequence[str] ids: A list of Traffic Mirror Session IDs.
|
|
210
210
|
:param str name_regex: A regex string to filter results by Traffic Mirror Session name.
|
|
211
211
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
212
|
-
:param int priority: The priority of the traffic mirror session. A smaller value indicates a higher priority.
|
|
212
|
+
:param int priority: The priority of the traffic mirror session. Valid values: `1` to `32766`. A smaller value indicates a higher priority. You cannot specify the same priority for traffic mirror sessions that are created in the same region with the same Alibaba Cloud account.
|
|
213
213
|
:param str status: The state of the traffic mirror session. Valid values: `Creating`, `Created`, `Modifying` and `Deleting`.
|
|
214
214
|
:param str traffic_mirror_filter_id: The ID of the filter.
|
|
215
|
-
:param str traffic_mirror_session_name: The name of the traffic mirror session.
|
|
215
|
+
:param str traffic_mirror_session_name: The name of the traffic mirror session. The name must be `2` to `128` characters in length and can contain digits, underscores (_), and hyphens (-). It must start with a letter.
|
|
216
216
|
:param str traffic_mirror_source_id: The ID of the mirror source. You can specify only an elastic network interface (ENI) as the mirror source.
|
|
217
217
|
:param str traffic_mirror_target_id: The ID of the mirror destination. You can specify only an ENI or a Server Load Balancer (SLB) instance as a mirror destination.
|
|
218
218
|
"""
|
|
@@ -299,14 +299,14 @@ def get_traffic_mirror_sessions_output(enabled: Optional[pulumi.Input[Optional[b
|
|
|
299
299
|
```
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
:param bool enabled:
|
|
302
|
+
:param bool enabled: Specifies whether to enable traffic mirror sessions. default to `false`.
|
|
303
303
|
:param Sequence[str] ids: A list of Traffic Mirror Session IDs.
|
|
304
304
|
:param str name_regex: A regex string to filter results by Traffic Mirror Session name.
|
|
305
305
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
306
|
-
:param int priority: The priority of the traffic mirror session. A smaller value indicates a higher priority.
|
|
306
|
+
:param int priority: The priority of the traffic mirror session. Valid values: `1` to `32766`. A smaller value indicates a higher priority. You cannot specify the same priority for traffic mirror sessions that are created in the same region with the same Alibaba Cloud account.
|
|
307
307
|
:param str status: The state of the traffic mirror session. Valid values: `Creating`, `Created`, `Modifying` and `Deleting`.
|
|
308
308
|
:param str traffic_mirror_filter_id: The ID of the filter.
|
|
309
|
-
:param str traffic_mirror_session_name: The name of the traffic mirror session.
|
|
309
|
+
:param str traffic_mirror_session_name: The name of the traffic mirror session. The name must be `2` to `128` characters in length and can contain digits, underscores (_), and hyphens (-). It must start with a letter.
|
|
310
310
|
:param str traffic_mirror_source_id: The ID of the mirror source. You can specify only an elastic network interface (ENI) as the mirror source.
|
|
311
311
|
:param str traffic_mirror_target_id: The ID of the mirror destination. You can specify only an ENI or a Server Load Balancer (SLB) instance as a mirror destination.
|
|
312
312
|
"""
|
|
@@ -201,9 +201,9 @@ def get_vpc_flow_logs(description: Optional[str] = None,
|
|
|
201
201
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
202
202
|
:param str project_name: The project name.
|
|
203
203
|
:param str resource_id: The resource id.
|
|
204
|
-
:param str resource_type: The resource type.
|
|
205
|
-
:param str status: The status of
|
|
206
|
-
:param str traffic_type: The traffic type.
|
|
204
|
+
:param str resource_type: The resource type. Valid values: `NetworkInterface`, `VPC`, `VSwitch`.
|
|
205
|
+
:param str status: The status of flow log. Valid values: `Active`, `Inactive`.
|
|
206
|
+
:param str traffic_type: The traffic type. Valid values: `All`, `Allow`, `Drop`.
|
|
207
207
|
"""
|
|
208
208
|
__args__ = dict()
|
|
209
209
|
__args__['description'] = description
|
|
@@ -277,8 +277,8 @@ def get_vpc_flow_logs_output(description: Optional[pulumi.Input[Optional[str]]]
|
|
|
277
277
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
278
278
|
:param str project_name: The project name.
|
|
279
279
|
:param str resource_id: The resource id.
|
|
280
|
-
:param str resource_type: The resource type.
|
|
281
|
-
:param str status: The status of
|
|
282
|
-
:param str traffic_type: The traffic type.
|
|
280
|
+
:param str resource_type: The resource type. Valid values: `NetworkInterface`, `VPC`, `VSwitch`.
|
|
281
|
+
:param str status: The status of flow log. Valid values: `Active`, `Inactive`.
|
|
282
|
+
:param str traffic_type: The traffic type. Valid values: `All`, `Allow`, `Drop`.
|
|
283
283
|
"""
|
|
284
284
|
...
|
pulumi_alicloud/vpc/ha_vip.py
CHANGED
|
@@ -158,6 +158,8 @@ class _HAVipState:
|
|
|
158
158
|
Input properties used for looking up and filtering HAVip resources.
|
|
159
159
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] associated_eip_addresses: The elastic IP address (EIP) associated with the HAVIP.
|
|
160
160
|
:param pulumi.Input[str] associated_instance_type: The type of the instance with which the HAVIP is associated. Valid values:
|
|
161
|
+
- `EcsInstance`: an ECS instance.
|
|
162
|
+
- `NetworkInterface`: an ENI.
|
|
161
163
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] associated_instances: The ID of the instance with which the HAVIP is associated.
|
|
162
164
|
:param pulumi.Input[str] create_time: The time when the HAVIP was created.
|
|
163
165
|
:param pulumi.Input[str] description: The description of the HaVip instance.
|
|
@@ -223,6 +225,8 @@ class _HAVipState:
|
|
|
223
225
|
def associated_instance_type(self) -> Optional[pulumi.Input[str]]:
|
|
224
226
|
"""
|
|
225
227
|
The type of the instance with which the HAVIP is associated. Valid values:
|
|
228
|
+
- `EcsInstance`: an ECS instance.
|
|
229
|
+
- `NetworkInterface`: an ENI.
|
|
226
230
|
"""
|
|
227
231
|
return pulumi.get(self, "associated_instance_type")
|
|
228
232
|
|
|
@@ -571,6 +575,8 @@ class HAVip(pulumi.CustomResource):
|
|
|
571
575
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
572
576
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] associated_eip_addresses: The elastic IP address (EIP) associated with the HAVIP.
|
|
573
577
|
:param pulumi.Input[str] associated_instance_type: The type of the instance with which the HAVIP is associated. Valid values:
|
|
578
|
+
- `EcsInstance`: an ECS instance.
|
|
579
|
+
- `NetworkInterface`: an ENI.
|
|
574
580
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] associated_instances: The ID of the instance with which the HAVIP is associated.
|
|
575
581
|
:param pulumi.Input[str] create_time: The time when the HAVIP was created.
|
|
576
582
|
:param pulumi.Input[str] description: The description of the HaVip instance.
|
|
@@ -619,6 +625,8 @@ class HAVip(pulumi.CustomResource):
|
|
|
619
625
|
def associated_instance_type(self) -> pulumi.Output[str]:
|
|
620
626
|
"""
|
|
621
627
|
The type of the instance with which the HAVIP is associated. Valid values:
|
|
628
|
+
- `EcsInstance`: an ECS instance.
|
|
629
|
+
- `NetworkInterface`: an ENI.
|
|
622
630
|
"""
|
|
623
631
|
return pulumi.get(self, "associated_instance_type")
|
|
624
632
|
|
|
@@ -40,6 +40,8 @@ class NatGatewayArgs:
|
|
|
40
40
|
:param pulumi.Input[str] description: Description of the nat gateway, This description can have a string of 2 to 256 characters, It cannot begin with http:// or https://. Defaults to null.
|
|
41
41
|
:param pulumi.Input[bool] dry_run: Specifies whether to only precheck this request. Default value: `false`.
|
|
42
42
|
:param pulumi.Input[str] eip_bind_mode: The EIP binding mode of the NAT gateway. Default value: `MULTI_BINDED`. Valid values:
|
|
43
|
+
- `MULTI_BINDED`: Multi EIP network card visible mode.
|
|
44
|
+
- `NAT`: EIP normal mode, compatible with IPv4 gateway.
|
|
43
45
|
:param pulumi.Input[bool] force: Specifies whether to forcefully delete the NAT gateway.
|
|
44
46
|
:param pulumi.Input[str] instance_charge_type: Field `instance_charge_type` has been deprecated from provider version 1.121.0. New field `payment_type` instead.
|
|
45
47
|
:param pulumi.Input[str] internet_charge_type: The internet charge type. Valid values `PayByLcu` and `PayBySpec`. The `PayByLcu` is only support enhanced NAT. **NOTE:** From 1.137.0+, The `PayBySpec` has been deprecated.
|
|
@@ -143,6 +145,8 @@ class NatGatewayArgs:
|
|
|
143
145
|
def eip_bind_mode(self) -> Optional[pulumi.Input[str]]:
|
|
144
146
|
"""
|
|
145
147
|
The EIP binding mode of the NAT gateway. Default value: `MULTI_BINDED`. Valid values:
|
|
148
|
+
- `MULTI_BINDED`: Multi EIP network card visible mode.
|
|
149
|
+
- `NAT`: EIP normal mode, compatible with IPv4 gateway.
|
|
146
150
|
"""
|
|
147
151
|
return pulumi.get(self, "eip_bind_mode")
|
|
148
152
|
|
|
@@ -327,6 +331,8 @@ class _NatGatewayState:
|
|
|
327
331
|
:param pulumi.Input[str] description: Description of the nat gateway, This description can have a string of 2 to 256 characters, It cannot begin with http:// or https://. Defaults to null.
|
|
328
332
|
:param pulumi.Input[bool] dry_run: Specifies whether to only precheck this request. Default value: `false`.
|
|
329
333
|
:param pulumi.Input[str] eip_bind_mode: The EIP binding mode of the NAT gateway. Default value: `MULTI_BINDED`. Valid values:
|
|
334
|
+
- `MULTI_BINDED`: Multi EIP network card visible mode.
|
|
335
|
+
- `NAT`: EIP normal mode, compatible with IPv4 gateway.
|
|
330
336
|
:param pulumi.Input[bool] force: Specifies whether to forcefully delete the NAT gateway.
|
|
331
337
|
:param pulumi.Input[str] forward_table_ids: The nat gateway will auto create a forward item.
|
|
332
338
|
:param pulumi.Input[str] instance_charge_type: Field `instance_charge_type` has been deprecated from provider version 1.121.0. New field `payment_type` instead.
|
|
@@ -429,6 +435,8 @@ class _NatGatewayState:
|
|
|
429
435
|
def eip_bind_mode(self) -> Optional[pulumi.Input[str]]:
|
|
430
436
|
"""
|
|
431
437
|
The EIP binding mode of the NAT gateway. Default value: `MULTI_BINDED`. Valid values:
|
|
438
|
+
- `MULTI_BINDED`: Multi EIP network card visible mode.
|
|
439
|
+
- `NAT`: EIP normal mode, compatible with IPv4 gateway.
|
|
432
440
|
"""
|
|
433
441
|
return pulumi.get(self, "eip_bind_mode")
|
|
434
442
|
|
|
@@ -670,6 +678,8 @@ class NatGateway(pulumi.CustomResource):
|
|
|
670
678
|
:param pulumi.Input[str] description: Description of the nat gateway, This description can have a string of 2 to 256 characters, It cannot begin with http:// or https://. Defaults to null.
|
|
671
679
|
:param pulumi.Input[bool] dry_run: Specifies whether to only precheck this request. Default value: `false`.
|
|
672
680
|
:param pulumi.Input[str] eip_bind_mode: The EIP binding mode of the NAT gateway. Default value: `MULTI_BINDED`. Valid values:
|
|
681
|
+
- `MULTI_BINDED`: Multi EIP network card visible mode.
|
|
682
|
+
- `NAT`: EIP normal mode, compatible with IPv4 gateway.
|
|
673
683
|
:param pulumi.Input[bool] force: Specifies whether to forcefully delete the NAT gateway.
|
|
674
684
|
:param pulumi.Input[str] instance_charge_type: Field `instance_charge_type` has been deprecated from provider version 1.121.0. New field `payment_type` instead.
|
|
675
685
|
:param pulumi.Input[str] internet_charge_type: The internet charge type. Valid values `PayByLcu` and `PayBySpec`. The `PayByLcu` is only support enhanced NAT. **NOTE:** From 1.137.0+, The `PayBySpec` has been deprecated.
|
|
@@ -806,6 +816,8 @@ class NatGateway(pulumi.CustomResource):
|
|
|
806
816
|
:param pulumi.Input[str] description: Description of the nat gateway, This description can have a string of 2 to 256 characters, It cannot begin with http:// or https://. Defaults to null.
|
|
807
817
|
:param pulumi.Input[bool] dry_run: Specifies whether to only precheck this request. Default value: `false`.
|
|
808
818
|
:param pulumi.Input[str] eip_bind_mode: The EIP binding mode of the NAT gateway. Default value: `MULTI_BINDED`. Valid values:
|
|
819
|
+
- `MULTI_BINDED`: Multi EIP network card visible mode.
|
|
820
|
+
- `NAT`: EIP normal mode, compatible with IPv4 gateway.
|
|
809
821
|
:param pulumi.Input[bool] force: Specifies whether to forcefully delete the NAT gateway.
|
|
810
822
|
:param pulumi.Input[str] forward_table_ids: The nat gateway will auto create a forward item.
|
|
811
823
|
:param pulumi.Input[str] instance_charge_type: Field `instance_charge_type` has been deprecated from provider version 1.121.0. New field `payment_type` instead.
|
|
@@ -881,6 +893,8 @@ class NatGateway(pulumi.CustomResource):
|
|
|
881
893
|
def eip_bind_mode(self) -> pulumi.Output[str]:
|
|
882
894
|
"""
|
|
883
895
|
The EIP binding mode of the NAT gateway. Default value: `MULTI_BINDED`. Valid values:
|
|
896
|
+
- `MULTI_BINDED`: Multi EIP network card visible mode.
|
|
897
|
+
- `NAT`: EIP normal mode, compatible with IPv4 gateway.
|
|
884
898
|
"""
|
|
885
899
|
return pulumi.get(self, "eip_bind_mode")
|
|
886
900
|
|
pulumi_alicloud/vpc/outputs.py
CHANGED
|
@@ -3504,7 +3504,7 @@ class GetNetworkAclsAclResult(dict):
|
|
|
3504
3504
|
status: str,
|
|
3505
3505
|
vpc_id: str):
|
|
3506
3506
|
"""
|
|
3507
|
-
:param str description: Description of
|
|
3507
|
+
:param str description: Description of network ACL information.
|
|
3508
3508
|
:param Sequence['GetNetworkAclsAclEgressAclEntryArgs'] egress_acl_entries: Output direction rule information.
|
|
3509
3509
|
:param str id: The ID of the Network Acl.
|
|
3510
3510
|
:param Sequence['GetNetworkAclsAclIngressAclEntryArgs'] ingress_acl_entries: Entry direction rule information.
|
|
@@ -3528,7 +3528,7 @@ class GetNetworkAclsAclResult(dict):
|
|
|
3528
3528
|
@pulumi.getter
|
|
3529
3529
|
def description(self) -> str:
|
|
3530
3530
|
"""
|
|
3531
|
-
Description of
|
|
3531
|
+
Description of network ACL information.
|
|
3532
3532
|
"""
|
|
3533
3533
|
return pulumi.get(self, "description")
|
|
3534
3534
|
|
|
@@ -3607,12 +3607,12 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
|
|
|
3607
3607
|
port: str,
|
|
3608
3608
|
protocol: str):
|
|
3609
3609
|
"""
|
|
3610
|
-
:param str description:
|
|
3610
|
+
:param str description: Give the description information of the direction rule.
|
|
3611
3611
|
:param str destination_cidr_ip: The destination address segment.
|
|
3612
|
-
:param str network_acl_entry_name: The name of the entry direction rule
|
|
3613
|
-
:param str policy: The
|
|
3614
|
-
:param str port:
|
|
3615
|
-
:param str protocol: Transport
|
|
3612
|
+
:param str network_acl_entry_name: The name of the entry for the direction rule.
|
|
3613
|
+
:param str policy: The authorization policy.
|
|
3614
|
+
:param str port: Destination port range.
|
|
3615
|
+
:param str protocol: Transport layer protocol.
|
|
3616
3616
|
"""
|
|
3617
3617
|
pulumi.set(__self__, "description", description)
|
|
3618
3618
|
pulumi.set(__self__, "destination_cidr_ip", destination_cidr_ip)
|
|
@@ -3625,7 +3625,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
|
|
|
3625
3625
|
@pulumi.getter
|
|
3626
3626
|
def description(self) -> str:
|
|
3627
3627
|
"""
|
|
3628
|
-
|
|
3628
|
+
Give the description information of the direction rule.
|
|
3629
3629
|
"""
|
|
3630
3630
|
return pulumi.get(self, "description")
|
|
3631
3631
|
|
|
@@ -3641,7 +3641,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
|
|
|
3641
3641
|
@pulumi.getter(name="networkAclEntryName")
|
|
3642
3642
|
def network_acl_entry_name(self) -> str:
|
|
3643
3643
|
"""
|
|
3644
|
-
The name of the entry direction rule
|
|
3644
|
+
The name of the entry for the direction rule.
|
|
3645
3645
|
"""
|
|
3646
3646
|
return pulumi.get(self, "network_acl_entry_name")
|
|
3647
3647
|
|
|
@@ -3649,7 +3649,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
|
|
|
3649
3649
|
@pulumi.getter
|
|
3650
3650
|
def policy(self) -> str:
|
|
3651
3651
|
"""
|
|
3652
|
-
The
|
|
3652
|
+
The authorization policy.
|
|
3653
3653
|
"""
|
|
3654
3654
|
return pulumi.get(self, "policy")
|
|
3655
3655
|
|
|
@@ -3657,7 +3657,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
|
|
|
3657
3657
|
@pulumi.getter
|
|
3658
3658
|
def port(self) -> str:
|
|
3659
3659
|
"""
|
|
3660
|
-
|
|
3660
|
+
Destination port range.
|
|
3661
3661
|
"""
|
|
3662
3662
|
return pulumi.get(self, "port")
|
|
3663
3663
|
|
|
@@ -3665,7 +3665,7 @@ class GetNetworkAclsAclEgressAclEntryResult(dict):
|
|
|
3665
3665
|
@pulumi.getter
|
|
3666
3666
|
def protocol(self) -> str:
|
|
3667
3667
|
"""
|
|
3668
|
-
Transport
|
|
3668
|
+
Transport layer protocol.
|
|
3669
3669
|
"""
|
|
3670
3670
|
return pulumi.get(self, "protocol")
|
|
3671
3671
|
|
|
@@ -3752,7 +3752,7 @@ class GetNetworkAclsAclResourceResult(dict):
|
|
|
3752
3752
|
"""
|
|
3753
3753
|
:param str resource_id: The ID of the associated resource.
|
|
3754
3754
|
:param str resource_type: The type of the associated resource.
|
|
3755
|
-
:param str status: The state of the
|
|
3755
|
+
:param str status: The state of the associated resource.
|
|
3756
3756
|
"""
|
|
3757
3757
|
pulumi.set(__self__, "resource_id", resource_id)
|
|
3758
3758
|
pulumi.set(__self__, "resource_type", resource_type)
|
|
@@ -3778,7 +3778,7 @@ class GetNetworkAclsAclResourceResult(dict):
|
|
|
3778
3778
|
@pulumi.getter
|
|
3779
3779
|
def status(self) -> str:
|
|
3780
3780
|
"""
|
|
3781
|
-
The state of the
|
|
3781
|
+
The state of the associated resource.
|
|
3782
3782
|
"""
|
|
3783
3783
|
return pulumi.get(self, "status")
|
|
3784
3784
|
|
|
@@ -27,6 +27,16 @@ class RouteEntryArgs:
|
|
|
27
27
|
:param pulumi.Input[str] name: The name of the route entry. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
28
28
|
:param pulumi.Input[str] nexthop_id: The route entry's next hop. ECS instance ID or VPC router interface ID.
|
|
29
29
|
:param pulumi.Input[str] nexthop_type: The next hop type. Available values:
|
|
30
|
+
- `Instance` (Default): an Elastic Compute Service (ECS) instance. This is the default value.
|
|
31
|
+
- `RouterInterface`: a router interface.
|
|
32
|
+
- `VpnGateway`: a VPN Gateway.
|
|
33
|
+
- `HaVip`: a high-availability virtual IP address (HAVIP).
|
|
34
|
+
- `NetworkInterface`: an elastic network interface (ENI).
|
|
35
|
+
- `NatGateway`: a Nat Gateway.
|
|
36
|
+
- `IPv6Gateway`: an IPv6 gateway.
|
|
37
|
+
- `Attachment`: a transit router.
|
|
38
|
+
- `VpcPeer`: a VPC Peering Connection.
|
|
39
|
+
- `Ipv4Gateway` (Available in 1.193.0+): an IPv4 gateway.
|
|
30
40
|
:param pulumi.Input[str] router_id: This argument has been deprecated. Please use other arguments to launch a custom route entry.
|
|
31
41
|
"""
|
|
32
42
|
pulumi.set(__self__, "route_table_id", route_table_id)
|
|
@@ -97,6 +107,16 @@ class RouteEntryArgs:
|
|
|
97
107
|
def nexthop_type(self) -> Optional[pulumi.Input[str]]:
|
|
98
108
|
"""
|
|
99
109
|
The next hop type. Available values:
|
|
110
|
+
- `Instance` (Default): an Elastic Compute Service (ECS) instance. This is the default value.
|
|
111
|
+
- `RouterInterface`: a router interface.
|
|
112
|
+
- `VpnGateway`: a VPN Gateway.
|
|
113
|
+
- `HaVip`: a high-availability virtual IP address (HAVIP).
|
|
114
|
+
- `NetworkInterface`: an elastic network interface (ENI).
|
|
115
|
+
- `NatGateway`: a Nat Gateway.
|
|
116
|
+
- `IPv6Gateway`: an IPv6 gateway.
|
|
117
|
+
- `Attachment`: a transit router.
|
|
118
|
+
- `VpcPeer`: a VPC Peering Connection.
|
|
119
|
+
- `Ipv4Gateway` (Available in 1.193.0+): an IPv4 gateway.
|
|
100
120
|
"""
|
|
101
121
|
return pulumi.get(self, "nexthop_type")
|
|
102
122
|
|
|
@@ -135,6 +155,16 @@ class _RouteEntryState:
|
|
|
135
155
|
:param pulumi.Input[str] name: The name of the route entry. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
136
156
|
:param pulumi.Input[str] nexthop_id: The route entry's next hop. ECS instance ID or VPC router interface ID.
|
|
137
157
|
:param pulumi.Input[str] nexthop_type: The next hop type. Available values:
|
|
158
|
+
- `Instance` (Default): an Elastic Compute Service (ECS) instance. This is the default value.
|
|
159
|
+
- `RouterInterface`: a router interface.
|
|
160
|
+
- `VpnGateway`: a VPN Gateway.
|
|
161
|
+
- `HaVip`: a high-availability virtual IP address (HAVIP).
|
|
162
|
+
- `NetworkInterface`: an elastic network interface (ENI).
|
|
163
|
+
- `NatGateway`: a Nat Gateway.
|
|
164
|
+
- `IPv6Gateway`: an IPv6 gateway.
|
|
165
|
+
- `Attachment`: a transit router.
|
|
166
|
+
- `VpcPeer`: a VPC Peering Connection.
|
|
167
|
+
- `Ipv4Gateway` (Available in 1.193.0+): an IPv4 gateway.
|
|
138
168
|
:param pulumi.Input[str] route_table_id: The ID of the route table.
|
|
139
169
|
:param pulumi.Input[str] router_id: This argument has been deprecated. Please use other arguments to launch a custom route entry.
|
|
140
170
|
"""
|
|
@@ -195,6 +225,16 @@ class _RouteEntryState:
|
|
|
195
225
|
def nexthop_type(self) -> Optional[pulumi.Input[str]]:
|
|
196
226
|
"""
|
|
197
227
|
The next hop type. Available values:
|
|
228
|
+
- `Instance` (Default): an Elastic Compute Service (ECS) instance. This is the default value.
|
|
229
|
+
- `RouterInterface`: a router interface.
|
|
230
|
+
- `VpnGateway`: a VPN Gateway.
|
|
231
|
+
- `HaVip`: a high-availability virtual IP address (HAVIP).
|
|
232
|
+
- `NetworkInterface`: an elastic network interface (ENI).
|
|
233
|
+
- `NatGateway`: a Nat Gateway.
|
|
234
|
+
- `IPv6Gateway`: an IPv6 gateway.
|
|
235
|
+
- `Attachment`: a transit router.
|
|
236
|
+
- `VpcPeer`: a VPC Peering Connection.
|
|
237
|
+
- `Ipv4Gateway` (Available in 1.193.0+): an IPv4 gateway.
|
|
198
238
|
"""
|
|
199
239
|
return pulumi.get(self, "nexthop_type")
|
|
200
240
|
|
|
@@ -321,6 +361,16 @@ class RouteEntry(pulumi.CustomResource):
|
|
|
321
361
|
:param pulumi.Input[str] name: The name of the route entry. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
322
362
|
:param pulumi.Input[str] nexthop_id: The route entry's next hop. ECS instance ID or VPC router interface ID.
|
|
323
363
|
:param pulumi.Input[str] nexthop_type: The next hop type. Available values:
|
|
364
|
+
- `Instance` (Default): an Elastic Compute Service (ECS) instance. This is the default value.
|
|
365
|
+
- `RouterInterface`: a router interface.
|
|
366
|
+
- `VpnGateway`: a VPN Gateway.
|
|
367
|
+
- `HaVip`: a high-availability virtual IP address (HAVIP).
|
|
368
|
+
- `NetworkInterface`: an elastic network interface (ENI).
|
|
369
|
+
- `NatGateway`: a Nat Gateway.
|
|
370
|
+
- `IPv6Gateway`: an IPv6 gateway.
|
|
371
|
+
- `Attachment`: a transit router.
|
|
372
|
+
- `VpcPeer`: a VPC Peering Connection.
|
|
373
|
+
- `Ipv4Gateway` (Available in 1.193.0+): an IPv4 gateway.
|
|
324
374
|
:param pulumi.Input[str] route_table_id: The ID of the route table.
|
|
325
375
|
:param pulumi.Input[str] router_id: This argument has been deprecated. Please use other arguments to launch a custom route entry.
|
|
326
376
|
"""
|
|
@@ -468,6 +518,16 @@ class RouteEntry(pulumi.CustomResource):
|
|
|
468
518
|
:param pulumi.Input[str] name: The name of the route entry. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
469
519
|
:param pulumi.Input[str] nexthop_id: The route entry's next hop. ECS instance ID or VPC router interface ID.
|
|
470
520
|
:param pulumi.Input[str] nexthop_type: The next hop type. Available values:
|
|
521
|
+
- `Instance` (Default): an Elastic Compute Service (ECS) instance. This is the default value.
|
|
522
|
+
- `RouterInterface`: a router interface.
|
|
523
|
+
- `VpnGateway`: a VPN Gateway.
|
|
524
|
+
- `HaVip`: a high-availability virtual IP address (HAVIP).
|
|
525
|
+
- `NetworkInterface`: an elastic network interface (ENI).
|
|
526
|
+
- `NatGateway`: a Nat Gateway.
|
|
527
|
+
- `IPv6Gateway`: an IPv6 gateway.
|
|
528
|
+
- `Attachment`: a transit router.
|
|
529
|
+
- `VpcPeer`: a VPC Peering Connection.
|
|
530
|
+
- `Ipv4Gateway` (Available in 1.193.0+): an IPv4 gateway.
|
|
471
531
|
:param pulumi.Input[str] route_table_id: The ID of the route table.
|
|
472
532
|
:param pulumi.Input[str] router_id: This argument has been deprecated. Please use other arguments to launch a custom route entry.
|
|
473
533
|
"""
|
|
@@ -512,6 +572,16 @@ class RouteEntry(pulumi.CustomResource):
|
|
|
512
572
|
def nexthop_type(self) -> pulumi.Output[Optional[str]]:
|
|
513
573
|
"""
|
|
514
574
|
The next hop type. Available values:
|
|
575
|
+
- `Instance` (Default): an Elastic Compute Service (ECS) instance. This is the default value.
|
|
576
|
+
- `RouterInterface`: a router interface.
|
|
577
|
+
- `VpnGateway`: a VPN Gateway.
|
|
578
|
+
- `HaVip`: a high-availability virtual IP address (HAVIP).
|
|
579
|
+
- `NetworkInterface`: an elastic network interface (ENI).
|
|
580
|
+
- `NatGateway`: a Nat Gateway.
|
|
581
|
+
- `IPv6Gateway`: an IPv6 gateway.
|
|
582
|
+
- `Attachment`: a transit router.
|
|
583
|
+
- `VpcPeer`: a VPC Peering Connection.
|
|
584
|
+
- `Ipv4Gateway` (Available in 1.193.0+): an IPv4 gateway.
|
|
515
585
|
"""
|
|
516
586
|
return pulumi.get(self, "nexthop_type")
|
|
517
587
|
|
|
@@ -162,7 +162,7 @@ def get_gateway_vpn_attachments(ids: Optional[Sequence[str]] = None,
|
|
|
162
162
|
:param Sequence[str] ids: A list of Vpn Attachment IDs.
|
|
163
163
|
:param str name_regex: A regex string to filter results by Vpn Attachment name.
|
|
164
164
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
165
|
-
:param str status: The status of the resource.
|
|
165
|
+
:param str status: The status of the resource. Valid values: `init`, `active`, `attaching`, `attached`, `detaching`, `financialLocked`, `provisioning`, `updating`, `upgrading`, `deleted`.
|
|
166
166
|
:param str vpn_gateway_id: The parameter 'vpn_gateway_id' has been deprecated from 1.194.0.
|
|
167
167
|
"""
|
|
168
168
|
__args__ = dict()
|
|
@@ -223,7 +223,7 @@ def get_gateway_vpn_attachments_output(ids: Optional[pulumi.Input[Optional[Seque
|
|
|
223
223
|
:param Sequence[str] ids: A list of Vpn Attachment IDs.
|
|
224
224
|
:param str name_regex: A regex string to filter results by Vpn Attachment name.
|
|
225
225
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
226
|
-
:param str status: The status of the resource.
|
|
226
|
+
:param str status: The status of the resource. Valid values: `init`, `active`, `attaching`, `attached`, `detaching`, `financialLocked`, `provisioning`, `updating`, `upgrading`, `deleted`.
|
|
227
227
|
:param str vpn_gateway_id: The parameter 'vpn_gateway_id' has been deprecated from 1.194.0.
|
|
228
228
|
"""
|
|
229
229
|
...
|
|
@@ -109,6 +109,14 @@ def get_gateway_zones(ids: Optional[Sequence[str]] = None,
|
|
|
109
109
|
:param Sequence[str] ids: A list of Zone IDs.
|
|
110
110
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
111
111
|
:param str spec: Bandwidth specification.-If an IPsec connection is bound to a VPN gateway instance, this parameter indicates the Bandwidth specification of the VPN gateway instance.-If an IPsec connection is bound to a forwarding router, this parameter indicates the bandwidth that you expect the IPsec connection to support.Different bandwidth specifications may affect the zone information that is found. Value:
|
|
112
|
+
- `5M`
|
|
113
|
+
- `10M`
|
|
114
|
+
- `20M`
|
|
115
|
+
- `50M`
|
|
116
|
+
- `100M`
|
|
117
|
+
- `200M`
|
|
118
|
+
- `500M`
|
|
119
|
+
- `1000M`
|
|
112
120
|
"""
|
|
113
121
|
__args__ = dict()
|
|
114
122
|
__args__['ids'] = ids
|
|
@@ -148,5 +156,13 @@ def get_gateway_zones_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
|
|
|
148
156
|
:param Sequence[str] ids: A list of Zone IDs.
|
|
149
157
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
150
158
|
:param str spec: Bandwidth specification.-If an IPsec connection is bound to a VPN gateway instance, this parameter indicates the Bandwidth specification of the VPN gateway instance.-If an IPsec connection is bound to a forwarding router, this parameter indicates the bandwidth that you expect the IPsec connection to support.Different bandwidth specifications may affect the zone information that is found. Value:
|
|
159
|
+
- `5M`
|
|
160
|
+
- `10M`
|
|
161
|
+
- `20M`
|
|
162
|
+
- `50M`
|
|
163
|
+
- `100M`
|
|
164
|
+
- `200M`
|
|
165
|
+
- `500M`
|
|
166
|
+
- `1000M`
|
|
151
167
|
"""
|
|
152
168
|
...
|
pulumi_alicloud/vpn/outputs.py
CHANGED
|
@@ -2704,7 +2704,7 @@ class GetGatewayVpnAttachmentsAttachmentBgpConfigResult(dict):
|
|
|
2704
2704
|
"""
|
|
2705
2705
|
:param str local_asn: The ASN on the Alibaba Cloud side.
|
|
2706
2706
|
:param str local_bgp_ip: The BGP IP address on the Alibaba Cloud side.
|
|
2707
|
-
:param str status: The status of the
|
|
2707
|
+
:param str status: The negotiation status of the BGP routing protocol.
|
|
2708
2708
|
:param str tunnel_cidr: The CIDR block of the IPsec tunnel. The CIDR block belongs to 169.254.0.0/16. The mask of the CIDR block is 30 bits in length.
|
|
2709
2709
|
"""
|
|
2710
2710
|
pulumi.set(__self__, "local_asn", local_asn)
|
|
@@ -2732,7 +2732,7 @@ class GetGatewayVpnAttachmentsAttachmentBgpConfigResult(dict):
|
|
|
2732
2732
|
@pulumi.getter
|
|
2733
2733
|
def status(self) -> str:
|
|
2734
2734
|
"""
|
|
2735
|
-
The status of the
|
|
2735
|
+
The negotiation status of the BGP routing protocol.
|
|
2736
2736
|
"""
|
|
2737
2737
|
return pulumi.get(self, "status")
|
|
2738
2738
|
|
|
@@ -2762,7 +2762,7 @@ class GetGatewayVpnAttachmentsAttachmentHealthCheckConfigResult(dict):
|
|
|
2762
2762
|
:param str policy: Whether to revoke the published route when the health check fails.
|
|
2763
2763
|
:param int retry: The maximum number of health check retries.
|
|
2764
2764
|
:param str sip: The source IP address.
|
|
2765
|
-
:param str status: The status of the
|
|
2765
|
+
:param str status: The status of the health check.
|
|
2766
2766
|
"""
|
|
2767
2767
|
pulumi.set(__self__, "dip", dip)
|
|
2768
2768
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -2824,7 +2824,7 @@ class GetGatewayVpnAttachmentsAttachmentHealthCheckConfigResult(dict):
|
|
|
2824
2824
|
@pulumi.getter
|
|
2825
2825
|
def status(self) -> str:
|
|
2826
2826
|
"""
|
|
2827
|
-
The status of the
|
|
2827
|
+
The status of the health check.
|
|
2828
2828
|
"""
|
|
2829
2829
|
return pulumi.get(self, "status")
|
|
2830
2830
|
|