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
|
@@ -147,7 +147,7 @@ def get_domains(enable_details: Optional[bool] = None,
|
|
|
147
147
|
:param str name_regex: A regex string to filter results by Domain name.
|
|
148
148
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
149
149
|
:param str resource_group_id: The Resource Group ID.
|
|
150
|
-
:param str status: The status of the resource.
|
|
150
|
+
:param str status: The status of the resource. Valid values: "check_failed", "checking", "configure_failed", "configuring", "offline", "online".
|
|
151
151
|
"""
|
|
152
152
|
__args__ = dict()
|
|
153
153
|
__args__['enableDetails'] = enable_details
|
|
@@ -202,6 +202,6 @@ def get_domains_output(enable_details: Optional[pulumi.Input[Optional[bool]]] =
|
|
|
202
202
|
:param str name_regex: A regex string to filter results by Domain name.
|
|
203
203
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
204
204
|
:param str resource_group_id: The Resource Group ID.
|
|
205
|
-
:param str status: The status of the resource.
|
|
205
|
+
:param str status: The status of the resource. Valid values: "check_failed", "checking", "configure_failed", "configuring", "offline", "online".
|
|
206
206
|
"""
|
|
207
207
|
...
|
|
@@ -115,8 +115,8 @@ def get_data_limits(ids: Optional[Sequence[str]] = None,
|
|
|
115
115
|
|
|
116
116
|
:param Sequence[str] ids: A list of Data Limit IDs.
|
|
117
117
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
118
|
-
:param str parent_id: The ID of the data asset.
|
|
119
|
-
:param str resource_type: The type of the service to which the data asset belongs.
|
|
118
|
+
:param str parent_id: The parent asset ID of the data asset.
|
|
119
|
+
:param str resource_type: The type of the service to which the data asset belongs. Valid values: `MaxCompute`, `OSS`, `RDS`.
|
|
120
120
|
"""
|
|
121
121
|
__args__ = dict()
|
|
122
122
|
__args__['ids'] = ids
|
|
@@ -161,7 +161,7 @@ def get_data_limits_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
|
|
|
161
161
|
|
|
162
162
|
:param Sequence[str] ids: A list of Data Limit IDs.
|
|
163
163
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
164
|
-
:param str parent_id: The ID of the data asset.
|
|
165
|
-
:param str resource_type: The type of the service to which the data asset belongs.
|
|
164
|
+
:param str parent_id: The parent asset ID of the data asset.
|
|
165
|
+
:param str resource_type: The type of the service to which the data asset belongs. Valid values: `MaxCompute`, `OSS`, `RDS`.
|
|
166
166
|
"""
|
|
167
167
|
...
|
|
@@ -218,18 +218,18 @@ def get_rules(category: Optional[int] = None,
|
|
|
218
218
|
```
|
|
219
219
|
|
|
220
220
|
|
|
221
|
-
:param int category: Sensitive Data Identification Rules for the Type of.
|
|
221
|
+
:param int category: Sensitive Data Identification Rules for the Type of. Valid values:
|
|
222
222
|
:param str content_category: The Content Classification.
|
|
223
|
-
:param int custom_type: Sensitive Data Identification Rules of Type.
|
|
223
|
+
:param int custom_type: Sensitive Data Identification Rules of Type. Valid values:
|
|
224
224
|
:param Sequence[str] ids: A list of Rule IDs.
|
|
225
225
|
:param str name: The name of rule.
|
|
226
226
|
:param str name_regex: A regex string to filter results by Rule name.
|
|
227
227
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
228
|
-
:param str product_id: Product ID.
|
|
229
|
-
:param str risk_level_id: Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
228
|
+
:param str product_id: Product ID. Valid values:
|
|
229
|
+
:param str risk_level_id: Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
230
230
|
:param int rule_type: Rule Type.
|
|
231
231
|
:param str status: Sensitive Data Identification Rules Detection State of.
|
|
232
|
-
:param int warn_level: The Level of Risk.
|
|
232
|
+
:param int warn_level: The Level of Risk. Valid values:
|
|
233
233
|
"""
|
|
234
234
|
__args__ = dict()
|
|
235
235
|
__args__['category'] = category
|
|
@@ -306,17 +306,17 @@ def get_rules_output(category: Optional[pulumi.Input[Optional[int]]] = None,
|
|
|
306
306
|
```
|
|
307
307
|
|
|
308
308
|
|
|
309
|
-
:param int category: Sensitive Data Identification Rules for the Type of.
|
|
309
|
+
:param int category: Sensitive Data Identification Rules for the Type of. Valid values:
|
|
310
310
|
:param str content_category: The Content Classification.
|
|
311
|
-
:param int custom_type: Sensitive Data Identification Rules of Type.
|
|
311
|
+
:param int custom_type: Sensitive Data Identification Rules of Type. Valid values:
|
|
312
312
|
:param Sequence[str] ids: A list of Rule IDs.
|
|
313
313
|
:param str name: The name of rule.
|
|
314
314
|
:param str name_regex: A regex string to filter results by Rule name.
|
|
315
315
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
316
|
-
:param str product_id: Product ID.
|
|
317
|
-
:param str risk_level_id: Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
316
|
+
:param str product_id: Product ID. Valid values:
|
|
317
|
+
:param str risk_level_id: Sensitive Data Identification Rules of Risk Level ID. Valid values:
|
|
318
318
|
:param int rule_type: Rule Type.
|
|
319
319
|
:param str status: Sensitive Data Identification Rules Detection State of.
|
|
320
|
-
:param int warn_level: The Level of Risk.
|
|
320
|
+
:param int warn_level: The Level of Risk. Valid values:
|
|
321
321
|
"""
|
|
322
322
|
...
|
|
@@ -118,10 +118,6 @@ def get_images(ids: Optional[Sequence[str]] = None,
|
|
|
118
118
|
This data source provides the Simple Application Server Images of the current Alibaba Cloud user.
|
|
119
119
|
|
|
120
120
|
> **NOTE:** Available in v1.135.0+.
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
:param str image_type: The type of the image. Valid values: `app`, `custom`, `system`.
|
|
124
|
-
:param str platform: The platform of Plan supported.
|
|
125
121
|
"""
|
|
126
122
|
__args__ = dict()
|
|
127
123
|
__args__['ids'] = ids
|
|
@@ -154,9 +150,5 @@ def get_images_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = Non
|
|
|
154
150
|
This data source provides the Simple Application Server Images of the current Alibaba Cloud user.
|
|
155
151
|
|
|
156
152
|
> **NOTE:** Available in v1.135.0+.
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
:param str image_type: The type of the image. Valid values: `app`, `custom`, `system`.
|
|
160
|
-
:param str platform: The platform of Plan supported.
|
|
161
153
|
"""
|
|
162
154
|
...
|
|
@@ -137,8 +137,8 @@ def get_instances(ids: Optional[Sequence[str]] = None,
|
|
|
137
137
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
138
138
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
139
139
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
140
|
-
:param str payment_type: The
|
|
141
|
-
:param str status: The status of the resource.
|
|
140
|
+
:param str payment_type: The paymen type of the resource. Valid values: `Subscription`.
|
|
141
|
+
:param str status: The status of the resource. Valid values: `Resetting`, `Running`, `Stopped`, `Upgrading`.
|
|
142
142
|
"""
|
|
143
143
|
__args__ = dict()
|
|
144
144
|
__args__['ids'] = ids
|
|
@@ -190,7 +190,7 @@ def get_instances_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
|
|
|
190
190
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
191
191
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
192
192
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
193
|
-
:param str payment_type: The
|
|
194
|
-
:param str status: The status of the resource.
|
|
193
|
+
:param str payment_type: The paymen type of the resource. Valid values: `Subscription`.
|
|
194
|
+
:param str status: The status of the resource. Valid values: `Resetting`, `Running`, `Stopped`, `Upgrading`.
|
|
195
195
|
"""
|
|
196
196
|
...
|
|
@@ -152,7 +152,7 @@ def get_server_disks(disk_type: Optional[str] = None,
|
|
|
152
152
|
|
|
153
153
|
:param str disk_type: The type of the disk. Possible values: `System`, `Data`.
|
|
154
154
|
:param Sequence[str] ids: A list of Disk IDs.
|
|
155
|
-
:param str instance_id:
|
|
155
|
+
:param str instance_id: The ID of the simple application server to which the disk is attached.
|
|
156
156
|
:param str name_regex: A regex string to filter results by Disk name.
|
|
157
157
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
158
158
|
:param str status: The status of the disk. Valid values: `ReIniting`, `Creating`, `In_Use`, `Available`, `Attaching`, `Detaching`.
|
|
@@ -215,7 +215,7 @@ def get_server_disks_output(disk_type: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
215
215
|
|
|
216
216
|
:param str disk_type: The type of the disk. Possible values: `System`, `Data`.
|
|
217
217
|
:param Sequence[str] ids: A list of Disk IDs.
|
|
218
|
-
:param str instance_id:
|
|
218
|
+
:param str instance_id: The ID of the simple application server to which the disk is attached.
|
|
219
219
|
:param str name_regex: A regex string to filter results by Disk name.
|
|
220
220
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
221
221
|
:param str status: The status of the disk. Valid values: `ReIniting`, `Creating`, `In_Use`, `Available`, `Attaching`, `Detaching`.
|
|
@@ -150,7 +150,7 @@ def get_server_snapshots(disk_id: Optional[str] = None,
|
|
|
150
150
|
```
|
|
151
151
|
|
|
152
152
|
|
|
153
|
-
:param str disk_id: The ID of the
|
|
153
|
+
:param str disk_id: The ID of the disk.
|
|
154
154
|
:param Sequence[str] ids: A list of Snapshot IDs.
|
|
155
155
|
:param str instance_id: The ID of the simple application server.
|
|
156
156
|
:param str name_regex: A regex string to filter results by Snapshot name.
|
|
@@ -213,7 +213,7 @@ def get_server_snapshots_output(disk_id: Optional[pulumi.Input[Optional[str]]] =
|
|
|
213
213
|
```
|
|
214
214
|
|
|
215
215
|
|
|
216
|
-
:param str disk_id: The ID of the
|
|
216
|
+
:param str disk_id: The ID of the disk.
|
|
217
217
|
:param Sequence[str] ids: A list of Snapshot IDs.
|
|
218
218
|
:param str instance_id: The ID of the simple application server.
|
|
219
219
|
:param str name_regex: A regex string to filter results by Snapshot name.
|
|
@@ -151,7 +151,7 @@ def get_tls_cipher_policies(ids: Optional[Sequence[str]] = None,
|
|
|
151
151
|
:param bool include_listener: The include listener.
|
|
152
152
|
:param str name_regex: A regex string to filter results by Tls Cipher Policy name.
|
|
153
153
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
154
|
-
:param str status: TLS policy instance state.
|
|
154
|
+
:param str status: TLS policy instance state. Valid values: `configuring`, `normal`.
|
|
155
155
|
:param str tls_cipher_policy_name: TLS policy name. Length is from 2 to 128, or in both the English and Chinese characters must be with an uppercase/lowercase letter or a Chinese character and the beginning, may contain numbers, in dot `.`, underscore `_` or dash `-`.
|
|
156
156
|
"""
|
|
157
157
|
__args__ = dict()
|
|
@@ -211,7 +211,7 @@ def get_tls_cipher_policies_output(ids: Optional[pulumi.Input[Optional[Sequence[
|
|
|
211
211
|
:param bool include_listener: The include listener.
|
|
212
212
|
:param str name_regex: A regex string to filter results by Tls Cipher Policy name.
|
|
213
213
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
214
|
-
:param str status: TLS policy instance state.
|
|
214
|
+
:param str status: TLS policy instance state. Valid values: `configuring`, `normal`.
|
|
215
215
|
:param str tls_cipher_policy_name: TLS policy name. Length is from 2 to 128, or in both the English and Chinese characters must be with an uppercase/lowercase letter or a Chinese character and the beginning, may contain numbers, in dot `.`, underscore `_` or dash `-`.
|
|
216
216
|
"""
|
|
217
217
|
...
|
|
@@ -159,7 +159,7 @@ def get_instances(app_key: Optional[str] = None,
|
|
|
159
159
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
160
160
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
161
161
|
:param str query_str: The query str.
|
|
162
|
-
:param str status: Instance status, enumerative: ACTIVATION
|
|
162
|
+
:param str status: Instance status, enumerative: `ACTIVATION`, `DELETED`, `CREATING`, `CLASS_CHANGING`, `LOCKED`.
|
|
163
163
|
:param str status_list: The status list.
|
|
164
164
|
"""
|
|
165
165
|
__args__ = dict()
|
|
@@ -221,7 +221,7 @@ def get_instances_output(app_key: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
221
221
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
222
222
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
223
223
|
:param str query_str: The query str.
|
|
224
|
-
:param str status: Instance status, enumerative: ACTIVATION
|
|
224
|
+
:param str status: Instance status, enumerative: `ACTIVATION`, `DELETED`, `CREATING`, `CLASS_CHANGING`, `LOCKED`.
|
|
225
225
|
:param str status_list: The status list.
|
|
226
226
|
"""
|
|
227
227
|
...
|
|
@@ -149,7 +149,7 @@ def get_system_groups(ids: Optional[Sequence[str]] = None,
|
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
:param Sequence[str] ids: A list of Group IDs.
|
|
152
|
-
:param str in_protocol: The use of the access protocol support
|
|
152
|
+
:param str in_protocol: The use of the access protocol support gb28181, Real Time Messaging Protocol (rtmp). Valid values: `gb28181`, `rtmp`.
|
|
153
153
|
:param str name: The name.
|
|
154
154
|
:param str name_regex: A regex string to filter results by Group name.
|
|
155
155
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -210,7 +210,7 @@ def get_system_groups_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
|
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
:param Sequence[str] ids: A list of Group IDs.
|
|
213
|
-
:param str in_protocol: The use of the access protocol support
|
|
213
|
+
:param str in_protocol: The use of the access protocol support gb28181, Real Time Messaging Protocol (rtmp). Valid values: `gb28181`, `rtmp`.
|
|
214
214
|
:param str name: The name.
|
|
215
215
|
:param str name_regex: A regex string to filter results by Group name.
|
|
216
216
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
pulumi_alicloud/vod/domain.py
CHANGED
|
@@ -29,6 +29,8 @@ class DomainArgs:
|
|
|
29
29
|
:param pulumi.Input[str] check_url: The URL that is used for health checks.
|
|
30
30
|
:param pulumi.Input[str] scope: This parameter is applicable to users of level 3 or higher in mainland China and users outside mainland China. Valid values:
|
|
31
31
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
32
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
33
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
32
34
|
:param pulumi.Input[str] top_level_domain: The top-level domain name.
|
|
33
35
|
"""
|
|
34
36
|
pulumi.set(__self__, "domain_name", domain_name)
|
|
@@ -95,6 +97,8 @@ class DomainArgs:
|
|
|
95
97
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
96
98
|
"""
|
|
97
99
|
A mapping of tags to assign to the resource.
|
|
100
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
101
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
98
102
|
"""
|
|
99
103
|
return pulumi.get(self, "tags")
|
|
100
104
|
|
|
@@ -148,6 +152,8 @@ class _DomainState:
|
|
|
148
152
|
:param pulumi.Input[str] ssl_pub: The public key of the certificate. The value of this parameter is returned if HTTPS is enabled.
|
|
149
153
|
:param pulumi.Input[str] status: The status of the domain name for CDN. Valid values:
|
|
150
154
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
155
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
156
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
151
157
|
:param pulumi.Input[str] top_level_domain: The top-level domain name.
|
|
152
158
|
:param pulumi.Input[str] weight: The weight of the origin server.
|
|
153
159
|
"""
|
|
@@ -331,6 +337,8 @@ class _DomainState:
|
|
|
331
337
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
332
338
|
"""
|
|
333
339
|
A mapping of tags to assign to the resource.
|
|
340
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
341
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
334
342
|
"""
|
|
335
343
|
return pulumi.get(self, "tags")
|
|
336
344
|
|
|
@@ -423,6 +431,8 @@ class Domain(pulumi.CustomResource):
|
|
|
423
431
|
:param pulumi.Input[str] scope: This parameter is applicable to users of level 3 or higher in mainland China and users outside mainland China. Valid values:
|
|
424
432
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainSourceArgs']]]] sources: The information about the address of the origin server. For more information about the Sources parameter, See the following `Block sources`.
|
|
425
433
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
434
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
435
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
426
436
|
:param pulumi.Input[str] top_level_domain: The top-level domain name.
|
|
427
437
|
"""
|
|
428
438
|
...
|
|
@@ -566,6 +576,8 @@ class Domain(pulumi.CustomResource):
|
|
|
566
576
|
:param pulumi.Input[str] ssl_pub: The public key of the certificate. The value of this parameter is returned if HTTPS is enabled.
|
|
567
577
|
:param pulumi.Input[str] status: The status of the domain name for CDN. Valid values:
|
|
568
578
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
579
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
580
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
569
581
|
:param pulumi.Input[str] top_level_domain: The top-level domain name.
|
|
570
582
|
:param pulumi.Input[str] weight: The weight of the origin server.
|
|
571
583
|
"""
|
|
@@ -691,6 +703,8 @@ class Domain(pulumi.CustomResource):
|
|
|
691
703
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
|
|
692
704
|
"""
|
|
693
705
|
A mapping of tags to assign to the resource.
|
|
706
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
707
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
694
708
|
"""
|
|
695
709
|
return pulumi.get(self, "tags")
|
|
696
710
|
|
|
@@ -164,6 +164,8 @@ def get_domains(domain_search_type: Optional[str] = None,
|
|
|
164
164
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
165
165
|
:param str status: The status of the domain name. The value of this parameter is used as a condition to filter domain names.
|
|
166
166
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
167
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
168
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
167
169
|
"""
|
|
168
170
|
__args__ = dict()
|
|
169
171
|
__args__['domainSearchType'] = domain_search_type
|
|
@@ -235,5 +237,7 @@ def get_domains_output(domain_search_type: Optional[pulumi.Input[Optional[str]]]
|
|
|
235
237
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
236
238
|
:param str status: The status of the domain name. The value of this parameter is used as a condition to filter domain names.
|
|
237
239
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
240
|
+
* `Key`: It can be up to 64 characters in length. It cannot be a null string.
|
|
241
|
+
* `Value`: It can be up to 128 characters in length. It can be a null string.
|
|
238
242
|
"""
|
|
239
243
|
...
|
|
@@ -137,8 +137,8 @@ def get_bgp_groups(ids: Optional[Sequence[str]] = None,
|
|
|
137
137
|
:param Sequence[str] ids: A list of Bgp Group IDs.
|
|
138
138
|
:param str name_regex: A regex string to filter results by Bgp Group name.
|
|
139
139
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
140
|
-
:param str router_id: The ID of the VBR.
|
|
141
|
-
:param str status: The status of the resource.
|
|
140
|
+
:param str router_id: The ID of the virtual border router (VBR) that is associated with the BGP group.
|
|
141
|
+
:param str status: The status of the resource. Valid values: `Available`, `Deleting` and `Pending`.
|
|
142
142
|
"""
|
|
143
143
|
__args__ = dict()
|
|
144
144
|
__args__['ids'] = ids
|
|
@@ -190,7 +190,7 @@ def get_bgp_groups_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
|
|
|
190
190
|
:param Sequence[str] ids: A list of Bgp Group IDs.
|
|
191
191
|
:param str name_regex: A regex string to filter results by Bgp Group name.
|
|
192
192
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
193
|
-
:param str router_id: The ID of the VBR.
|
|
194
|
-
:param str status: The status of the resource.
|
|
193
|
+
:param str router_id: The ID of the virtual border router (VBR) that is associated with the BGP group.
|
|
194
|
+
:param str status: The status of the resource. Valid values: `Available`, `Deleting` and `Pending`.
|
|
195
195
|
"""
|
|
196
196
|
...
|
|
@@ -119,8 +119,8 @@ def get_bgp_networks(ids: Optional[Sequence[str]] = None,
|
|
|
119
119
|
|
|
120
120
|
:param Sequence[str] ids: A list of Bgp Network IDs.
|
|
121
121
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
122
|
-
:param str router_id: The ID of the
|
|
123
|
-
:param str status: The state of the advertised BGP network.
|
|
122
|
+
:param str router_id: The ID of the router to which the route table belongs.
|
|
123
|
+
:param str status: The state of the advertised BGP network. Valid values: `Available`, `Pending`, `Deleting`.
|
|
124
124
|
"""
|
|
125
125
|
__args__ = dict()
|
|
126
126
|
__args__['ids'] = ids
|
|
@@ -169,7 +169,7 @@ def get_bgp_networks_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
|
|
|
169
169
|
|
|
170
170
|
:param Sequence[str] ids: A list of Bgp Network IDs.
|
|
171
171
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
172
|
-
:param str router_id: The ID of the
|
|
173
|
-
:param str status: The state of the advertised BGP network.
|
|
172
|
+
:param str router_id: The ID of the router to which the route table belongs.
|
|
173
|
+
:param str status: The state of the advertised BGP network. Valid values: `Available`, `Pending`, `Deleting`.
|
|
174
174
|
"""
|
|
175
175
|
...
|
|
@@ -132,11 +132,11 @@ def get_bgp_peers(bgp_group_id: Optional[str] = None,
|
|
|
132
132
|
```
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
:param str bgp_group_id: The ID of the BGP group.
|
|
135
|
+
:param str bgp_group_id: The ID of the BGP group to which the BGP peer that you want to query belongs.
|
|
136
136
|
:param Sequence[str] ids: A list of Bgp Peer IDs.
|
|
137
137
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
138
|
-
:param str router_id: The ID of the router.
|
|
139
|
-
:param str status: The status of the BGP peer.
|
|
138
|
+
:param str router_id: The ID of the virtual border router (VBR) that is associated with the BGP peer that you want to query.
|
|
139
|
+
:param str status: The status of the BGP peer. Valid values: `Available`, `Deleted`, `Deleting`, `Modifying`, `Pending`.
|
|
140
140
|
"""
|
|
141
141
|
__args__ = dict()
|
|
142
142
|
__args__['bgpGroupId'] = bgp_group_id
|
|
@@ -191,10 +191,10 @@ def get_bgp_peers_output(bgp_group_id: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
191
191
|
```
|
|
192
192
|
|
|
193
193
|
|
|
194
|
-
:param str bgp_group_id: The ID of the BGP group.
|
|
194
|
+
:param str bgp_group_id: The ID of the BGP group to which the BGP peer that you want to query belongs.
|
|
195
195
|
:param Sequence[str] ids: A list of Bgp Peer IDs.
|
|
196
196
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
197
|
-
:param str router_id: The ID of the router.
|
|
198
|
-
:param str status: The status of the BGP peer.
|
|
197
|
+
:param str router_id: The ID of the virtual border router (VBR) that is associated with the BGP peer that you want to query.
|
|
198
|
+
:param str status: The status of the BGP peer. Valid values: `Available`, `Deleted`, `Deleting`, `Modifying`, `Pending`.
|
|
199
199
|
"""
|
|
200
200
|
...
|
|
@@ -126,7 +126,7 @@ def get_havips(ids: Optional[Sequence[str]] = None,
|
|
|
126
126
|
:param Sequence[str] ids: A list of Ha Vip IDs.
|
|
127
127
|
:param str name_regex: A regex string to filter results by Ha Vip name.
|
|
128
128
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
129
|
-
:param str status: The status.
|
|
129
|
+
:param str status: The status of HaVip instance. Valid value: `Available`, `InUse` and `Pending`.
|
|
130
130
|
"""
|
|
131
131
|
__args__ = dict()
|
|
132
132
|
__args__['ids'] = ids
|
|
@@ -174,6 +174,6 @@ def get_havips_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = Non
|
|
|
174
174
|
:param Sequence[str] ids: A list of Ha Vip IDs.
|
|
175
175
|
:param str name_regex: A regex string to filter results by Ha Vip name.
|
|
176
176
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
177
|
-
:param str status: The status.
|
|
177
|
+
:param str status: The status of HaVip instance. Valid value: `Available`, `InUse` and `Pending`.
|
|
178
178
|
"""
|
|
179
179
|
...
|
|
@@ -148,7 +148,7 @@ def get_ipv4_gateways(ids: Optional[Sequence[str]] = None,
|
|
|
148
148
|
:param str ipv4_gateway_name: The name of the IPv4 gateway.
|
|
149
149
|
:param str name_regex: A regex string to filter results by Ipv4 Gateway name.
|
|
150
150
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
151
|
-
:param str status: The status of the resource.
|
|
151
|
+
:param str status: The status of the resource. Valid values: `Creating`, `Created`, `Deleting`, `Pending`, `Deleted`.
|
|
152
152
|
:param str vpc_id: The ID of the VPC associated with the IPv4 Gateway.
|
|
153
153
|
"""
|
|
154
154
|
__args__ = dict()
|
|
@@ -205,7 +205,7 @@ def get_ipv4_gateways_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
|
|
|
205
205
|
:param str ipv4_gateway_name: The name of the IPv4 gateway.
|
|
206
206
|
:param str name_regex: A regex string to filter results by Ipv4 Gateway name.
|
|
207
207
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
208
|
-
:param str status: The status of the resource.
|
|
208
|
+
:param str status: The status of the resource. Valid values: `Creating`, `Created`, `Deleting`, `Pending`, `Deleted`.
|
|
209
209
|
:param str vpc_id: The ID of the VPC associated with the IPv4 Gateway.
|
|
210
210
|
"""
|
|
211
211
|
...
|
|
@@ -150,7 +150,9 @@ def get_ipv6_addresses(associated_instance_id: Optional[str] = None,
|
|
|
150
150
|
|
|
151
151
|
:param str associated_instance_id: The ID of the instance that is assigned the IPv6 address.
|
|
152
152
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
153
|
-
:param str status: The status of the IPv6 address. Valid values:`Pending` or `Available`.
|
|
153
|
+
:param str status: The status of the IPv6 address. Valid values:`Pending` or `Available`.
|
|
154
|
+
- `Pending`: The IPv6 address is being configured.
|
|
155
|
+
- `Available`: The IPv6 address is available.
|
|
154
156
|
:param str vpc_id: The ID of the VPC to which the IPv6 address belongs.
|
|
155
157
|
:param str vswitch_id: The ID of the vSwitch to which the IPv6 address belongs.
|
|
156
158
|
"""
|
|
@@ -210,7 +212,9 @@ def get_ipv6_addresses_output(associated_instance_id: Optional[pulumi.Input[Opti
|
|
|
210
212
|
|
|
211
213
|
:param str associated_instance_id: The ID of the instance that is assigned the IPv6 address.
|
|
212
214
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
213
|
-
:param str status: The status of the IPv6 address. Valid values:`Pending` or `Available`.
|
|
215
|
+
:param str status: The status of the IPv6 address. Valid values:`Pending` or `Available`.
|
|
216
|
+
- `Pending`: The IPv6 address is being configured.
|
|
217
|
+
- `Available`: The IPv6 address is available.
|
|
214
218
|
:param str vpc_id: The ID of the VPC to which the IPv6 address belongs.
|
|
215
219
|
:param str vswitch_id: The ID of the vSwitch to which the IPv6 address belongs.
|
|
216
220
|
"""
|
|
@@ -166,12 +166,12 @@ def get_ipv6_egress_rules(ids: Optional[Sequence[str]] = None,
|
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
:param Sequence[str] ids: A list of Ipv6 Egress Rule IDs.
|
|
169
|
-
:param str instance_id: The ID of the instance to which the egress-only rule is applied.
|
|
169
|
+
:param str instance_id: The ID of the instance that is associated with the IPv6 address to which the egress-only rule is applied.
|
|
170
170
|
:param str ipv6_egress_rule_name: The name of the resource.
|
|
171
171
|
:param str ipv6_gateway_id: The ID of the IPv6 gateway.
|
|
172
172
|
:param str name_regex: A regex string to filter results by Ipv6 Egress Rule name.
|
|
173
173
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
174
|
-
:param str status: The status of the resource. Valid values: `Available`, `
|
|
174
|
+
:param str status: The status of the resource. Valid values: `Available`, `Deleting`, `Pending`.
|
|
175
175
|
"""
|
|
176
176
|
__args__ = dict()
|
|
177
177
|
__args__['ids'] = ids
|
|
@@ -238,11 +238,11 @@ def get_ipv6_egress_rules_output(ids: Optional[pulumi.Input[Optional[Sequence[st
|
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
:param Sequence[str] ids: A list of Ipv6 Egress Rule IDs.
|
|
241
|
-
:param str instance_id: The ID of the instance to which the egress-only rule is applied.
|
|
241
|
+
:param str instance_id: The ID of the instance that is associated with the IPv6 address to which the egress-only rule is applied.
|
|
242
242
|
:param str ipv6_egress_rule_name: The name of the resource.
|
|
243
243
|
:param str ipv6_gateway_id: The ID of the IPv6 gateway.
|
|
244
244
|
:param str name_regex: A regex string to filter results by Ipv6 Egress Rule name.
|
|
245
245
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
246
|
-
:param str status: The status of the resource. Valid values: `Available`, `
|
|
246
|
+
:param str status: The status of the resource. Valid values: `Available`, `Deleting`, `Pending`.
|
|
247
247
|
"""
|
|
248
248
|
...
|
|
@@ -154,7 +154,7 @@ def get_ipv6_gateways(ids: Optional[Sequence[str]] = None,
|
|
|
154
154
|
:param str ipv6_gateway_name: The name of the IPv6 gateway.
|
|
155
155
|
:param str name_regex: A regex string to filter results by Ipv6 Gateway name.
|
|
156
156
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
157
|
-
:param str status: The status of the
|
|
157
|
+
:param str status: The status of the resource. Valid values: `Available`, `Deleting`, `Pending`.
|
|
158
158
|
:param str vpc_id: The ID of the virtual private cloud (VPC) to which the IPv6 gateway belongs.
|
|
159
159
|
"""
|
|
160
160
|
__args__ = dict()
|
|
@@ -217,7 +217,7 @@ def get_ipv6_gateways_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
|
|
|
217
217
|
:param str ipv6_gateway_name: The name of the IPv6 gateway.
|
|
218
218
|
:param str name_regex: A regex string to filter results by Ipv6 Gateway name.
|
|
219
219
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
220
|
-
:param str status: The status of the
|
|
220
|
+
:param str status: The status of the resource. Valid values: `Available`, `Deleting`, `Pending`.
|
|
221
221
|
:param str vpc_id: The ID of the virtual private cloud (VPC) to which the IPv6 gateway belongs.
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
@@ -171,11 +171,11 @@ def get_nat_ip_cidrs(ids: Optional[Sequence[str]] = None,
|
|
|
171
171
|
|
|
172
172
|
:param Sequence[str] ids: A list of Nat Ip Cidr IDs.
|
|
173
173
|
:param str name_regex: A regex string to filter results by Nat Ip Cidr name.
|
|
174
|
-
:param str nat_gateway_id:
|
|
175
|
-
:param Sequence[str] nat_ip_cidr_names:
|
|
174
|
+
:param str nat_gateway_id: NAT IP ADDRESS range to the security group of the Kafka VPC NAT gateway instance ID.
|
|
175
|
+
:param Sequence[str] nat_ip_cidr_names: The name of the CIDR block that you want to query. Support up to `20`.
|
|
176
176
|
:param Sequence[str] nat_ip_cidrs: The NAT CIDR block to be created. Support up to `20`. The CIDR block must meet the following conditions: It must be `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`, or one of their subnets. The subnet mask must be `16` to `32` bits in lengths. To use a public CIDR block as the NAT CIDR block, the VPC to which the VPC NAT gateway belongs must be authorized to use public CIDR blocks. For more information, see [Create a VPC NAT gateway](https://www.alibabacloud.com/help/doc-detail/268230.htm).
|
|
177
177
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
178
|
-
:param str status: The status of the
|
|
178
|
+
:param str status: The status of the NAT IP address. Valid values:`Available`.
|
|
179
179
|
"""
|
|
180
180
|
__args__ = dict()
|
|
181
181
|
__args__['ids'] = ids
|
|
@@ -247,10 +247,10 @@ def get_nat_ip_cidrs_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
|
|
|
247
247
|
|
|
248
248
|
:param Sequence[str] ids: A list of Nat Ip Cidr IDs.
|
|
249
249
|
:param str name_regex: A regex string to filter results by Nat Ip Cidr name.
|
|
250
|
-
:param str nat_gateway_id:
|
|
251
|
-
:param Sequence[str] nat_ip_cidr_names:
|
|
250
|
+
:param str nat_gateway_id: NAT IP ADDRESS range to the security group of the Kafka VPC NAT gateway instance ID.
|
|
251
|
+
:param Sequence[str] nat_ip_cidr_names: The name of the CIDR block that you want to query. Support up to `20`.
|
|
252
252
|
:param Sequence[str] nat_ip_cidrs: The NAT CIDR block to be created. Support up to `20`. The CIDR block must meet the following conditions: It must be `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`, or one of their subnets. The subnet mask must be `16` to `32` bits in lengths. To use a public CIDR block as the NAT CIDR block, the VPC to which the VPC NAT gateway belongs must be authorized to use public CIDR blocks. For more information, see [Create a VPC NAT gateway](https://www.alibabacloud.com/help/doc-detail/268230.htm).
|
|
253
253
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
254
|
-
:param str status: The status of the
|
|
254
|
+
:param str status: The status of the NAT IP address. Valid values:`Available`.
|
|
255
255
|
"""
|
|
256
256
|
...
|
|
@@ -187,9 +187,9 @@ def get_nat_ips(ids: Optional[Sequence[str]] = None,
|
|
|
187
187
|
|
|
188
188
|
:param Sequence[str] ids: A list of Nat Ip IDs.
|
|
189
189
|
:param str name_regex: A regex string to filter results by Nat Ip name.
|
|
190
|
-
:param str nat_gateway_id: The ID of the Virtual Private Cloud (VPC) NAT gateway
|
|
191
|
-
:param str nat_ip_cidr:
|
|
192
|
-
:param Sequence[str] nat_ip_names:
|
|
190
|
+
:param str nat_gateway_id: The ID of the Virtual Private Cloud (VPC) NAT gateway for which you want to create the NAT IP address.
|
|
191
|
+
:param str nat_ip_cidr: NAT IP ADDRESS of the address segment.
|
|
192
|
+
:param Sequence[str] nat_ip_names: NAT IP ADDRESS the name of the root directory. Length is from `2` to `128` characters, must start with a letter or the Chinese at the beginning can contain numbers, half a period (.), underscore (_) and dash (-). But do not start with `http://` or `https://` at the beginning.
|
|
193
193
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
194
194
|
:param str status: The status of the NAT IP address. Valid values: `Available`, `Deleting` and `Creating`.
|
|
195
195
|
"""
|
|
@@ -272,9 +272,9 @@ def get_nat_ips_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = No
|
|
|
272
272
|
|
|
273
273
|
:param Sequence[str] ids: A list of Nat Ip IDs.
|
|
274
274
|
:param str name_regex: A regex string to filter results by Nat Ip name.
|
|
275
|
-
:param str nat_gateway_id: The ID of the Virtual Private Cloud (VPC) NAT gateway
|
|
276
|
-
:param str nat_ip_cidr:
|
|
277
|
-
:param Sequence[str] nat_ip_names:
|
|
275
|
+
:param str nat_gateway_id: The ID of the Virtual Private Cloud (VPC) NAT gateway for which you want to create the NAT IP address.
|
|
276
|
+
:param str nat_ip_cidr: NAT IP ADDRESS of the address segment.
|
|
277
|
+
:param Sequence[str] nat_ip_names: NAT IP ADDRESS the name of the root directory. Length is from `2` to `128` characters, must start with a letter or the Chinese at the beginning can contain numbers, half a period (.), underscore (_) and dash (-). But do not start with `http://` or `https://` at the beginning.
|
|
278
278
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
279
279
|
:param str status: The status of the NAT IP address. Valid values: `Available`, `Deleting` and `Creating`.
|
|
280
280
|
"""
|
|
@@ -168,8 +168,8 @@ def get_network_acls(ids: Optional[Sequence[str]] = None,
|
|
|
168
168
|
:param str network_acl_name: The name of the network ACL.
|
|
169
169
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
170
170
|
:param str resource_id: The ID of the associated resource.
|
|
171
|
-
:param str resource_type: The type of the associated resource.
|
|
172
|
-
:param str status: The state of the network ACL.
|
|
171
|
+
:param str resource_type: The type of the associated resource. Valid values `VSwitch`. `resource_type` and `resource_id` need to be specified at the same time to take effect.
|
|
172
|
+
:param str status: The state of the network ACL. Valid values: `Available` and `Modifying`.
|
|
173
173
|
:param str vpc_id: The ID of the associated VPC.
|
|
174
174
|
"""
|
|
175
175
|
__args__ = dict()
|
|
@@ -232,8 +232,8 @@ def get_network_acls_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
|
|
|
232
232
|
:param str network_acl_name: The name of the network ACL.
|
|
233
233
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
234
234
|
:param str resource_id: The ID of the associated resource.
|
|
235
|
-
:param str resource_type: The type of the associated resource.
|
|
236
|
-
:param str status: The state of the network ACL.
|
|
235
|
+
:param str resource_type: The type of the associated resource. Valid values `VSwitch`. `resource_type` and `resource_id` need to be specified at the same time to take effect.
|
|
236
|
+
:param str status: The state of the network ACL. Valid values: `Available` and `Modifying`.
|
|
237
237
|
:param str vpc_id: The ID of the associated VPC.
|
|
238
238
|
"""
|
|
239
239
|
...
|
|
@@ -148,7 +148,7 @@ def get_peer_connections(ids: Optional[Sequence[str]] = None,
|
|
|
148
148
|
:param str name_regex: A regex string to filter results by PeerConnection name.
|
|
149
149
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
150
150
|
:param str peer_connection_name: The name of the resource.
|
|
151
|
-
:param str status: The status of the resource.
|
|
151
|
+
:param str status: The status of the resource. Valid values: `Accepting`, `Activated`, `Creating`, `Deleted`, `Deleting`, `Expired`, `Rejected`, `Updating`.
|
|
152
152
|
:param str vpc_id: The ID of the requester VPC.
|
|
153
153
|
"""
|
|
154
154
|
__args__ = dict()
|
|
@@ -205,7 +205,7 @@ def get_peer_connections_output(ids: Optional[pulumi.Input[Optional[Sequence[str
|
|
|
205
205
|
:param str name_regex: A regex string to filter results by PeerConnection name.
|
|
206
206
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
207
207
|
:param str peer_connection_name: The name of the resource.
|
|
208
|
-
:param str status: The status of the resource.
|
|
208
|
+
:param str status: The status of the resource. Valid values: `Accepting`, `Activated`, `Creating`, `Deleted`, `Deleting`, `Expired`, `Rejected`, `Updating`.
|
|
209
209
|
:param str vpc_id: The ID of the requester VPC.
|
|
210
210
|
"""
|
|
211
211
|
...
|