pulumi-alicloud 3.56.0a1715923185__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 +244 -16
- pulumi_alicloud/cs/edge_kubernetes.py +29 -15
- pulumi_alicloud/cs/kubernetes.py +54 -7
- pulumi_alicloud/cs/managed_kubernetes.py +34 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +266 -16
- 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 +63 -1
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +199 -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 +222 -126
- pulumi_alicloud/ecs/outputs.py +217 -93
- 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/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- 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/instance.py +218 -128
- 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_queue.py +100 -82
- 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/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- 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/privatelink/vpc_endpoint.py +124 -41
- 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/simpleapplicationserver/snapshot.py +4 -4
- 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.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
|
@@ -85,6 +85,9 @@ class InstanceArgs:
|
|
|
85
85
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
86
86
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
87
87
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
88
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
89
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
90
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
88
91
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
89
92
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
90
93
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -95,7 +98,12 @@ class InstanceArgs:
|
|
|
95
98
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
96
99
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
97
100
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
101
|
+
- `Standard`: standard backup.
|
|
102
|
+
- `Flash `: single-digit second backup.
|
|
98
103
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
104
|
+
- `Open`: turn on SSL encryption.
|
|
105
|
+
- `Close`: turn off SSL encryption.
|
|
106
|
+
- `Update`: update SSL certificate.
|
|
99
107
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
100
108
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
101
109
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -458,6 +466,9 @@ class InstanceArgs:
|
|
|
458
466
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
459
467
|
"""
|
|
460
468
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
469
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
470
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
471
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
461
472
|
"""
|
|
462
473
|
return pulumi.get(self, "order_type")
|
|
463
474
|
|
|
@@ -578,6 +589,8 @@ class InstanceArgs:
|
|
|
578
589
|
def snapshot_backup_type(self) -> Optional[pulumi.Input[str]]:
|
|
579
590
|
"""
|
|
580
591
|
The snapshot backup type. Default value: `Standard`. Valid values:
|
|
592
|
+
- `Standard`: standard backup.
|
|
593
|
+
- `Flash `: single-digit second backup.
|
|
581
594
|
"""
|
|
582
595
|
return pulumi.get(self, "snapshot_backup_type")
|
|
583
596
|
|
|
@@ -590,6 +603,9 @@ class InstanceArgs:
|
|
|
590
603
|
def ssl_action(self) -> Optional[pulumi.Input[str]]:
|
|
591
604
|
"""
|
|
592
605
|
Actions performed on SSL functions. Valid values:
|
|
606
|
+
- `Open`: turn on SSL encryption.
|
|
607
|
+
- `Close`: turn off SSL encryption.
|
|
608
|
+
- `Update`: update SSL certificate.
|
|
593
609
|
"""
|
|
594
610
|
return pulumi.get(self, "ssl_action")
|
|
595
611
|
|
|
@@ -760,6 +776,9 @@ class _InstanceState:
|
|
|
760
776
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
761
777
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
762
778
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
779
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
780
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
781
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
763
782
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
764
783
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
765
784
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -773,7 +792,12 @@ class _InstanceState:
|
|
|
773
792
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
774
793
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
775
794
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
795
|
+
- `Standard`: standard backup.
|
|
796
|
+
- `Flash `: single-digit second backup.
|
|
776
797
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
798
|
+
- `Open`: turn on SSL encryption.
|
|
799
|
+
- `Close`: turn off SSL encryption.
|
|
800
|
+
- `Update`: update SSL certificate.
|
|
777
801
|
:param pulumi.Input[str] ssl_status: Status of the SSL feature.
|
|
778
802
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
779
803
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
@@ -1148,6 +1172,9 @@ class _InstanceState:
|
|
|
1148
1172
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
1149
1173
|
"""
|
|
1150
1174
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1175
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1176
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1177
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1151
1178
|
"""
|
|
1152
1179
|
return pulumi.get(self, "order_type")
|
|
1153
1180
|
|
|
@@ -1304,6 +1331,8 @@ class _InstanceState:
|
|
|
1304
1331
|
def snapshot_backup_type(self) -> Optional[pulumi.Input[str]]:
|
|
1305
1332
|
"""
|
|
1306
1333
|
The snapshot backup type. Default value: `Standard`. Valid values:
|
|
1334
|
+
- `Standard`: standard backup.
|
|
1335
|
+
- `Flash `: single-digit second backup.
|
|
1307
1336
|
"""
|
|
1308
1337
|
return pulumi.get(self, "snapshot_backup_type")
|
|
1309
1338
|
|
|
@@ -1316,6 +1345,9 @@ class _InstanceState:
|
|
|
1316
1345
|
def ssl_action(self) -> Optional[pulumi.Input[str]]:
|
|
1317
1346
|
"""
|
|
1318
1347
|
Actions performed on SSL functions. Valid values:
|
|
1348
|
+
- `Open`: turn on SSL encryption.
|
|
1349
|
+
- `Close`: turn off SSL encryption.
|
|
1350
|
+
- `Update`: update SSL certificate.
|
|
1319
1351
|
"""
|
|
1320
1352
|
return pulumi.get(self, "ssl_action")
|
|
1321
1353
|
|
|
@@ -1561,6 +1593,9 @@ class Instance(pulumi.CustomResource):
|
|
|
1561
1593
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
1562
1594
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
1563
1595
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1596
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1597
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1598
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1564
1599
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceParameterArgs']]]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
1565
1600
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1566
1601
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -1571,7 +1606,12 @@ class Instance(pulumi.CustomResource):
|
|
|
1571
1606
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
1572
1607
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
1573
1608
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
1609
|
+
- `Standard`: standard backup.
|
|
1610
|
+
- `Flash `: single-digit second backup.
|
|
1574
1611
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
1612
|
+
- `Open`: turn on SSL encryption.
|
|
1613
|
+
- `Close`: turn off SSL encryption.
|
|
1614
|
+
- `Update`: update SSL certificate.
|
|
1575
1615
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
1576
1616
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
1577
1617
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -1858,6 +1898,9 @@ class Instance(pulumi.CustomResource):
|
|
|
1858
1898
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
1859
1899
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
1860
1900
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1901
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1902
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1903
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1861
1904
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceParameterArgs']]]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
1862
1905
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1863
1906
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -1871,7 +1914,12 @@ class Instance(pulumi.CustomResource):
|
|
|
1871
1914
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
1872
1915
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
1873
1916
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
1917
|
+
- `Standard`: standard backup.
|
|
1918
|
+
- `Flash `: single-digit second backup.
|
|
1874
1919
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
1920
|
+
- `Open`: turn on SSL encryption.
|
|
1921
|
+
- `Close`: turn off SSL encryption.
|
|
1922
|
+
- `Update`: update SSL certificate.
|
|
1875
1923
|
:param pulumi.Input[str] ssl_status: Status of the SSL feature.
|
|
1876
1924
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
1877
1925
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
@@ -2118,6 +2166,9 @@ class Instance(pulumi.CustomResource):
|
|
|
2118
2166
|
def order_type(self) -> pulumi.Output[Optional[str]]:
|
|
2119
2167
|
"""
|
|
2120
2168
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
2169
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
2170
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
2171
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
2121
2172
|
"""
|
|
2122
2173
|
return pulumi.get(self, "order_type")
|
|
2123
2174
|
|
|
@@ -2222,6 +2273,8 @@ class Instance(pulumi.CustomResource):
|
|
|
2222
2273
|
def snapshot_backup_type(self) -> pulumi.Output[str]:
|
|
2223
2274
|
"""
|
|
2224
2275
|
The snapshot backup type. Default value: `Standard`. Valid values:
|
|
2276
|
+
- `Standard`: standard backup.
|
|
2277
|
+
- `Flash `: single-digit second backup.
|
|
2225
2278
|
"""
|
|
2226
2279
|
return pulumi.get(self, "snapshot_backup_type")
|
|
2227
2280
|
|
|
@@ -2230,6 +2283,9 @@ class Instance(pulumi.CustomResource):
|
|
|
2230
2283
|
def ssl_action(self) -> pulumi.Output[Optional[str]]:
|
|
2231
2284
|
"""
|
|
2232
2285
|
Actions performed on SSL functions. Valid values:
|
|
2286
|
+
- `Open`: turn on SSL encryption.
|
|
2287
|
+
- `Close`: turn off SSL encryption.
|
|
2288
|
+
- `Update`: update SSL certificate.
|
|
2233
2289
|
"""
|
|
2234
2290
|
return pulumi.get(self, "ssl_action")
|
|
2235
2291
|
|
|
@@ -1574,6 +1574,11 @@ class GetServerlessInstancesInstanceSecurityIpGroupResult(dict):
|
|
|
1574
1574
|
security_ip_group_attribute: str,
|
|
1575
1575
|
security_ip_group_name: str,
|
|
1576
1576
|
security_ip_list: str):
|
|
1577
|
+
"""
|
|
1578
|
+
:param str security_ip_group_attribute: The attribute of the IP whitelist. This parameter is empty by default.
|
|
1579
|
+
:param str security_ip_group_name: The name of the IP whitelist.
|
|
1580
|
+
:param str security_ip_list: The IP addresses in the whitelist.
|
|
1581
|
+
"""
|
|
1577
1582
|
pulumi.set(__self__, "security_ip_group_attribute", security_ip_group_attribute)
|
|
1578
1583
|
pulumi.set(__self__, "security_ip_group_name", security_ip_group_name)
|
|
1579
1584
|
pulumi.set(__self__, "security_ip_list", security_ip_list)
|
|
@@ -1581,16 +1586,25 @@ class GetServerlessInstancesInstanceSecurityIpGroupResult(dict):
|
|
|
1581
1586
|
@property
|
|
1582
1587
|
@pulumi.getter(name="securityIpGroupAttribute")
|
|
1583
1588
|
def security_ip_group_attribute(self) -> str:
|
|
1589
|
+
"""
|
|
1590
|
+
The attribute of the IP whitelist. This parameter is empty by default.
|
|
1591
|
+
"""
|
|
1584
1592
|
return pulumi.get(self, "security_ip_group_attribute")
|
|
1585
1593
|
|
|
1586
1594
|
@property
|
|
1587
1595
|
@pulumi.getter(name="securityIpGroupName")
|
|
1588
1596
|
def security_ip_group_name(self) -> str:
|
|
1597
|
+
"""
|
|
1598
|
+
The name of the IP whitelist.
|
|
1599
|
+
"""
|
|
1589
1600
|
return pulumi.get(self, "security_ip_group_name")
|
|
1590
1601
|
|
|
1591
1602
|
@property
|
|
1592
1603
|
@pulumi.getter(name="securityIpList")
|
|
1593
1604
|
def security_ip_list(self) -> str:
|
|
1605
|
+
"""
|
|
1606
|
+
The IP addresses in the whitelist.
|
|
1607
|
+
"""
|
|
1594
1608
|
return pulumi.get(self, "security_ip_list")
|
|
1595
1609
|
|
|
1596
1610
|
|
|
@@ -57,6 +57,9 @@ class ShardingInstanceArgs:
|
|
|
57
57
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
58
58
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
59
59
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
60
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
61
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
62
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
60
63
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
61
64
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
62
65
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -279,6 +282,9 @@ class ShardingInstanceArgs:
|
|
|
279
282
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
280
283
|
"""
|
|
281
284
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
285
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
286
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
287
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
282
288
|
"""
|
|
283
289
|
return pulumi.get(self, "order_type")
|
|
284
290
|
|
|
@@ -464,6 +470,9 @@ class _ShardingInstanceState:
|
|
|
464
470
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
465
471
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
466
472
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
473
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
474
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
475
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
467
476
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
468
477
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
469
478
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -681,6 +690,9 @@ class _ShardingInstanceState:
|
|
|
681
690
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
682
691
|
"""
|
|
683
692
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
693
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
694
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
695
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
684
696
|
"""
|
|
685
697
|
return pulumi.get(self, "order_type")
|
|
686
698
|
|
|
@@ -966,6 +978,9 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
966
978
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
967
979
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
968
980
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
981
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
982
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
983
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
969
984
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
970
985
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
971
986
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -1199,6 +1214,9 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1199
1214
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
1200
1215
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
1201
1216
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1217
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1218
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1219
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1202
1220
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1203
1221
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
1204
1222
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -1347,6 +1365,9 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1347
1365
|
def order_type(self) -> pulumi.Output[Optional[str]]:
|
|
1348
1366
|
"""
|
|
1349
1367
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1368
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1369
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1370
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1350
1371
|
"""
|
|
1351
1372
|
return pulumi.get(self, "order_type")
|
|
1352
1373
|
|
pulumi_alicloud/mse/cluster.py
CHANGED
|
@@ -36,6 +36,10 @@ class ClusterArgs:
|
|
|
36
36
|
"""
|
|
37
37
|
The set of arguments for constructing a Cluster resource.
|
|
38
38
|
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
39
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
40
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
41
|
+
- `MSE_SC_4_8_60_c`: 4C8G
|
|
42
|
+
- `MSE_SC_8_16_60_c`: 8C16G
|
|
39
43
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
40
44
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
41
45
|
:param pulumi.Input[int] instance_count: The count of instance. **NOTE:** From version 1.188.0, `instance_count` can be modified.
|
|
@@ -93,6 +97,10 @@ class ClusterArgs:
|
|
|
93
97
|
def cluster_specification(self) -> pulumi.Input[str]:
|
|
94
98
|
"""
|
|
95
99
|
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
100
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
101
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
102
|
+
- `MSE_SC_4_8_60_c`: 4C8G
|
|
103
|
+
- `MSE_SC_8_16_60_c`: 8C16G
|
|
96
104
|
"""
|
|
97
105
|
return pulumi.get(self, "cluster_specification")
|
|
98
106
|
|
|
@@ -349,6 +357,10 @@ class _ClusterState:
|
|
|
349
357
|
:param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
|
|
350
358
|
:param pulumi.Input[str] cluster_id: (Available in v1.162.0+) The id of Cluster.
|
|
351
359
|
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
360
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
361
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
362
|
+
- `MSE_SC_4_8_60_c`: 4C8G
|
|
363
|
+
- `MSE_SC_8_16_60_c`: 8C16G
|
|
352
364
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
353
365
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
354
366
|
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
|
|
@@ -465,6 +477,10 @@ class _ClusterState:
|
|
|
465
477
|
def cluster_specification(self) -> Optional[pulumi.Input[str]]:
|
|
466
478
|
"""
|
|
467
479
|
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
480
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
481
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
482
|
+
- `MSE_SC_4_8_60_c`: 4C8G
|
|
483
|
+
- `MSE_SC_8_16_60_c`: 8C16G
|
|
468
484
|
"""
|
|
469
485
|
return pulumi.get(self, "cluster_specification")
|
|
470
486
|
|
|
@@ -716,6 +732,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
716
732
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] acl_entry_lists: The whitelist. **NOTE:** This attribute is invalid when the value of `pub_network_flow` is `0` and the value of `net_type` is `privatenet`.
|
|
717
733
|
:param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
|
|
718
734
|
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
735
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
736
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
737
|
+
- `MSE_SC_4_8_60_c`: 4C8G
|
|
738
|
+
- `MSE_SC_8_16_60_c`: 8C16G
|
|
719
739
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
720
740
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
721
741
|
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
|
|
@@ -869,6 +889,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
869
889
|
:param pulumi.Input[str] cluster_alias_name: The alias of MSE Cluster.
|
|
870
890
|
:param pulumi.Input[str] cluster_id: (Available in v1.162.0+) The id of Cluster.
|
|
871
891
|
:param pulumi.Input[str] cluster_specification: The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
892
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
893
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
894
|
+
- `MSE_SC_4_8_60_c`: 4C8G
|
|
895
|
+
- `MSE_SC_8_16_60_c`: 8C16G
|
|
872
896
|
:param pulumi.Input[str] cluster_type: The type of MSE Cluster.
|
|
873
897
|
:param pulumi.Input[str] cluster_version: The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
|
|
874
898
|
:param pulumi.Input[str] connection_type: The connection type. Valid values: `slb`.
|
|
@@ -952,6 +976,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
952
976
|
def cluster_specification(self) -> pulumi.Output[str]:
|
|
953
977
|
"""
|
|
954
978
|
The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. Valid values:
|
|
979
|
+
- `MSE_SC_1_2_60_c`: 1C2G
|
|
980
|
+
- `MSE_SC_2_4_60_c`: 2C4G
|
|
981
|
+
- `MSE_SC_4_8_60_c`: 4C8G
|
|
982
|
+
- `MSE_SC_8_16_60_c`: 8C16G
|
|
955
983
|
"""
|
|
956
984
|
return pulumi.get(self, "cluster_specification")
|
|
957
985
|
|
pulumi_alicloud/mse/outputs.py
CHANGED
|
@@ -708,6 +708,16 @@ class GetGatewaysGatewaySlbListResult(dict):
|
|
|
708
708
|
slb_ip: str,
|
|
709
709
|
slb_port: str,
|
|
710
710
|
type: str):
|
|
711
|
+
"""
|
|
712
|
+
:param str associate_id: The associate id.
|
|
713
|
+
:param str gateway_slb_mode: The Mode of the gateway slb.
|
|
714
|
+
:param str gateway_slb_status: The Status of the gateway slb.
|
|
715
|
+
:param str gmt_create: The creation time of the gateway slb.
|
|
716
|
+
:param str slb_id: The ID of the gateway slb.
|
|
717
|
+
:param str slb_ip: The ip of the gateway slb.
|
|
718
|
+
:param str slb_port: The port of the gateway slb.
|
|
719
|
+
:param str type: The type of the gateway slb.
|
|
720
|
+
"""
|
|
711
721
|
pulumi.set(__self__, "associate_id", associate_id)
|
|
712
722
|
pulumi.set(__self__, "gateway_slb_mode", gateway_slb_mode)
|
|
713
723
|
pulumi.set(__self__, "gateway_slb_status", gateway_slb_status)
|
|
@@ -720,41 +730,65 @@ class GetGatewaysGatewaySlbListResult(dict):
|
|
|
720
730
|
@property
|
|
721
731
|
@pulumi.getter(name="associateId")
|
|
722
732
|
def associate_id(self) -> str:
|
|
733
|
+
"""
|
|
734
|
+
The associate id.
|
|
735
|
+
"""
|
|
723
736
|
return pulumi.get(self, "associate_id")
|
|
724
737
|
|
|
725
738
|
@property
|
|
726
739
|
@pulumi.getter(name="gatewaySlbMode")
|
|
727
740
|
def gateway_slb_mode(self) -> str:
|
|
741
|
+
"""
|
|
742
|
+
The Mode of the gateway slb.
|
|
743
|
+
"""
|
|
728
744
|
return pulumi.get(self, "gateway_slb_mode")
|
|
729
745
|
|
|
730
746
|
@property
|
|
731
747
|
@pulumi.getter(name="gatewaySlbStatus")
|
|
732
748
|
def gateway_slb_status(self) -> str:
|
|
749
|
+
"""
|
|
750
|
+
The Status of the gateway slb.
|
|
751
|
+
"""
|
|
733
752
|
return pulumi.get(self, "gateway_slb_status")
|
|
734
753
|
|
|
735
754
|
@property
|
|
736
755
|
@pulumi.getter(name="gmtCreate")
|
|
737
756
|
def gmt_create(self) -> str:
|
|
757
|
+
"""
|
|
758
|
+
The creation time of the gateway slb.
|
|
759
|
+
"""
|
|
738
760
|
return pulumi.get(self, "gmt_create")
|
|
739
761
|
|
|
740
762
|
@property
|
|
741
763
|
@pulumi.getter(name="slbId")
|
|
742
764
|
def slb_id(self) -> str:
|
|
765
|
+
"""
|
|
766
|
+
The ID of the gateway slb.
|
|
767
|
+
"""
|
|
743
768
|
return pulumi.get(self, "slb_id")
|
|
744
769
|
|
|
745
770
|
@property
|
|
746
771
|
@pulumi.getter(name="slbIp")
|
|
747
772
|
def slb_ip(self) -> str:
|
|
773
|
+
"""
|
|
774
|
+
The ip of the gateway slb.
|
|
775
|
+
"""
|
|
748
776
|
return pulumi.get(self, "slb_ip")
|
|
749
777
|
|
|
750
778
|
@property
|
|
751
779
|
@pulumi.getter(name="slbPort")
|
|
752
780
|
def slb_port(self) -> str:
|
|
781
|
+
"""
|
|
782
|
+
The port of the gateway slb.
|
|
783
|
+
"""
|
|
753
784
|
return pulumi.get(self, "slb_port")
|
|
754
785
|
|
|
755
786
|
@property
|
|
756
787
|
@pulumi.getter
|
|
757
788
|
def type(self) -> str:
|
|
789
|
+
"""
|
|
790
|
+
The type of the gateway slb.
|
|
791
|
+
"""
|
|
758
792
|
return pulumi.get(self, "type")
|
|
759
793
|
|
|
760
794
|
|
|
@@ -293,17 +293,27 @@ class AccessRule(pulumi.CustomResource):
|
|
|
293
293
|
```python
|
|
294
294
|
import pulumi
|
|
295
295
|
import pulumi_alicloud as alicloud
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
296
|
+
import pulumi_random as random
|
|
297
|
+
|
|
298
|
+
config = pulumi.Config()
|
|
299
|
+
name = config.get("name")
|
|
300
|
+
if name is None:
|
|
301
|
+
name = "terraform-example"
|
|
302
|
+
default = random.index.Integer("default",
|
|
303
|
+
min=10000,
|
|
304
|
+
max=99999)
|
|
305
|
+
default_access_group = alicloud.nas.AccessGroup("default",
|
|
299
306
|
access_group_type="Vpc",
|
|
300
|
-
description="
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
307
|
+
description="ExtremeAccessGroup",
|
|
308
|
+
access_group_name=f"terraform-example-{default['result']}",
|
|
309
|
+
file_system_type="extreme")
|
|
310
|
+
default_access_rule = alicloud.nas.AccessRule("default",
|
|
311
|
+
access_group_name=default_access_group.access_group_name,
|
|
312
|
+
rw_access_type="RDONLY",
|
|
313
|
+
ipv6_source_cidr_ip="::1",
|
|
305
314
|
user_access_type="no_squash",
|
|
306
|
-
priority=
|
|
315
|
+
priority=1,
|
|
316
|
+
file_system_type="extreme")
|
|
307
317
|
```
|
|
308
318
|
|
|
309
319
|
## Import
|
|
@@ -344,17 +354,27 @@ class AccessRule(pulumi.CustomResource):
|
|
|
344
354
|
```python
|
|
345
355
|
import pulumi
|
|
346
356
|
import pulumi_alicloud as alicloud
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
357
|
+
import pulumi_random as random
|
|
358
|
+
|
|
359
|
+
config = pulumi.Config()
|
|
360
|
+
name = config.get("name")
|
|
361
|
+
if name is None:
|
|
362
|
+
name = "terraform-example"
|
|
363
|
+
default = random.index.Integer("default",
|
|
364
|
+
min=10000,
|
|
365
|
+
max=99999)
|
|
366
|
+
default_access_group = alicloud.nas.AccessGroup("default",
|
|
350
367
|
access_group_type="Vpc",
|
|
351
|
-
description="
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
368
|
+
description="ExtremeAccessGroup",
|
|
369
|
+
access_group_name=f"terraform-example-{default['result']}",
|
|
370
|
+
file_system_type="extreme")
|
|
371
|
+
default_access_rule = alicloud.nas.AccessRule("default",
|
|
372
|
+
access_group_name=default_access_group.access_group_name,
|
|
373
|
+
rw_access_type="RDONLY",
|
|
374
|
+
ipv6_source_cidr_ip="::1",
|
|
356
375
|
user_access_type="no_squash",
|
|
357
|
-
priority=
|
|
376
|
+
priority=1,
|
|
377
|
+
file_system_type="extreme")
|
|
358
378
|
```
|
|
359
379
|
|
|
360
380
|
## Import
|