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
|
@@ -44,6 +44,9 @@ class AdConnectorOfficeSiteArgs:
|
|
|
44
44
|
:param pulumi.Input[int] bandwidth: The maximum public bandwidth value. Valid values: 0 to 200. If you do not specify this parameter or you set this parameter to 0, Internet access is disabled.
|
|
45
45
|
:param pulumi.Input[str] cen_owner_id: The cen owner id.
|
|
46
46
|
:param pulumi.Input[str] desktop_access_type: The method that you use to connect to cloud desktops. **Note:** The VPC connection method is provided by Alibaba Cloud PrivateLink. You are not charged for PrivateLink. When you set this parameter to VPC or Any, PrivateLink is automatically activated. Default value: `INTERNET`. Valid values:
|
|
47
|
+
- `INTERNET`: connects clients to cloud desktops only over the Internet.
|
|
48
|
+
- `VPC`: connects clients to cloud desktops only over a VPC.
|
|
49
|
+
- `ANY`: connects clients to cloud desktops over the Internet or a VPC. You can select a connection method when you use a client to connect to the cloud desktop.
|
|
47
50
|
:param pulumi.Input[str] domain_password: The password of the domain administrator. The password can be up to 64 characters in length.
|
|
48
51
|
:param pulumi.Input[str] domain_user_name: The username of the domain administrator. The username can be up to 64 characters in length.
|
|
49
52
|
:param pulumi.Input[bool] enable_admin_access: Specifies whether to grant the permissions of the local administrator to the desktop users. Default value: true.
|
|
@@ -190,6 +193,9 @@ class AdConnectorOfficeSiteArgs:
|
|
|
190
193
|
def desktop_access_type(self) -> Optional[pulumi.Input[str]]:
|
|
191
194
|
"""
|
|
192
195
|
The method that you use to connect to cloud desktops. **Note:** The VPC connection method is provided by Alibaba Cloud PrivateLink. You are not charged for PrivateLink. When you set this parameter to VPC or Any, PrivateLink is automatically activated. Default value: `INTERNET`. Valid values:
|
|
196
|
+
- `INTERNET`: connects clients to cloud desktops only over the Internet.
|
|
197
|
+
- `VPC`: connects clients to cloud desktops only over a VPC.
|
|
198
|
+
- `ANY`: connects clients to cloud desktops over the Internet or a VPC. You can select a connection method when you use a client to connect to the cloud desktop.
|
|
193
199
|
"""
|
|
194
200
|
return pulumi.get(self, "desktop_access_type")
|
|
195
201
|
|
|
@@ -350,6 +356,9 @@ class _AdConnectorOfficeSiteState:
|
|
|
350
356
|
:param pulumi.Input[str] cen_owner_id: The cen owner id.
|
|
351
357
|
:param pulumi.Input[str] cidr_block: Workspace Corresponds to the Security Office Network of IPv4 Segment.
|
|
352
358
|
:param pulumi.Input[str] desktop_access_type: The method that you use to connect to cloud desktops. **Note:** The VPC connection method is provided by Alibaba Cloud PrivateLink. You are not charged for PrivateLink. When you set this parameter to VPC or Any, PrivateLink is automatically activated. Default value: `INTERNET`. Valid values:
|
|
359
|
+
- `INTERNET`: connects clients to cloud desktops only over the Internet.
|
|
360
|
+
- `VPC`: connects clients to cloud desktops only over a VPC.
|
|
361
|
+
- `ANY`: connects clients to cloud desktops over the Internet or a VPC. You can select a connection method when you use a client to connect to the cloud desktop.
|
|
353
362
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_addresses: The IP address N of the DNS server of the enterprise AD system. You can specify only one IP address.
|
|
354
363
|
:param pulumi.Input[str] domain_name: The domain name of the enterprise AD system. You can register each domain name only once.
|
|
355
364
|
:param pulumi.Input[str] domain_password: The password of the domain administrator. The password can be up to 64 characters in length.
|
|
@@ -482,6 +491,9 @@ class _AdConnectorOfficeSiteState:
|
|
|
482
491
|
def desktop_access_type(self) -> Optional[pulumi.Input[str]]:
|
|
483
492
|
"""
|
|
484
493
|
The method that you use to connect to cloud desktops. **Note:** The VPC connection method is provided by Alibaba Cloud PrivateLink. You are not charged for PrivateLink. When you set this parameter to VPC or Any, PrivateLink is automatically activated. Default value: `INTERNET`. Valid values:
|
|
494
|
+
- `INTERNET`: connects clients to cloud desktops only over the Internet.
|
|
495
|
+
- `VPC`: connects clients to cloud desktops only over a VPC.
|
|
496
|
+
- `ANY`: connects clients to cloud desktops over the Internet or a VPC. You can select a connection method when you use a client to connect to the cloud desktop.
|
|
485
497
|
"""
|
|
486
498
|
return pulumi.get(self, "desktop_access_type")
|
|
487
499
|
|
|
@@ -727,6 +739,9 @@ class AdConnectorOfficeSite(pulumi.CustomResource):
|
|
|
727
739
|
:param pulumi.Input[str] cen_owner_id: The cen owner id.
|
|
728
740
|
:param pulumi.Input[str] cidr_block: Workspace Corresponds to the Security Office Network of IPv4 Segment.
|
|
729
741
|
:param pulumi.Input[str] desktop_access_type: The method that you use to connect to cloud desktops. **Note:** The VPC connection method is provided by Alibaba Cloud PrivateLink. You are not charged for PrivateLink. When you set this parameter to VPC or Any, PrivateLink is automatically activated. Default value: `INTERNET`. Valid values:
|
|
742
|
+
- `INTERNET`: connects clients to cloud desktops only over the Internet.
|
|
743
|
+
- `VPC`: connects clients to cloud desktops only over a VPC.
|
|
744
|
+
- `ANY`: connects clients to cloud desktops over the Internet or a VPC. You can select a connection method when you use a client to connect to the cloud desktop.
|
|
730
745
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_addresses: The IP address N of the DNS server of the enterprise AD system. You can specify only one IP address.
|
|
731
746
|
:param pulumi.Input[str] domain_name: The domain name of the enterprise AD system. You can register each domain name only once.
|
|
732
747
|
:param pulumi.Input[str] domain_password: The password of the domain administrator. The password can be up to 64 characters in length.
|
|
@@ -912,6 +927,9 @@ class AdConnectorOfficeSite(pulumi.CustomResource):
|
|
|
912
927
|
:param pulumi.Input[str] cen_owner_id: The cen owner id.
|
|
913
928
|
:param pulumi.Input[str] cidr_block: Workspace Corresponds to the Security Office Network of IPv4 Segment.
|
|
914
929
|
:param pulumi.Input[str] desktop_access_type: The method that you use to connect to cloud desktops. **Note:** The VPC connection method is provided by Alibaba Cloud PrivateLink. You are not charged for PrivateLink. When you set this parameter to VPC or Any, PrivateLink is automatically activated. Default value: `INTERNET`. Valid values:
|
|
930
|
+
- `INTERNET`: connects clients to cloud desktops only over the Internet.
|
|
931
|
+
- `VPC`: connects clients to cloud desktops only over a VPC.
|
|
932
|
+
- `ANY`: connects clients to cloud desktops over the Internet or a VPC. You can select a connection method when you use a client to connect to the cloud desktop.
|
|
915
933
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_addresses: The IP address N of the DNS server of the enterprise AD system. You can specify only one IP address.
|
|
916
934
|
:param pulumi.Input[str] domain_name: The domain name of the enterprise AD system. You can register each domain name only once.
|
|
917
935
|
:param pulumi.Input[str] domain_password: The password of the domain administrator. The password can be up to 64 characters in length.
|
|
@@ -1005,6 +1023,9 @@ class AdConnectorOfficeSite(pulumi.CustomResource):
|
|
|
1005
1023
|
def desktop_access_type(self) -> pulumi.Output[str]:
|
|
1006
1024
|
"""
|
|
1007
1025
|
The method that you use to connect to cloud desktops. **Note:** The VPC connection method is provided by Alibaba Cloud PrivateLink. You are not charged for PrivateLink. When you set this parameter to VPC or Any, PrivateLink is automatically activated. Default value: `INTERNET`. Valid values:
|
|
1026
|
+
- `INTERNET`: connects clients to cloud desktops only over the Internet.
|
|
1027
|
+
- `VPC`: connects clients to cloud desktops only over a VPC.
|
|
1028
|
+
- `ANY`: connects clients to cloud desktops over the Internet or a VPC. You can select a connection method when you use a client to connect to the cloud desktop.
|
|
1008
1029
|
"""
|
|
1009
1030
|
return pulumi.get(self, "desktop_access_type")
|
|
1010
1031
|
|
|
@@ -127,7 +127,16 @@ def get_ad_connector_office_sites(ids: Optional[Sequence[str]] = None,
|
|
|
127
127
|
:param Sequence[str] ids: A list of Ad Connector Office Site IDs.
|
|
128
128
|
:param str name_regex: A regex string to filter results by Ad Connector Office Site name.
|
|
129
129
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
130
|
-
:param str status: The workspace status.
|
|
130
|
+
:param str status: The workspace status. Valid values:
|
|
131
|
+
- `REGISTERING`: The workspace is being registered.
|
|
132
|
+
- `REGISTERED`: The workspace is registered.
|
|
133
|
+
- `DEREGISTERING`: The workspace is being deregistered.
|
|
134
|
+
- `DEREGISTERED`: The workspace is deregistered.
|
|
135
|
+
- `ERROR`: The configurations of the workspace are invalid.
|
|
136
|
+
- `NEEDCONFIGTRUST`: The trust relationship needs to be configured.
|
|
137
|
+
- `NEEDCONFIGUSER`: Users need to be configured.
|
|
138
|
+
- `CONFIGTRUSTING`: The trust relationship is being configured.
|
|
139
|
+
- `CONFIGTRUSTFAILED`: The trust relationship fails to be configured.
|
|
131
140
|
"""
|
|
132
141
|
__args__ = dict()
|
|
133
142
|
__args__['ids'] = ids
|
|
@@ -176,6 +185,15 @@ def get_ad_connector_office_sites_output(ids: Optional[pulumi.Input[Optional[Seq
|
|
|
176
185
|
:param Sequence[str] ids: A list of Ad Connector Office Site IDs.
|
|
177
186
|
:param str name_regex: A regex string to filter results by Ad Connector Office Site name.
|
|
178
187
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
179
|
-
:param str status: The workspace status.
|
|
188
|
+
:param str status: The workspace status. Valid values:
|
|
189
|
+
- `REGISTERING`: The workspace is being registered.
|
|
190
|
+
- `REGISTERED`: The workspace is registered.
|
|
191
|
+
- `DEREGISTERING`: The workspace is being deregistered.
|
|
192
|
+
- `DEREGISTERED`: The workspace is deregistered.
|
|
193
|
+
- `ERROR`: The configurations of the workspace are invalid.
|
|
194
|
+
- `NEEDCONFIGTRUST`: The trust relationship needs to be configured.
|
|
195
|
+
- `NEEDCONFIGUSER`: Users need to be configured.
|
|
196
|
+
- `CONFIGTRUSTING`: The trust relationship is being configured.
|
|
197
|
+
- `CONFIGTRUSTFAILED`: The trust relationship fails to be configured.
|
|
180
198
|
"""
|
|
181
199
|
...
|
|
@@ -146,10 +146,10 @@ def get_desktop_types(cpu_count: Optional[int] = None,
|
|
|
146
146
|
:param int cpu_count: The CPU cores.
|
|
147
147
|
:param float gpu_count: The GPU cores.
|
|
148
148
|
:param Sequence[str] ids: A list of Desktop Type IDs.
|
|
149
|
-
:param str instance_type_family: The Specification family.
|
|
149
|
+
:param str instance_type_family: The Specification family. Valid values: `eds.graphics`, `eds.hf`, `eds.general`, `ecd.graphics`, `ecd.performance`, `ecd.advanced`, `ecd.basic`.
|
|
150
150
|
:param int memory_size: The Memory size. Unit: MiB.
|
|
151
151
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
152
|
-
:param str status: The status of the resource.
|
|
152
|
+
:param str status: The status of the resource. Valid values: `SUFFICIENT`.
|
|
153
153
|
"""
|
|
154
154
|
__args__ = dict()
|
|
155
155
|
__args__['cpuCount'] = cpu_count
|
|
@@ -204,9 +204,9 @@ def get_desktop_types_output(cpu_count: Optional[pulumi.Input[Optional[int]]] =
|
|
|
204
204
|
:param int cpu_count: The CPU cores.
|
|
205
205
|
:param float gpu_count: The GPU cores.
|
|
206
206
|
:param Sequence[str] ids: A list of Desktop Type IDs.
|
|
207
|
-
:param str instance_type_family: The Specification family.
|
|
207
|
+
:param str instance_type_family: The Specification family. Valid values: `eds.graphics`, `eds.hf`, `eds.general`, `ecd.graphics`, `ecd.performance`, `ecd.advanced`, `ecd.basic`.
|
|
208
208
|
:param int memory_size: The Memory size. Unit: MiB.
|
|
209
209
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
210
|
-
:param str status: The status of the resource.
|
|
210
|
+
:param str status: The status of the resource. Valid values: `SUFFICIENT`.
|
|
211
211
|
"""
|
|
212
212
|
...
|
|
@@ -197,8 +197,7 @@ def get_desktops(desktop_name: Optional[str] = None,
|
|
|
197
197
|
```
|
|
198
198
|
|
|
199
199
|
|
|
200
|
-
:param str desktop_name: The desktop name
|
|
201
|
-
:param Sequence[str] end_user_ids: The desktop end user id of the Desktop.
|
|
200
|
+
:param str desktop_name: The desktop name.
|
|
202
201
|
:param Sequence[str] ids: A list of Desktop IDs.
|
|
203
202
|
:param str name_regex: A regex string to filter results by Desktop name.
|
|
204
203
|
:param str office_site_id: The ID of the Simple Office Site.
|
|
@@ -295,8 +294,7 @@ def get_desktops_output(desktop_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
295
294
|
```
|
|
296
295
|
|
|
297
296
|
|
|
298
|
-
:param str desktop_name: The desktop name
|
|
299
|
-
:param Sequence[str] end_user_ids: The desktop end user id of the Desktop.
|
|
297
|
+
:param str desktop_name: The desktop name.
|
|
300
298
|
:param Sequence[str] ids: A list of Desktop IDs.
|
|
301
299
|
:param str name_regex: A regex string to filter results by Desktop name.
|
|
302
300
|
:param str office_site_id: The ID of the Simple Office Site.
|
|
@@ -189,7 +189,7 @@ def get_images(desktop_instance_type: Optional[str] = None,
|
|
|
189
189
|
:param Sequence[str] ids: A list of Image IDs.
|
|
190
190
|
:param str image_type: The image type of the image. Valid values: `SYSTEM`, `CUSTOM`.
|
|
191
191
|
:param str name_regex: A regex string to filter results by Image name.
|
|
192
|
-
:param str os_type: The
|
|
192
|
+
:param str os_type: The operating system type of the image. Valid values: `Windows` and `Linux`.
|
|
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 image. Valid values: `Creating`, `Available`, `CreateFailed`.
|
|
195
195
|
"""
|
|
@@ -281,7 +281,7 @@ def get_images_output(desktop_instance_type: Optional[pulumi.Input[Optional[str]
|
|
|
281
281
|
:param Sequence[str] ids: A list of Image IDs.
|
|
282
282
|
:param str image_type: The image type of the image. Valid values: `SYSTEM`, `CUSTOM`.
|
|
283
283
|
:param str name_regex: A regex string to filter results by Image name.
|
|
284
|
-
:param str os_type: The
|
|
284
|
+
:param str os_type: The operating system type of the image. Valid values: `Windows` and `Linux`.
|
|
285
285
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
286
286
|
:param str status: The status of the image. Valid values: `Creating`, `Available`, `CreateFailed`.
|
|
287
287
|
"""
|
|
@@ -127,7 +127,7 @@ def get_ram_directories(ids: Optional[Sequence[str]] = None,
|
|
|
127
127
|
:param Sequence[str] ids: A list of Ram Directory IDs.
|
|
128
128
|
:param str name_regex: A regex string to filter results by Ram Directory name.
|
|
129
129
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
130
|
-
:param str status: The status of directory.
|
|
130
|
+
:param str status: The status of directory. Valid values: `REGISTERING`, `REGISTERED`, `DEREGISTERING`, `NEEDCONFIGTRUST`, `CONFIGTRUSTFAILED`, `DEREGISTERED`, `ERROR`, `CONFIGTRUSTING`, `NEEDCONFIGUSER`.
|
|
131
131
|
"""
|
|
132
132
|
__args__ = dict()
|
|
133
133
|
__args__['ids'] = ids
|
|
@@ -176,6 +176,6 @@ def get_ram_directories_output(ids: Optional[pulumi.Input[Optional[Sequence[str]
|
|
|
176
176
|
:param Sequence[str] ids: A list of Ram Directory IDs.
|
|
177
177
|
:param str name_regex: A regex string to filter results by Ram Directory name.
|
|
178
178
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
179
|
-
:param str status: The status of directory.
|
|
179
|
+
:param str status: The status of directory. Valid values: `REGISTERING`, `REGISTERED`, `DEREGISTERING`, `NEEDCONFIGTRUST`, `CONFIGTRUSTFAILED`, `DEREGISTERED`, `ERROR`, `CONFIGTRUSTING`, `NEEDCONFIGUSER`.
|
|
180
180
|
"""
|
|
181
181
|
...
|
|
@@ -126,7 +126,7 @@ def get_simple_office_sites(ids: Optional[Sequence[str]] = None,
|
|
|
126
126
|
:param Sequence[str] ids: A list of Simple Office Site IDs.
|
|
127
127
|
:param str name_regex: A regex string to filter results by Simple Office Site name.
|
|
128
128
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
129
|
-
:param str status: Workspace State.
|
|
129
|
+
:param str status: Workspace State. Valid values: `REGISTERED`,`REGISTERING`.
|
|
130
130
|
"""
|
|
131
131
|
__args__ = dict()
|
|
132
132
|
__args__['ids'] = ids
|
|
@@ -174,6 +174,6 @@ def get_simple_office_sites_output(ids: Optional[pulumi.Input[Optional[Sequence[
|
|
|
174
174
|
:param Sequence[str] ids: A list of Simple Office Site IDs.
|
|
175
175
|
:param str name_regex: A regex string to filter results by Simple Office Site name.
|
|
176
176
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
177
|
-
:param str status: Workspace State.
|
|
177
|
+
:param str status: Workspace State. Valid values: `REGISTERED`,`REGISTERING`.
|
|
178
178
|
"""
|
|
179
179
|
...
|
pulumi_alicloud/eds/get_users.py
CHANGED
|
@@ -110,7 +110,7 @@ def get_users(ids: Optional[Sequence[str]] = None,
|
|
|
110
110
|
|
|
111
111
|
:param Sequence[str] ids: A list of User IDs.
|
|
112
112
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
113
|
-
:param str status: The status of the resource.
|
|
113
|
+
:param str status: The status of the resource. Valid values: `Unlocked`, `Locked`.
|
|
114
114
|
"""
|
|
115
115
|
__args__ = dict()
|
|
116
116
|
__args__['ids'] = ids
|
|
@@ -157,6 +157,6 @@ def get_users_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None
|
|
|
157
157
|
|
|
158
158
|
:param Sequence[str] ids: A list of User IDs.
|
|
159
159
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
160
|
-
:param str status: The status of the resource.
|
|
160
|
+
:param str status: The status of the resource. Valid values: `Unlocked`, `Locked`.
|
|
161
161
|
"""
|
|
162
162
|
...
|
pulumi_alicloud/eds/outputs.py
CHANGED
|
@@ -478,6 +478,14 @@ class GetAdConnectorDirectoriesDirectoryAdConnectorResult(dict):
|
|
|
478
478
|
specification: str,
|
|
479
479
|
trust_key: str,
|
|
480
480
|
vswitch_id: str):
|
|
481
|
+
"""
|
|
482
|
+
:param str ad_connector_address: The address of AD connector.
|
|
483
|
+
:param str connector_status: The status of connector.
|
|
484
|
+
:param str network_interface_id: The ID of the network interface.
|
|
485
|
+
:param str specification: The AD Connector specifications.
|
|
486
|
+
:param str trust_key: The AD Connector control trust password.
|
|
487
|
+
:param str vswitch_id: The ID of VSwitch.
|
|
488
|
+
"""
|
|
481
489
|
pulumi.set(__self__, "ad_connector_address", ad_connector_address)
|
|
482
490
|
pulumi.set(__self__, "connector_status", connector_status)
|
|
483
491
|
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
@@ -488,31 +496,49 @@ class GetAdConnectorDirectoriesDirectoryAdConnectorResult(dict):
|
|
|
488
496
|
@property
|
|
489
497
|
@pulumi.getter(name="adConnectorAddress")
|
|
490
498
|
def ad_connector_address(self) -> str:
|
|
499
|
+
"""
|
|
500
|
+
The address of AD connector.
|
|
501
|
+
"""
|
|
491
502
|
return pulumi.get(self, "ad_connector_address")
|
|
492
503
|
|
|
493
504
|
@property
|
|
494
505
|
@pulumi.getter(name="connectorStatus")
|
|
495
506
|
def connector_status(self) -> str:
|
|
507
|
+
"""
|
|
508
|
+
The status of connector.
|
|
509
|
+
"""
|
|
496
510
|
return pulumi.get(self, "connector_status")
|
|
497
511
|
|
|
498
512
|
@property
|
|
499
513
|
@pulumi.getter(name="networkInterfaceId")
|
|
500
514
|
def network_interface_id(self) -> str:
|
|
515
|
+
"""
|
|
516
|
+
The ID of the network interface.
|
|
517
|
+
"""
|
|
501
518
|
return pulumi.get(self, "network_interface_id")
|
|
502
519
|
|
|
503
520
|
@property
|
|
504
521
|
@pulumi.getter
|
|
505
522
|
def specification(self) -> str:
|
|
523
|
+
"""
|
|
524
|
+
The AD Connector specifications.
|
|
525
|
+
"""
|
|
506
526
|
return pulumi.get(self, "specification")
|
|
507
527
|
|
|
508
528
|
@property
|
|
509
529
|
@pulumi.getter(name="trustKey")
|
|
510
530
|
def trust_key(self) -> str:
|
|
531
|
+
"""
|
|
532
|
+
The AD Connector control trust password.
|
|
533
|
+
"""
|
|
511
534
|
return pulumi.get(self, "trust_key")
|
|
512
535
|
|
|
513
536
|
@property
|
|
514
537
|
@pulumi.getter(name="vswitchId")
|
|
515
538
|
def vswitch_id(self) -> str:
|
|
539
|
+
"""
|
|
540
|
+
The ID of VSwitch.
|
|
541
|
+
"""
|
|
516
542
|
return pulumi.get(self, "vswitch_id")
|
|
517
543
|
|
|
518
544
|
|
|
@@ -1079,6 +1105,12 @@ class GetBundlesBundleDesktopTypeAttributeResult(dict):
|
|
|
1079
1105
|
gpu_count: str,
|
|
1080
1106
|
gpu_spec: str,
|
|
1081
1107
|
memory_size: str):
|
|
1108
|
+
"""
|
|
1109
|
+
:param int cpu_count: The cpu count attribute of the bundle.
|
|
1110
|
+
:param str gpu_count: The gpu count attribute of the bundle.
|
|
1111
|
+
:param str gpu_spec: The gpu spec attribute of the bundle.
|
|
1112
|
+
:param str memory_size: The memory size attribute of the bundle.
|
|
1113
|
+
"""
|
|
1082
1114
|
pulumi.set(__self__, "cpu_count", cpu_count)
|
|
1083
1115
|
pulumi.set(__self__, "gpu_count", gpu_count)
|
|
1084
1116
|
pulumi.set(__self__, "gpu_spec", gpu_spec)
|
|
@@ -1087,21 +1119,33 @@ class GetBundlesBundleDesktopTypeAttributeResult(dict):
|
|
|
1087
1119
|
@property
|
|
1088
1120
|
@pulumi.getter(name="cpuCount")
|
|
1089
1121
|
def cpu_count(self) -> int:
|
|
1122
|
+
"""
|
|
1123
|
+
The cpu count attribute of the bundle.
|
|
1124
|
+
"""
|
|
1090
1125
|
return pulumi.get(self, "cpu_count")
|
|
1091
1126
|
|
|
1092
1127
|
@property
|
|
1093
1128
|
@pulumi.getter(name="gpuCount")
|
|
1094
1129
|
def gpu_count(self) -> str:
|
|
1130
|
+
"""
|
|
1131
|
+
The gpu count attribute of the bundle.
|
|
1132
|
+
"""
|
|
1095
1133
|
return pulumi.get(self, "gpu_count")
|
|
1096
1134
|
|
|
1097
1135
|
@property
|
|
1098
1136
|
@pulumi.getter(name="gpuSpec")
|
|
1099
1137
|
def gpu_spec(self) -> str:
|
|
1138
|
+
"""
|
|
1139
|
+
The gpu spec attribute of the bundle.
|
|
1140
|
+
"""
|
|
1100
1141
|
return pulumi.get(self, "gpu_spec")
|
|
1101
1142
|
|
|
1102
1143
|
@property
|
|
1103
1144
|
@pulumi.getter(name="memorySize")
|
|
1104
1145
|
def memory_size(self) -> str:
|
|
1146
|
+
"""
|
|
1147
|
+
The memory size attribute of the bundle.
|
|
1148
|
+
"""
|
|
1105
1149
|
return pulumi.get(self, "memory_size")
|
|
1106
1150
|
|
|
1107
1151
|
|
|
@@ -1110,17 +1154,27 @@ class GetBundlesBundleDiskResult(dict):
|
|
|
1110
1154
|
def __init__(__self__, *,
|
|
1111
1155
|
disk_size: str,
|
|
1112
1156
|
disk_type: str):
|
|
1157
|
+
"""
|
|
1158
|
+
:param str disk_size: The disk size attribute of the bundle.
|
|
1159
|
+
:param str disk_type: The disk type attribute of the bundle.
|
|
1160
|
+
"""
|
|
1113
1161
|
pulumi.set(__self__, "disk_size", disk_size)
|
|
1114
1162
|
pulumi.set(__self__, "disk_type", disk_type)
|
|
1115
1163
|
|
|
1116
1164
|
@property
|
|
1117
1165
|
@pulumi.getter(name="diskSize")
|
|
1118
1166
|
def disk_size(self) -> str:
|
|
1167
|
+
"""
|
|
1168
|
+
The disk size attribute of the bundle.
|
|
1169
|
+
"""
|
|
1119
1170
|
return pulumi.get(self, "disk_size")
|
|
1120
1171
|
|
|
1121
1172
|
@property
|
|
1122
1173
|
@pulumi.getter(name="diskType")
|
|
1123
1174
|
def disk_type(self) -> str:
|
|
1175
|
+
"""
|
|
1176
|
+
The disk type attribute of the bundle.
|
|
1177
|
+
"""
|
|
1124
1178
|
return pulumi.get(self, "disk_type")
|
|
1125
1179
|
|
|
1126
1180
|
|
|
@@ -2421,8 +2475,8 @@ class GetPolicyGroupsGroupAuthorizeAccessPolicyRuleResult(dict):
|
|
|
2421
2475
|
cidr_ip: str,
|
|
2422
2476
|
description: str):
|
|
2423
2477
|
"""
|
|
2424
|
-
:param str cidr_ip: The cidrip of
|
|
2425
|
-
:param str description: The description of
|
|
2478
|
+
:param str cidr_ip: The cidrip of authorize access rule..
|
|
2479
|
+
:param str description: The description of authorize access rule.
|
|
2426
2480
|
"""
|
|
2427
2481
|
pulumi.set(__self__, "cidr_ip", cidr_ip)
|
|
2428
2482
|
pulumi.set(__self__, "description", description)
|
|
@@ -2431,7 +2485,7 @@ class GetPolicyGroupsGroupAuthorizeAccessPolicyRuleResult(dict):
|
|
|
2431
2485
|
@pulumi.getter(name="cidrIp")
|
|
2432
2486
|
def cidr_ip(self) -> str:
|
|
2433
2487
|
"""
|
|
2434
|
-
The cidrip of
|
|
2488
|
+
The cidrip of authorize access rule..
|
|
2435
2489
|
"""
|
|
2436
2490
|
return pulumi.get(self, "cidr_ip")
|
|
2437
2491
|
|
|
@@ -2439,7 +2493,7 @@ class GetPolicyGroupsGroupAuthorizeAccessPolicyRuleResult(dict):
|
|
|
2439
2493
|
@pulumi.getter
|
|
2440
2494
|
def description(self) -> str:
|
|
2441
2495
|
"""
|
|
2442
|
-
The description of
|
|
2496
|
+
The description of authorize access rule.
|
|
2443
2497
|
"""
|
|
2444
2498
|
return pulumi.get(self, "description")
|
|
2445
2499
|
|
pulumi_alicloud/ehpc/cluster.py
CHANGED
|
@@ -93,7 +93,13 @@ class ClusterArgs:
|
|
|
93
93
|
:param pulumi.Input[bool] compute_enable_ht: Specifies whether the compute nodes support hyper-threading. Default value: `true`.
|
|
94
94
|
:param pulumi.Input[str] compute_spot_price_limit: The maximum hourly price of the compute nodes. A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.
|
|
95
95
|
:param pulumi.Input[str] compute_spot_strategy: The bidding method of the compute nodes. Default value: `NoSpot`. Valid values:
|
|
96
|
+
- `NoSpot`: The compute nodes are pay-as-you-go instances.
|
|
97
|
+
- `SpotWithPriceLimit`: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
|
|
98
|
+
- `SpotAsPriceGo`: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.
|
|
96
99
|
:param pulumi.Input[str] deploy_mode: The mode in which the cluster is deployed. Valid values: `Standard`, `Simple`, `Tiny`. Default value: Standard.
|
|
100
|
+
- `Standard`: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.
|
|
101
|
+
- `Simple`: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.
|
|
102
|
+
- `Tiny`: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.
|
|
97
103
|
:param pulumi.Input[str] description: The description of the cluster. The description must be `2` to `256` characters in length. It cannot start with `http://` or `https://`.
|
|
98
104
|
:param pulumi.Input[str] domain: The domain name of the on-premises cluster. This parameter takes effect only when the AccoutType parameter is set to Idap.
|
|
99
105
|
:param pulumi.Input[str] ecs_charge_type: The billing method of the nodes.
|
|
@@ -130,6 +136,10 @@ class ClusterArgs:
|
|
|
130
136
|
:param pulumi.Input[str] security_group_id: The ID of the security group to which the cluster belongs.
|
|
131
137
|
:param pulumi.Input[str] security_group_name: If you do not use an existing security group, set the parameter to the name of a new security group. A default policy is applied to the new security group.
|
|
132
138
|
:param pulumi.Input[str] system_disk_level: The performance level of the ESSD that is used as the system disk. Default value: `PL1` For more information, see [ESSDs](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/essds). Valid values:
|
|
139
|
+
* `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
140
|
+
* `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
141
|
+
* `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
142
|
+
* `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
133
143
|
:param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: `GB`. Valid values: `40` to `500`. Default value: `40`.
|
|
134
144
|
:param pulumi.Input[str] system_disk_type: The type of the system disk. Valid values: `cloud_efficiency`, `cloud_ssd`, `cloud_essd` or `cloud`. Default value: `cloud_ssd`.
|
|
135
145
|
:param pulumi.Input[str] volume_id: The ID of the file system. If you leave the parameter empty, a Performance NAS file system is created by default.
|
|
@@ -452,6 +462,9 @@ class ClusterArgs:
|
|
|
452
462
|
def compute_spot_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
453
463
|
"""
|
|
454
464
|
The bidding method of the compute nodes. Default value: `NoSpot`. Valid values:
|
|
465
|
+
- `NoSpot`: The compute nodes are pay-as-you-go instances.
|
|
466
|
+
- `SpotWithPriceLimit`: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
|
|
467
|
+
- `SpotAsPriceGo`: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.
|
|
455
468
|
"""
|
|
456
469
|
return pulumi.get(self, "compute_spot_strategy")
|
|
457
470
|
|
|
@@ -464,6 +477,9 @@ class ClusterArgs:
|
|
|
464
477
|
def deploy_mode(self) -> Optional[pulumi.Input[str]]:
|
|
465
478
|
"""
|
|
466
479
|
The mode in which the cluster is deployed. Valid values: `Standard`, `Simple`, `Tiny`. Default value: Standard.
|
|
480
|
+
- `Standard`: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.
|
|
481
|
+
- `Simple`: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.
|
|
482
|
+
- `Tiny`: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.
|
|
467
483
|
"""
|
|
468
484
|
return pulumi.get(self, "deploy_mode")
|
|
469
485
|
|
|
@@ -808,6 +824,10 @@ class ClusterArgs:
|
|
|
808
824
|
def system_disk_level(self) -> Optional[pulumi.Input[str]]:
|
|
809
825
|
"""
|
|
810
826
|
The performance level of the ESSD that is used as the system disk. Default value: `PL1` For more information, see [ESSDs](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/essds). Valid values:
|
|
827
|
+
* `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
828
|
+
* `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
829
|
+
* `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
830
|
+
* `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
811
831
|
"""
|
|
812
832
|
return pulumi.get(self, "system_disk_level")
|
|
813
833
|
|
|
@@ -1039,7 +1059,13 @@ class _ClusterState:
|
|
|
1039
1059
|
:param pulumi.Input[str] compute_instance_type: The instance type of the compute nodes.
|
|
1040
1060
|
:param pulumi.Input[str] compute_spot_price_limit: The maximum hourly price of the compute nodes. A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.
|
|
1041
1061
|
:param pulumi.Input[str] compute_spot_strategy: The bidding method of the compute nodes. Default value: `NoSpot`. Valid values:
|
|
1062
|
+
- `NoSpot`: The compute nodes are pay-as-you-go instances.
|
|
1063
|
+
- `SpotWithPriceLimit`: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
|
|
1064
|
+
- `SpotAsPriceGo`: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.
|
|
1042
1065
|
:param pulumi.Input[str] deploy_mode: The mode in which the cluster is deployed. Valid values: `Standard`, `Simple`, `Tiny`. Default value: Standard.
|
|
1066
|
+
- `Standard`: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.
|
|
1067
|
+
- `Simple`: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.
|
|
1068
|
+
- `Tiny`: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.
|
|
1043
1069
|
:param pulumi.Input[str] description: The description of the cluster. The description must be `2` to `256` characters in length. It cannot start with `http://` or `https://`.
|
|
1044
1070
|
:param pulumi.Input[str] domain: The domain name of the on-premises cluster. This parameter takes effect only when the AccoutType parameter is set to Idap.
|
|
1045
1071
|
:param pulumi.Input[str] ecs_charge_type: The billing method of the nodes.
|
|
@@ -1081,6 +1107,10 @@ class _ClusterState:
|
|
|
1081
1107
|
:param pulumi.Input[str] security_group_name: If you do not use an existing security group, set the parameter to the name of a new security group. A default policy is applied to the new security group.
|
|
1082
1108
|
:param pulumi.Input[str] status: The status of the resource.
|
|
1083
1109
|
:param pulumi.Input[str] system_disk_level: The performance level of the ESSD that is used as the system disk. Default value: `PL1` For more information, see [ESSDs](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/essds). Valid values:
|
|
1110
|
+
* `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
1111
|
+
* `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
1112
|
+
* `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
1113
|
+
* `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
1084
1114
|
:param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: `GB`. Valid values: `40` to `500`. Default value: `40`.
|
|
1085
1115
|
:param pulumi.Input[str] system_disk_type: The type of the system disk. Valid values: `cloud_efficiency`, `cloud_ssd`, `cloud_essd` or `cloud`. Default value: `cloud_ssd`.
|
|
1086
1116
|
:param pulumi.Input[str] volume_id: The ID of the file system. If you leave the parameter empty, a Performance NAS file system is created by default.
|
|
@@ -1364,6 +1394,9 @@ class _ClusterState:
|
|
|
1364
1394
|
def compute_spot_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
1365
1395
|
"""
|
|
1366
1396
|
The bidding method of the compute nodes. Default value: `NoSpot`. Valid values:
|
|
1397
|
+
- `NoSpot`: The compute nodes are pay-as-you-go instances.
|
|
1398
|
+
- `SpotWithPriceLimit`: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
|
|
1399
|
+
- `SpotAsPriceGo`: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.
|
|
1367
1400
|
"""
|
|
1368
1401
|
return pulumi.get(self, "compute_spot_strategy")
|
|
1369
1402
|
|
|
@@ -1376,6 +1409,9 @@ class _ClusterState:
|
|
|
1376
1409
|
def deploy_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1377
1410
|
"""
|
|
1378
1411
|
The mode in which the cluster is deployed. Valid values: `Standard`, `Simple`, `Tiny`. Default value: Standard.
|
|
1412
|
+
- `Standard`: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.
|
|
1413
|
+
- `Simple`: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.
|
|
1414
|
+
- `Tiny`: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.
|
|
1379
1415
|
"""
|
|
1380
1416
|
return pulumi.get(self, "deploy_mode")
|
|
1381
1417
|
|
|
@@ -1780,6 +1816,10 @@ class _ClusterState:
|
|
|
1780
1816
|
def system_disk_level(self) -> Optional[pulumi.Input[str]]:
|
|
1781
1817
|
"""
|
|
1782
1818
|
The performance level of the ESSD that is used as the system disk. Default value: `PL1` For more information, see [ESSDs](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/essds). Valid values:
|
|
1819
|
+
* `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
1820
|
+
* `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
1821
|
+
* `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
1822
|
+
* `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
1783
1823
|
"""
|
|
1784
1824
|
return pulumi.get(self, "system_disk_level")
|
|
1785
1825
|
|
|
@@ -2083,7 +2123,13 @@ class Cluster(pulumi.CustomResource):
|
|
|
2083
2123
|
:param pulumi.Input[str] compute_instance_type: The instance type of the compute nodes.
|
|
2084
2124
|
:param pulumi.Input[str] compute_spot_price_limit: The maximum hourly price of the compute nodes. A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.
|
|
2085
2125
|
:param pulumi.Input[str] compute_spot_strategy: The bidding method of the compute nodes. Default value: `NoSpot`. Valid values:
|
|
2126
|
+
- `NoSpot`: The compute nodes are pay-as-you-go instances.
|
|
2127
|
+
- `SpotWithPriceLimit`: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
|
|
2128
|
+
- `SpotAsPriceGo`: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.
|
|
2086
2129
|
:param pulumi.Input[str] deploy_mode: The mode in which the cluster is deployed. Valid values: `Standard`, `Simple`, `Tiny`. Default value: Standard.
|
|
2130
|
+
- `Standard`: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.
|
|
2131
|
+
- `Simple`: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.
|
|
2132
|
+
- `Tiny`: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.
|
|
2087
2133
|
:param pulumi.Input[str] description: The description of the cluster. The description must be `2` to `256` characters in length. It cannot start with `http://` or `https://`.
|
|
2088
2134
|
:param pulumi.Input[str] domain: The domain name of the on-premises cluster. This parameter takes effect only when the AccoutType parameter is set to Idap.
|
|
2089
2135
|
:param pulumi.Input[str] ecs_charge_type: The billing method of the nodes.
|
|
@@ -2124,6 +2170,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
2124
2170
|
:param pulumi.Input[str] security_group_id: The ID of the security group to which the cluster belongs.
|
|
2125
2171
|
:param pulumi.Input[str] security_group_name: If you do not use an existing security group, set the parameter to the name of a new security group. A default policy is applied to the new security group.
|
|
2126
2172
|
:param pulumi.Input[str] system_disk_level: The performance level of the ESSD that is used as the system disk. Default value: `PL1` For more information, see [ESSDs](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/essds). Valid values:
|
|
2173
|
+
* `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
2174
|
+
* `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
2175
|
+
* `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
2176
|
+
* `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
2127
2177
|
:param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: `GB`. Valid values: `40` to `500`. Default value: `40`.
|
|
2128
2178
|
:param pulumi.Input[str] system_disk_type: The type of the system disk. Valid values: `cloud_efficiency`, `cloud_ssd`, `cloud_essd` or `cloud`. Default value: `cloud_ssd`.
|
|
2129
2179
|
:param pulumi.Input[str] volume_id: The ID of the file system. If you leave the parameter empty, a Performance NAS file system is created by default.
|
|
@@ -2461,7 +2511,13 @@ class Cluster(pulumi.CustomResource):
|
|
|
2461
2511
|
:param pulumi.Input[str] compute_instance_type: The instance type of the compute nodes.
|
|
2462
2512
|
:param pulumi.Input[str] compute_spot_price_limit: The maximum hourly price of the compute nodes. A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.
|
|
2463
2513
|
:param pulumi.Input[str] compute_spot_strategy: The bidding method of the compute nodes. Default value: `NoSpot`. Valid values:
|
|
2514
|
+
- `NoSpot`: The compute nodes are pay-as-you-go instances.
|
|
2515
|
+
- `SpotWithPriceLimit`: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
|
|
2516
|
+
- `SpotAsPriceGo`: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.
|
|
2464
2517
|
:param pulumi.Input[str] deploy_mode: The mode in which the cluster is deployed. Valid values: `Standard`, `Simple`, `Tiny`. Default value: Standard.
|
|
2518
|
+
- `Standard`: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.
|
|
2519
|
+
- `Simple`: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.
|
|
2520
|
+
- `Tiny`: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.
|
|
2465
2521
|
:param pulumi.Input[str] description: The description of the cluster. The description must be `2` to `256` characters in length. It cannot start with `http://` or `https://`.
|
|
2466
2522
|
:param pulumi.Input[str] domain: The domain name of the on-premises cluster. This parameter takes effect only when the AccoutType parameter is set to Idap.
|
|
2467
2523
|
:param pulumi.Input[str] ecs_charge_type: The billing method of the nodes.
|
|
@@ -2503,6 +2559,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
2503
2559
|
:param pulumi.Input[str] security_group_name: If you do not use an existing security group, set the parameter to the name of a new security group. A default policy is applied to the new security group.
|
|
2504
2560
|
:param pulumi.Input[str] status: The status of the resource.
|
|
2505
2561
|
:param pulumi.Input[str] system_disk_level: The performance level of the ESSD that is used as the system disk. Default value: `PL1` For more information, see [ESSDs](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/essds). Valid values:
|
|
2562
|
+
* `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
2563
|
+
* `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
2564
|
+
* `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
2565
|
+
* `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
2506
2566
|
:param pulumi.Input[int] system_disk_size: The size of the system disk. Unit: `GB`. Valid values: `40` to `500`. Default value: `40`.
|
|
2507
2567
|
:param pulumi.Input[str] system_disk_type: The type of the system disk. Valid values: `cloud_efficiency`, `cloud_ssd`, `cloud_essd` or `cloud`. Default value: `cloud_ssd`.
|
|
2508
2568
|
:param pulumi.Input[str] volume_id: The ID of the file system. If you leave the parameter empty, a Performance NAS file system is created by default.
|
|
@@ -2684,6 +2744,9 @@ class Cluster(pulumi.CustomResource):
|
|
|
2684
2744
|
def compute_spot_strategy(self) -> pulumi.Output[Optional[str]]:
|
|
2685
2745
|
"""
|
|
2686
2746
|
The bidding method of the compute nodes. Default value: `NoSpot`. Valid values:
|
|
2747
|
+
- `NoSpot`: The compute nodes are pay-as-you-go instances.
|
|
2748
|
+
- `SpotWithPriceLimit`: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
|
|
2749
|
+
- `SpotAsPriceGo`: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.
|
|
2687
2750
|
"""
|
|
2688
2751
|
return pulumi.get(self, "compute_spot_strategy")
|
|
2689
2752
|
|
|
@@ -2692,6 +2755,9 @@ class Cluster(pulumi.CustomResource):
|
|
|
2692
2755
|
def deploy_mode(self) -> pulumi.Output[str]:
|
|
2693
2756
|
"""
|
|
2694
2757
|
The mode in which the cluster is deployed. Valid values: `Standard`, `Simple`, `Tiny`. Default value: Standard.
|
|
2758
|
+
- `Standard`: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.
|
|
2759
|
+
- `Simple`: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.
|
|
2760
|
+
- `Tiny`: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.
|
|
2695
2761
|
"""
|
|
2696
2762
|
return pulumi.get(self, "deploy_mode")
|
|
2697
2763
|
|
|
@@ -2964,6 +3030,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
2964
3030
|
def system_disk_level(self) -> pulumi.Output[Optional[str]]:
|
|
2965
3031
|
"""
|
|
2966
3032
|
The performance level of the ESSD that is used as the system disk. Default value: `PL1` For more information, see [ESSDs](https://www.alibabacloud.com/help/en/elastic-compute-service/latest/essds). Valid values:
|
|
3033
|
+
* `PL0`: A single ESSD can deliver up to 10,000 random read/write IOPS.
|
|
3034
|
+
* `PL1`: A single ESSD can deliver up to 50,000 random read/write IOPS.
|
|
3035
|
+
* `PL2`: A single ESSD can deliver up to 100,000 random read/write IOPS.
|
|
3036
|
+
* `PL3`: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
|
|
2967
3037
|
"""
|
|
2968
3038
|
return pulumi.get(self, "system_disk_level")
|
|
2969
3039
|
|