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
|
@@ -46,7 +46,14 @@ class ServerGroupArgs:
|
|
|
46
46
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
47
47
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
48
48
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
49
|
-
|
|
49
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
50
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
51
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
52
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
53
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
54
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
55
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
56
|
+
- `Ip`: allows you to specify IP addresses.
|
|
50
57
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
51
58
|
"""
|
|
52
59
|
pulumi.set(__self__, "server_group_name", server_group_name)
|
|
@@ -221,6 +228,11 @@ class ServerGroupArgs:
|
|
|
221
228
|
def scheduler(self) -> Optional[pulumi.Input[str]]:
|
|
222
229
|
"""
|
|
223
230
|
The routing algorithm. Valid values:
|
|
231
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
232
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
233
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
234
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
235
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
224
236
|
"""
|
|
225
237
|
return pulumi.get(self, "scheduler")
|
|
226
238
|
|
|
@@ -232,7 +244,9 @@ class ServerGroupArgs:
|
|
|
232
244
|
@pulumi.getter(name="serverGroupType")
|
|
233
245
|
def server_group_type(self) -> Optional[pulumi.Input[str]]:
|
|
234
246
|
"""
|
|
235
|
-
The type of the server group. Valid values:
|
|
247
|
+
The type of the server group. Valid values:
|
|
248
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
249
|
+
- `Ip`: allows you to specify IP addresses.
|
|
236
250
|
"""
|
|
237
251
|
return pulumi.get(self, "server_group_type")
|
|
238
252
|
|
|
@@ -283,8 +297,15 @@ class _ServerGroupState:
|
|
|
283
297
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
284
298
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
285
299
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
300
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
301
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
302
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
303
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
304
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
286
305
|
:param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
|
|
287
|
-
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
306
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
307
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
308
|
+
- `Ip`: allows you to specify IP addresses.
|
|
288
309
|
:param pulumi.Input[str] status: Server group status. Value:
|
|
289
310
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
290
311
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
|
|
@@ -441,6 +462,11 @@ class _ServerGroupState:
|
|
|
441
462
|
def scheduler(self) -> Optional[pulumi.Input[str]]:
|
|
442
463
|
"""
|
|
443
464
|
The routing algorithm. Valid values:
|
|
465
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
466
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
467
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
468
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
469
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
444
470
|
"""
|
|
445
471
|
return pulumi.get(self, "scheduler")
|
|
446
472
|
|
|
@@ -464,7 +490,9 @@ class _ServerGroupState:
|
|
|
464
490
|
@pulumi.getter(name="serverGroupType")
|
|
465
491
|
def server_group_type(self) -> Optional[pulumi.Input[str]]:
|
|
466
492
|
"""
|
|
467
|
-
The type of the server group. Valid values:
|
|
493
|
+
The type of the server group. Valid values:
|
|
494
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
495
|
+
- `Ip`: allows you to specify IP addresses.
|
|
468
496
|
"""
|
|
469
497
|
return pulumi.get(self, "server_group_type")
|
|
470
498
|
|
|
@@ -605,8 +633,15 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
605
633
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
606
634
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
607
635
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
636
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
637
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
638
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
639
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
640
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
608
641
|
:param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
|
|
609
|
-
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
642
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
643
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
644
|
+
- `Ip`: allows you to specify IP addresses.
|
|
610
645
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
611
646
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
|
|
612
647
|
|
|
@@ -779,8 +814,15 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
779
814
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
780
815
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
781
816
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
817
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
818
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
819
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
820
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
821
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
782
822
|
:param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
|
|
783
|
-
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
823
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
824
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
825
|
+
- `Ip`: allows you to specify IP addresses.
|
|
784
826
|
:param pulumi.Input[str] status: Server group status. Value:
|
|
785
827
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
786
828
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
|
|
@@ -888,6 +930,11 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
888
930
|
def scheduler(self) -> pulumi.Output[str]:
|
|
889
931
|
"""
|
|
890
932
|
The routing algorithm. Valid values:
|
|
933
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
934
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
935
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
936
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
937
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
891
938
|
"""
|
|
892
939
|
return pulumi.get(self, "scheduler")
|
|
893
940
|
|
|
@@ -903,7 +950,9 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
903
950
|
@pulumi.getter(name="serverGroupType")
|
|
904
951
|
def server_group_type(self) -> pulumi.Output[str]:
|
|
905
952
|
"""
|
|
906
|
-
The type of the server group. Valid values:
|
|
953
|
+
The type of the server group. Valid values:
|
|
954
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
955
|
+
- `Ip`: allows you to specify IP addresses.
|
|
907
956
|
"""
|
|
908
957
|
return pulumi.get(self, "server_group_type")
|
|
909
958
|
|
|
@@ -196,12 +196,12 @@ def get_base_instances(enable_details: Optional[bool] = None,
|
|
|
196
196
|
|
|
197
197
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
198
198
|
:param str instance_id: OceanBase cluster ID.
|
|
199
|
-
:param str instance_name: OceanBase cluster name.
|
|
199
|
+
:param str instance_name: OceanBase cluster name. The length is 1 to 20 English or Chinese characters. If this parameter is not specified, the default value is the InstanceId of the cluster.
|
|
200
200
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
201
201
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
202
202
|
:param str resource_group_id: The ID of the enterprise resource group to which the instance resides.
|
|
203
203
|
:param str search_key: The filter keyword for the query list.
|
|
204
|
-
:param str status: The status of the
|
|
204
|
+
:param str status: The status of the Instance. Value range: `PENDING_CREATE`, `ONLINE`, `TENANT_CREATING`, `TENANT_SPEC_MODIFYING`, `EXPANDING`, `REDUCING`, `SPEC_UPGRADING`, `DISK_UPGRADING`, `WHITE_LIST_MODIFYING`, `PARAMETER_MODIFYING`, `SSL_MODIFYING`, `PREPAID_EXPIRE_CLOSED`, `ARREARS_CLOSED`, `PENDING_DELETE`.
|
|
205
205
|
"""
|
|
206
206
|
__args__ = dict()
|
|
207
207
|
__args__['enableDetails'] = enable_details
|
|
@@ -270,11 +270,11 @@ def get_base_instances_output(enable_details: Optional[pulumi.Input[Optional[boo
|
|
|
270
270
|
|
|
271
271
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
272
272
|
:param str instance_id: OceanBase cluster ID.
|
|
273
|
-
:param str instance_name: OceanBase cluster name.
|
|
273
|
+
:param str instance_name: OceanBase cluster name. The length is 1 to 20 English or Chinese characters. If this parameter is not specified, the default value is the InstanceId of the cluster.
|
|
274
274
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
275
275
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
276
276
|
:param str resource_group_id: The ID of the enterprise resource group to which the instance resides.
|
|
277
277
|
:param str search_key: The filter keyword for the query list.
|
|
278
|
-
:param str status: The status of the
|
|
278
|
+
:param str status: The status of the Instance. Value range: `PENDING_CREATE`, `ONLINE`, `TENANT_CREATING`, `TENANT_SPEC_MODIFYING`, `EXPANDING`, `REDUCING`, `SPEC_UPGRADING`, `DISK_UPGRADING`, `WHITE_LIST_MODIFYING`, `PARAMETER_MODIFYING`, `SSL_MODIFYING`, `PREPAID_EXPIRE_CLOSED`, `ARREARS_CLOSED`, `PENDING_DELETE`.
|
|
279
279
|
"""
|
|
280
280
|
...
|
|
@@ -197,10 +197,10 @@ def get_parameters(enable_details: Optional[bool] = None,
|
|
|
197
197
|
:param Sequence[str] ids: A list of Parameter IDs. Its element value is same as Parameter Name.
|
|
198
198
|
:param str name_regex: A regex string to filter results by Parameter name.
|
|
199
199
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
200
|
-
:param str parameter_name: The name of the common parameter.
|
|
200
|
+
:param str parameter_name: The name of the common parameter. You can enter a keyword to query parameter names in fuzzy match mode.
|
|
201
201
|
:param str resource_group_id: The ID of the Resource Group.
|
|
202
|
-
:param Mapping[str, Any] tags:
|
|
203
|
-
:param str type: The data type of the common parameter.
|
|
202
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
203
|
+
:param str type: The data type of the common parameter. Valid values: `String` and `StringList`.
|
|
204
204
|
"""
|
|
205
205
|
__args__ = dict()
|
|
206
206
|
__args__['enableDetails'] = enable_details
|
|
@@ -277,9 +277,9 @@ def get_parameters_output(enable_details: Optional[pulumi.Input[Optional[bool]]]
|
|
|
277
277
|
:param Sequence[str] ids: A list of Parameter IDs. Its element value is same as Parameter Name.
|
|
278
278
|
:param str name_regex: A regex string to filter results by Parameter name.
|
|
279
279
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
280
|
-
:param str parameter_name: The name of the common parameter.
|
|
280
|
+
:param str parameter_name: The name of the common parameter. You can enter a keyword to query parameter names in fuzzy match mode.
|
|
281
281
|
:param str resource_group_id: The ID of the Resource Group.
|
|
282
|
-
:param Mapping[str, Any] tags:
|
|
283
|
-
:param str type: The data type of the common parameter.
|
|
282
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
283
|
+
:param str type: The data type of the common parameter. Valid values: `String` and `StringList`.
|
|
284
284
|
"""
|
|
285
285
|
...
|
|
@@ -133,9 +133,9 @@ def get_patch_baselines(enable_details: Optional[bool] = None,
|
|
|
133
133
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
134
134
|
:param Sequence[str] ids: A list of Patch Baseline IDs. Its element value is same as Patch Baseline Name.
|
|
135
135
|
:param str name_regex: A regex string to filter results by Patch Baseline name.
|
|
136
|
-
:param str operation_system: Operating system type.
|
|
136
|
+
:param str operation_system: Operating system type. Valid values: `AliyunLinux`, `Anolis`, `CentOS`, `Debian`, `RedhatEnterpriseLinux`, `Ubuntu`, `Windows`.
|
|
137
137
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
138
|
-
:param str share_type: Patch baseline sharing type.
|
|
138
|
+
:param str share_type: Patch baseline sharing type. Valid values: `Private`, `Public`.
|
|
139
139
|
"""
|
|
140
140
|
__args__ = dict()
|
|
141
141
|
__args__['enableDetails'] = enable_details
|
|
@@ -176,8 +176,8 @@ def get_patch_baselines_output(enable_details: Optional[pulumi.Input[Optional[bo
|
|
|
176
176
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
177
177
|
:param Sequence[str] ids: A list of Patch Baseline IDs. Its element value is same as Patch Baseline Name.
|
|
178
178
|
:param str name_regex: A regex string to filter results by Patch Baseline name.
|
|
179
|
-
:param str operation_system: Operating system type.
|
|
179
|
+
:param str operation_system: Operating system type. Valid values: `AliyunLinux`, `Anolis`, `CentOS`, `Debian`, `RedhatEnterpriseLinux`, `Ubuntu`, `Windows`.
|
|
180
180
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
181
|
-
:param str share_type: Patch baseline sharing type.
|
|
181
|
+
:param str share_type: Patch baseline sharing type. Valid values: `Private`, `Public`.
|
|
182
182
|
"""
|
|
183
183
|
...
|
|
@@ -165,8 +165,8 @@ def get_secret_parameters(enable_details: Optional[bool] = None,
|
|
|
165
165
|
:param str name_regex: A regex string to filter results by Secret Parameter name.
|
|
166
166
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
167
167
|
:param str resource_group_id: The ID of the Resource Group.
|
|
168
|
-
:param str secret_parameter_name: The name of the
|
|
169
|
-
:param Mapping[str, Any] tags:
|
|
168
|
+
:param str secret_parameter_name: The name of the secret parameter.
|
|
169
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
170
170
|
"""
|
|
171
171
|
__args__ = dict()
|
|
172
172
|
__args__['enableDetails'] = enable_details
|
|
@@ -218,7 +218,7 @@ def get_secret_parameters_output(enable_details: Optional[pulumi.Input[Optional[
|
|
|
218
218
|
:param str name_regex: A regex string to filter results by Secret Parameter name.
|
|
219
219
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
220
220
|
:param str resource_group_id: The ID of the Resource Group.
|
|
221
|
-
:param str secret_parameter_name: The name of the
|
|
222
|
-
:param Mapping[str, Any] tags:
|
|
221
|
+
:param str secret_parameter_name: The name of the secret parameter.
|
|
222
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
223
223
|
"""
|
|
224
224
|
...
|
pulumi_alicloud/oos/parameter.py
CHANGED
|
@@ -27,6 +27,10 @@ class ParameterArgs:
|
|
|
27
27
|
:param pulumi.Input[str] type: The data type of the common parameter. Valid values: `String` and `StringList`.
|
|
28
28
|
:param pulumi.Input[str] value: The value of the common parameter. The value must be `1` to `4096` characters in length.
|
|
29
29
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
30
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
31
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
32
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
33
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
30
34
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
31
35
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
32
36
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -84,6 +88,10 @@ class ParameterArgs:
|
|
|
84
88
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
85
89
|
"""
|
|
86
90
|
The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
91
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
92
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
93
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
94
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
87
95
|
"""
|
|
88
96
|
return pulumi.get(self, "constraints")
|
|
89
97
|
|
|
@@ -141,6 +149,10 @@ class _ParameterState:
|
|
|
141
149
|
"""
|
|
142
150
|
Input properties used for looking up and filtering Parameter resources.
|
|
143
151
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
152
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
153
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
154
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
155
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
144
156
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
145
157
|
:param pulumi.Input[str] parameter_name: The name of the common parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
146
158
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -168,6 +180,10 @@ class _ParameterState:
|
|
|
168
180
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
169
181
|
"""
|
|
170
182
|
The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
183
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
184
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
185
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
186
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
171
187
|
"""
|
|
172
188
|
return pulumi.get(self, "constraints")
|
|
173
189
|
|
|
@@ -300,6 +316,10 @@ class Parameter(pulumi.CustomResource):
|
|
|
300
316
|
:param str resource_name: The name of the resource.
|
|
301
317
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
302
318
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
319
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
320
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
321
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
322
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
303
323
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
304
324
|
:param pulumi.Input[str] parameter_name: The name of the common parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
305
325
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -418,6 +438,10 @@ class Parameter(pulumi.CustomResource):
|
|
|
418
438
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
419
439
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
420
440
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
441
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
442
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
443
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
444
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
421
445
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
422
446
|
:param pulumi.Input[str] parameter_name: The name of the common parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
423
447
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -443,6 +467,10 @@ class Parameter(pulumi.CustomResource):
|
|
|
443
467
|
def constraints(self) -> pulumi.Output[Optional[str]]:
|
|
444
468
|
"""
|
|
445
469
|
The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
470
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
471
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
472
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
473
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
446
474
|
"""
|
|
447
475
|
return pulumi.get(self, "constraints")
|
|
448
476
|
|
|
@@ -27,6 +27,10 @@ class SecretParameterArgs:
|
|
|
27
27
|
:param pulumi.Input[str] secret_parameter_name: The name of the encryption parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
28
28
|
:param pulumi.Input[str] value: The value of the encryption parameter. The value must be `1` to `4096` characters in length.
|
|
29
29
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
30
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
31
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
32
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
33
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
30
34
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
31
35
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
32
36
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -77,6 +81,10 @@ class SecretParameterArgs:
|
|
|
77
81
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
78
82
|
"""
|
|
79
83
|
The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
84
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
85
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
86
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
87
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
80
88
|
"""
|
|
81
89
|
return pulumi.get(self, "constraints")
|
|
82
90
|
|
|
@@ -159,6 +167,10 @@ class _SecretParameterState:
|
|
|
159
167
|
"""
|
|
160
168
|
Input properties used for looking up and filtering SecretParameter resources.
|
|
161
169
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
170
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
171
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
172
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
173
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
162
174
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
163
175
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
164
176
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -189,6 +201,10 @@ class _SecretParameterState:
|
|
|
189
201
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
190
202
|
"""
|
|
191
203
|
The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
204
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
205
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
206
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
207
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
192
208
|
"""
|
|
193
209
|
return pulumi.get(self, "constraints")
|
|
194
210
|
|
|
@@ -339,6 +355,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
339
355
|
:param str resource_name: The name of the resource.
|
|
340
356
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
341
357
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
358
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
359
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
360
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
361
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
342
362
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
343
363
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
344
364
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -466,6 +486,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
466
486
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
467
487
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
468
488
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
489
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
490
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
491
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
492
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
469
493
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
470
494
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
471
495
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -493,6 +517,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
493
517
|
def constraints(self) -> pulumi.Output[Optional[str]]:
|
|
494
518
|
"""
|
|
495
519
|
The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
520
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
521
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
522
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
523
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
496
524
|
"""
|
|
497
525
|
return pulumi.get(self, "constraints")
|
|
498
526
|
|
pulumi_alicloud/ots/instance.py
CHANGED
|
@@ -25,11 +25,24 @@ class InstanceArgs:
|
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a Instance resource.
|
|
27
27
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
28
|
+
* `Any` - Allow all network to access the instance.
|
|
29
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
30
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
31
|
+
|
|
32
|
+
Default to "Any".
|
|
28
33
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
29
34
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
30
35
|
:param pulumi.Input[str] name: The name of the instance.
|
|
31
36
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
37
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
38
|
+
|
|
39
|
+
Default to ["TRUST_PROXY"].
|
|
32
40
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
41
|
+
* `CLASSIC` - Classic network.
|
|
42
|
+
* `VPC` - VPC network.
|
|
43
|
+
* `INTERNET` - Public internet.
|
|
44
|
+
|
|
45
|
+
Default to ["VPC", "CLASSIC"].
|
|
33
46
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
34
47
|
Default to Alibaba Cloud default resource group.
|
|
35
48
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -56,6 +69,11 @@ class InstanceArgs:
|
|
|
56
69
|
def accessed_by(self) -> Optional[pulumi.Input[str]]:
|
|
57
70
|
"""
|
|
58
71
|
The network limitation of accessing instance. Valid values:
|
|
72
|
+
* `Any` - Allow all network to access the instance.
|
|
73
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
74
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
75
|
+
|
|
76
|
+
Default to "Any".
|
|
59
77
|
"""
|
|
60
78
|
return pulumi.get(self, "accessed_by")
|
|
61
79
|
|
|
@@ -104,6 +122,9 @@ class InstanceArgs:
|
|
|
104
122
|
def network_source_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
105
123
|
"""
|
|
106
124
|
The set of request sources that are allowed access. Valid optional values:
|
|
125
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
126
|
+
|
|
127
|
+
Default to ["TRUST_PROXY"].
|
|
107
128
|
"""
|
|
108
129
|
return pulumi.get(self, "network_source_acls")
|
|
109
130
|
|
|
@@ -116,6 +137,11 @@ class InstanceArgs:
|
|
|
116
137
|
def network_type_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
117
138
|
"""
|
|
118
139
|
The set of network types that are allowed access. Valid optional values:
|
|
140
|
+
* `CLASSIC` - Classic network.
|
|
141
|
+
* `VPC` - VPC network.
|
|
142
|
+
* `INTERNET` - Public internet.
|
|
143
|
+
|
|
144
|
+
Default to ["VPC", "CLASSIC"].
|
|
119
145
|
"""
|
|
120
146
|
return pulumi.get(self, "network_type_acls")
|
|
121
147
|
|
|
@@ -163,11 +189,24 @@ class _InstanceState:
|
|
|
163
189
|
"""
|
|
164
190
|
Input properties used for looking up and filtering Instance resources.
|
|
165
191
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
192
|
+
* `Any` - Allow all network to access the instance.
|
|
193
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
194
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
195
|
+
|
|
196
|
+
Default to "Any".
|
|
166
197
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
167
198
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
168
199
|
:param pulumi.Input[str] name: The name of the instance.
|
|
169
200
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
201
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
202
|
+
|
|
203
|
+
Default to ["TRUST_PROXY"].
|
|
170
204
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
205
|
+
* `CLASSIC` - Classic network.
|
|
206
|
+
* `VPC` - VPC network.
|
|
207
|
+
* `INTERNET` - Public internet.
|
|
208
|
+
|
|
209
|
+
Default to ["VPC", "CLASSIC"].
|
|
171
210
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
172
211
|
Default to Alibaba Cloud default resource group.
|
|
173
212
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -194,6 +233,11 @@ class _InstanceState:
|
|
|
194
233
|
def accessed_by(self) -> Optional[pulumi.Input[str]]:
|
|
195
234
|
"""
|
|
196
235
|
The network limitation of accessing instance. Valid values:
|
|
236
|
+
* `Any` - Allow all network to access the instance.
|
|
237
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
238
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
239
|
+
|
|
240
|
+
Default to "Any".
|
|
197
241
|
"""
|
|
198
242
|
return pulumi.get(self, "accessed_by")
|
|
199
243
|
|
|
@@ -242,6 +286,9 @@ class _InstanceState:
|
|
|
242
286
|
def network_source_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
243
287
|
"""
|
|
244
288
|
The set of request sources that are allowed access. Valid optional values:
|
|
289
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
290
|
+
|
|
291
|
+
Default to ["TRUST_PROXY"].
|
|
245
292
|
"""
|
|
246
293
|
return pulumi.get(self, "network_source_acls")
|
|
247
294
|
|
|
@@ -254,6 +301,11 @@ class _InstanceState:
|
|
|
254
301
|
def network_type_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
255
302
|
"""
|
|
256
303
|
The set of network types that are allowed access. Valid optional values:
|
|
304
|
+
* `CLASSIC` - Classic network.
|
|
305
|
+
* `VPC` - VPC network.
|
|
306
|
+
* `INTERNET` - Public internet.
|
|
307
|
+
|
|
308
|
+
Default to ["VPC", "CLASSIC"].
|
|
257
309
|
"""
|
|
258
310
|
return pulumi.get(self, "network_type_acls")
|
|
259
311
|
|
|
@@ -342,11 +394,24 @@ class Instance(pulumi.CustomResource):
|
|
|
342
394
|
:param str resource_name: The name of the resource.
|
|
343
395
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
344
396
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
397
|
+
* `Any` - Allow all network to access the instance.
|
|
398
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
399
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
400
|
+
|
|
401
|
+
Default to "Any".
|
|
345
402
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
346
403
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
347
404
|
:param pulumi.Input[str] name: The name of the instance.
|
|
348
405
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
406
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
407
|
+
|
|
408
|
+
Default to ["TRUST_PROXY"].
|
|
349
409
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
410
|
+
* `CLASSIC` - Classic network.
|
|
411
|
+
* `VPC` - VPC network.
|
|
412
|
+
* `INTERNET` - Public internet.
|
|
413
|
+
|
|
414
|
+
Default to ["VPC", "CLASSIC"].
|
|
350
415
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
351
416
|
Default to Alibaba Cloud default resource group.
|
|
352
417
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -461,11 +526,24 @@ class Instance(pulumi.CustomResource):
|
|
|
461
526
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
462
527
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
463
528
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
529
|
+
* `Any` - Allow all network to access the instance.
|
|
530
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
531
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
532
|
+
|
|
533
|
+
Default to "Any".
|
|
464
534
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
465
535
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
466
536
|
:param pulumi.Input[str] name: The name of the instance.
|
|
467
537
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
538
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
539
|
+
|
|
540
|
+
Default to ["TRUST_PROXY"].
|
|
468
541
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
542
|
+
* `CLASSIC` - Classic network.
|
|
543
|
+
* `VPC` - VPC network.
|
|
544
|
+
* `INTERNET` - Public internet.
|
|
545
|
+
|
|
546
|
+
Default to ["VPC", "CLASSIC"].
|
|
469
547
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
470
548
|
Default to Alibaba Cloud default resource group.
|
|
471
549
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -489,6 +567,11 @@ class Instance(pulumi.CustomResource):
|
|
|
489
567
|
def accessed_by(self) -> pulumi.Output[str]:
|
|
490
568
|
"""
|
|
491
569
|
The network limitation of accessing instance. Valid values:
|
|
570
|
+
* `Any` - Allow all network to access the instance.
|
|
571
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
572
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
573
|
+
|
|
574
|
+
Default to "Any".
|
|
492
575
|
"""
|
|
493
576
|
return pulumi.get(self, "accessed_by")
|
|
494
577
|
|
|
@@ -521,6 +604,9 @@ class Instance(pulumi.CustomResource):
|
|
|
521
604
|
def network_source_acls(self) -> pulumi.Output[Sequence[str]]:
|
|
522
605
|
"""
|
|
523
606
|
The set of request sources that are allowed access. Valid optional values:
|
|
607
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
608
|
+
|
|
609
|
+
Default to ["TRUST_PROXY"].
|
|
524
610
|
"""
|
|
525
611
|
return pulumi.get(self, "network_source_acls")
|
|
526
612
|
|
|
@@ -529,6 +615,11 @@ class Instance(pulumi.CustomResource):
|
|
|
529
615
|
def network_type_acls(self) -> pulumi.Output[Sequence[str]]:
|
|
530
616
|
"""
|
|
531
617
|
The set of network types that are allowed access. Valid optional values:
|
|
618
|
+
* `CLASSIC` - Classic network.
|
|
619
|
+
* `VPC` - VPC network.
|
|
620
|
+
* `INTERNET` - Public internet.
|
|
621
|
+
|
|
622
|
+
Default to ["VPC", "CLASSIC"].
|
|
532
623
|
"""
|
|
533
624
|
return pulumi.get(self, "network_type_acls")
|
|
534
625
|
|
|
@@ -137,7 +137,7 @@ def get_vpc_endpoint_connections(endpoint_id: Optional[str] = None,
|
|
|
137
137
|
:param int endpoint_owner_id: The endpoint owner id.
|
|
138
138
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
139
139
|
:param str service_id: The ID of the Vpc Endpoint Service.
|
|
140
|
-
:param str status: The status of Vpc Endpoint Connection.
|
|
140
|
+
:param str status: The status of Vpc Endpoint Connection. Valid Values: `Connected`, `Connecting`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting`, `Pending` and `ServiceDeleted`.
|
|
141
141
|
"""
|
|
142
142
|
__args__ = dict()
|
|
143
143
|
__args__['endpointId'] = endpoint_id
|
|
@@ -189,6 +189,6 @@ def get_vpc_endpoint_connections_output(endpoint_id: Optional[pulumi.Input[Optio
|
|
|
189
189
|
:param int endpoint_owner_id: The endpoint owner id.
|
|
190
190
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
191
191
|
:param str service_id: The ID of the Vpc Endpoint Service.
|
|
192
|
-
:param str status: The status of Vpc Endpoint Connection.
|
|
192
|
+
:param str status: The status of Vpc Endpoint Connection. Valid Values: `Connected`, `Connecting`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting`, `Pending` and `ServiceDeleted`.
|
|
193
193
|
"""
|
|
194
194
|
...
|