pulumi-alicloud 3.57.0a1718428539__py3-none-any.whl → 3.57.1__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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +72 -0
- pulumi_alicloud/_inputs.py +9 -9
- pulumi_alicloud/_utilities.py +35 -0
- pulumi_alicloud/actiontrail/get_trails.py +1 -3
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +1 -3
- pulumi_alicloud/actiontrail/trail.py +9 -27
- pulumi_alicloud/actiontrail/trail_deprecated.py +9 -27
- pulumi_alicloud/adb/cluster.py +6 -18
- pulumi_alicloud/adb/db_cluster.py +6 -18
- pulumi_alicloud/alb/acl.py +3 -9
- pulumi_alicloud/alb/get_load_balancers.py +1 -3
- pulumi_alicloud/alb/listener.py +3 -9
- pulumi_alicloud/alb/outputs.py +1 -3
- pulumi_alicloud/alikafka/instance.py +3 -9
- pulumi_alicloud/cas/certificate.py +3 -9
- pulumi_alicloud/cas/outputs.py +2 -6
- pulumi_alicloud/cas/service_certificate.py +3 -9
- pulumi_alicloud/cddc/dedicated_host_account.py +4 -0
- pulumi_alicloud/cddc/dedicated_host_group.py +4 -0
- pulumi_alicloud/cdn/domain.py +45 -135
- pulumi_alicloud/cen/bandwidth_package.py +9 -27
- pulumi_alicloud/cen/get_transit_router_available_resources.py +32 -11
- pulumi_alicloud/cen/instance.py +3 -9
- pulumi_alicloud/cen/outputs.py +23 -1
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +6 -18
- pulumi_alicloud/cfg/aggregate_compliance_pack.py +3 -9
- pulumi_alicloud/cfg/compliance_pack.py +3 -9
- pulumi_alicloud/cfg/get_rules.py +1 -3
- pulumi_alicloud/cfg/remediation.py +10 -2
- pulumi_alicloud/cfg/rule.py +9 -27
- pulumi_alicloud/clickhouse/account.py +6 -18
- pulumi_alicloud/clickhouse/db_cluster.py +47 -0
- pulumi_alicloud/cloudfirewall/instance.py +3 -9
- pulumi_alicloud/cms/__init__.py +1 -0
- pulumi_alicloud/cms/_inputs.py +18 -18
- pulumi_alicloud/cms/alarm.py +47 -53
- pulumi_alicloud/cms/get_site_monitors.py +243 -0
- pulumi_alicloud/cms/outputs.py +92 -18
- pulumi_alicloud/config/outputs.py +6 -6
- pulumi_alicloud/cs/_inputs.py +2 -6
- pulumi_alicloud/cs/cluster.py +3 -9
- pulumi_alicloud/cs/edge_kubernetes.py +6 -18
- pulumi_alicloud/cs/kubernetes.py +3 -9
- pulumi_alicloud/cs/kubernetes_addon.py +2 -2
- pulumi_alicloud/cs/node_pool.py +29 -59
- pulumi_alicloud/cs/outputs.py +2 -6
- pulumi_alicloud/cs/serverless_kubernetes.py +9 -27
- pulumi_alicloud/cs/swarm.py +3 -9
- pulumi_alicloud/databasefilesystem/instance.py +6 -18
- pulumi_alicloud/ddos/bgp_ip.py +53 -2
- pulumi_alicloud/dms/enterprise_instance.py +5 -15
- pulumi_alicloud/dms/enterprise_user.py +3 -9
- pulumi_alicloud/dns/domain_group.py +3 -9
- pulumi_alicloud/drds/get_instances.py +1 -3
- pulumi_alicloud/eci/_inputs.py +12 -0
- pulumi_alicloud/eci/outputs.py +8 -0
- pulumi_alicloud/ecs/_inputs.py +10 -14
- pulumi_alicloud/ecs/copy_image.py +3 -9
- pulumi_alicloud/ecs/disk.py +6 -18
- pulumi_alicloud/ecs/ecs_disk.py +13 -25
- pulumi_alicloud/ecs/ecs_key_pair.py +3 -9
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +3 -9
- pulumi_alicloud/ecs/ecs_launch_template.py +18 -54
- pulumi_alicloud/ecs/ecs_network_interface.py +15 -45
- pulumi_alicloud/ecs/ecs_snapshot.py +3 -9
- pulumi_alicloud/ecs/eip.py +7 -19
- pulumi_alicloud/ecs/eip_address.py +501 -317
- pulumi_alicloud/ecs/eip_association.py +205 -58
- pulumi_alicloud/ecs/eip_segment_address.py +311 -133
- pulumi_alicloud/ecs/get_disks.py +2 -6
- pulumi_alicloud/ecs/get_ecs_disks.py +2 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +1 -3
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +2 -6
- pulumi_alicloud/ecs/get_eip_addresses.py +2 -6
- pulumi_alicloud/ecs/get_eips.py +2 -6
- pulumi_alicloud/ecs/get_key_pairs.py +1 -3
- pulumi_alicloud/ecs/get_network_interfaces.py +2 -6
- pulumi_alicloud/ecs/image.py +3 -9
- pulumi_alicloud/ecs/image_copy.py +3 -9
- pulumi_alicloud/ecs/image_import.py +162 -100
- pulumi_alicloud/ecs/instance.py +26 -24
- pulumi_alicloud/ecs/key_pair.py +3 -9
- pulumi_alicloud/ecs/key_pair_attachment.py +3 -9
- pulumi_alicloud/ecs/launch_template.py +18 -54
- pulumi_alicloud/ecs/outputs.py +10 -14
- pulumi_alicloud/ecs/reserved_instance.py +3 -9
- pulumi_alicloud/ecs/security_group.py +3 -9
- pulumi_alicloud/ecs/security_group_rule.py +2 -2
- pulumi_alicloud/ecs/snapshot.py +3 -9
- pulumi_alicloud/edas/k8s_application.py +12 -36
- pulumi_alicloud/eds/network_package.py +22 -8
- pulumi_alicloud/eds/outputs.py +2 -6
- pulumi_alicloud/eds/simple_office_site.py +6 -18
- pulumi_alicloud/ess/_inputs.py +89 -3
- pulumi_alicloud/ess/alarm.py +132 -38
- pulumi_alicloud/ess/outputs.py +88 -3
- pulumi_alicloud/ess/scaling_configuration.py +6 -18
- pulumi_alicloud/ess/scaling_group.py +151 -16
- pulumi_alicloud/expressconnect/__init__.py +8 -0
- pulumi_alicloud/expressconnect/_inputs.py +40 -0
- pulumi_alicloud/expressconnect/outputs.py +51 -0
- pulumi_alicloud/expressconnect/router_express_connect_router.py +458 -0
- pulumi_alicloud/expressconnect/router_tr_association.py +578 -0
- pulumi_alicloud/expressconnect/router_vbr_child_instance.py +475 -0
- pulumi_alicloud/expressconnect/router_vpc_association.py +500 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +284 -0
- pulumi_alicloud/expressconnect/traffic_qos_association.py +336 -0
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +520 -0
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +1174 -0
- pulumi_alicloud/ga/acl.py +3 -9
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/db_resource_group.py +364 -0
- pulumi_alicloud/gpdb/instance.py +62 -45
- pulumi_alicloud/hbase/get_instance_types.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +3 -9
- pulumi_alicloud/hbr/nas_backup_plan.py +3 -9
- pulumi_alicloud/hbr/ots_backup_plan.py +3 -9
- pulumi_alicloud/kms/key.py +9 -27
- pulumi_alicloud/kvstore/_inputs.py +2 -6
- pulumi_alicloud/kvstore/get_instance_classes.py +3 -9
- pulumi_alicloud/kvstore/instance.py +23 -69
- pulumi_alicloud/kvstore/outputs.py +2 -6
- pulumi_alicloud/lindorm/instance.py +3 -9
- pulumi_alicloud/log/_inputs.py +1 -3
- pulumi_alicloud/log/alert.py +21 -63
- pulumi_alicloud/log/oss_shipper.py +4 -0
- pulumi_alicloud/log/outputs.py +1 -3
- pulumi_alicloud/log/project.py +3 -9
- pulumi_alicloud/log/store.py +6 -18
- pulumi_alicloud/mongodb/instance.py +7 -7
- pulumi_alicloud/mongodb/sharding_instance.py +54 -7
- pulumi_alicloud/nas/access_group.py +6 -18
- pulumi_alicloud/nas/get_access_groups.py +1 -3
- pulumi_alicloud/nas/get_mount_targets.py +2 -6
- pulumi_alicloud/nlb/server_group.py +3 -9
- pulumi_alicloud/oss/bucket.py +6 -18
- pulumi_alicloud/oss/bucket_cors.py +8 -4
- pulumi_alicloud/oss/bucket_data_redundancy_transition.py +12 -4
- pulumi_alicloud/oss/bucket_policy.py +2 -2
- pulumi_alicloud/oss/bucket_public_access_block.py +12 -4
- pulumi_alicloud/oss/bucket_referer.py +2 -2
- pulumi_alicloud/ots/instance.py +7 -7
- pulumi_alicloud/ots/table.py +149 -8
- pulumi_alicloud/provider.py +8 -24
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone.py +3 -9
- pulumi_alicloud/pvtz/zone_record.py +3 -9
- pulumi_alicloud/ram/policy.py +12 -36
- pulumi_alicloud/ram/role.py +9 -27
- pulumi_alicloud/rds/account.py +15 -45
- pulumi_alicloud/rds/backup_policy.py +15 -45
- pulumi_alicloud/rds/get_zones.py +1 -3
- pulumi_alicloud/rds/instance.py +27 -18
- pulumi_alicloud/rds/rds_account.py +15 -45
- pulumi_alicloud/resourcemanager/policy.py +3 -9
- pulumi_alicloud/resourcemanager/policy_version.py +3 -9
- pulumi_alicloud/resourcemanager/resource_group.py +3 -9
- pulumi_alicloud/rocketmq/group.py +3 -9
- pulumi_alicloud/rocketmq/instance.py +3 -9
- pulumi_alicloud/rocketmq/topic.py +6 -18
- pulumi_alicloud/sae/application.py +30 -90
- pulumi_alicloud/sae/load_balancer_internet.py +4 -2
- pulumi_alicloud/sae/load_balancer_intranet.py +4 -2
- pulumi_alicloud/scdn/domain.py +3 -9
- pulumi_alicloud/servicecatalog/get_launch_options.py +1 -3
- pulumi_alicloud/servicecatalog/get_product_versions.py +1 -3
- pulumi_alicloud/servicecatalog/get_provisioned_products.py +1 -3
- pulumi_alicloud/servicemesh/_inputs.py +0 -6
- pulumi_alicloud/servicemesh/outputs.py +0 -6
- pulumi_alicloud/servicemesh/service_mesh.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +10 -2
- pulumi_alicloud/slb/acl.py +3 -9
- pulumi_alicloud/slb/application_load_balancer.py +6 -18
- pulumi_alicloud/slb/ca_certificate.py +3 -9
- pulumi_alicloud/slb/get_application_load_balancers.py +1 -3
- pulumi_alicloud/slb/get_load_balancers.py +1 -3
- pulumi_alicloud/slb/get_zones.py +1 -3
- pulumi_alicloud/slb/listener.py +9 -27
- pulumi_alicloud/slb/load_balancer.py +6 -18
- pulumi_alicloud/slb/outputs.py +1 -3
- pulumi_alicloud/slb/server_certificate.py +6 -18
- pulumi_alicloud/slb/server_group.py +3 -9
- pulumi_alicloud/threatdetection/instance.py +3 -9
- pulumi_alicloud/vpc/bgp_peer.py +36 -8
- pulumi_alicloud/vpc/common_bandwith_package.py +200 -129
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +58 -30
- pulumi_alicloud/vpc/dhcp_options_set.py +3 -9
- pulumi_alicloud/vpc/forward_entry.py +3 -9
- pulumi_alicloud/vpc/ha_vip.py +3 -9
- pulumi_alicloud/vpc/ha_vip_attachment.py +3 -9
- pulumi_alicloud/vpc/ha_vipv2.py +3 -9
- pulumi_alicloud/vpc/ipv6_gateway.py +3 -9
- pulumi_alicloud/vpc/network.py +8 -28
- pulumi_alicloud/vpc/network_acl.py +3 -9
- pulumi_alicloud/vpc/network_interface.py +15 -45
- pulumi_alicloud/vpc/route_entry.py +3 -9
- pulumi_alicloud/vpc/route_table.py +3 -9
- pulumi_alicloud/vpc/router_interface.py +13 -39
- pulumi_alicloud/vpc/router_interface_connection.py +2 -2
- pulumi_alicloud/vpc/subnet.py +6 -18
- pulumi_alicloud/vpc/switch.py +6 -18
- pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +3 -9
- pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +3 -9
- pulumi_alicloud/vpn/connection.py +223 -9
- pulumi_alicloud/vpn/customer_gateway.py +3 -9
- pulumi_alicloud/vpn/gateway.py +6 -18
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +2 -2
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +1 -3
- pulumi_alicloud/vpn/get_gateways.py +1 -3
- pulumi_alicloud/vpn/ipsec_server.py +20 -12
- pulumi_alicloud/vpn/pbr_route_entry.py +152 -16
- pulumi_alicloud/vpn/route_entry.py +158 -44
- pulumi_alicloud/waf/domain.py +3 -9
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/RECORD +217 -207
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cs/node_pool.py
CHANGED
|
@@ -92,7 +92,7 @@ class NodePoolArgs:
|
|
|
92
92
|
:param pulumi.Input[str] cluster_id: The id of kubernetes cluster.
|
|
93
93
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
94
94
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] vswitch_ids: The vswitches used by node pool workers.
|
|
95
|
-
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `
|
|
95
|
+
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `false`. Valid values:
|
|
96
96
|
:param pulumi.Input[int] auto_renew_period: The automatic renewal period of nodes in the node pool takes effect only when you select Prepaid and Automatic Renewal, and is a required value. When `PeriodUnit = Month`, the value range is {1, 2, 3, 6, 12}. Default value: 1.
|
|
97
97
|
:param pulumi.Input[bool] cis_enabled: Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.
|
|
98
98
|
:param pulumi.Input[bool] compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the required number of ECS instances if preemptible instances cannot be created due to reasons such as cost or insufficient inventory. This parameter takes effect when you set `multi_az_policy` to `COST_OPTIMIZED`. Valid values: `true`: automatically creates pay-as-you-go instances to meet the required number of ECS instances if preemptible instances cannot be created. `false`: does not create pay-as-you-go instances to meet the required number of ECS instances if preemptible instances cannot be created.
|
|
@@ -131,7 +131,7 @@ class NodePoolArgs:
|
|
|
131
131
|
:param pulumi.Input[str] node_name_mode: Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is `customized,,ip,`.
|
|
132
132
|
- The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
|
|
133
133
|
- The node IP address is the complete private IP address of the node.
|
|
134
|
-
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `
|
|
134
|
+
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
|
|
135
135
|
:param pulumi.Input[str] node_pool_name: The name of node pool.
|
|
136
136
|
:param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
|
|
137
137
|
:param pulumi.Input[int] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
|
|
@@ -375,7 +375,7 @@ class NodePoolArgs:
|
|
|
375
375
|
@pulumi.getter(name="autoRenew")
|
|
376
376
|
def auto_renew(self) -> Optional[pulumi.Input[bool]]:
|
|
377
377
|
"""
|
|
378
|
-
Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `
|
|
378
|
+
Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `false`. Valid values:
|
|
379
379
|
"""
|
|
380
380
|
return pulumi.get(self, "auto_renew")
|
|
381
381
|
|
|
@@ -397,13 +397,11 @@ class NodePoolArgs:
|
|
|
397
397
|
|
|
398
398
|
@property
|
|
399
399
|
@pulumi.getter(name="cisEnabled")
|
|
400
|
+
@_utilities.deprecated("""Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""")
|
|
400
401
|
def cis_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
401
402
|
"""
|
|
402
403
|
Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.
|
|
403
404
|
"""
|
|
404
|
-
warnings.warn("""Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""", DeprecationWarning)
|
|
405
|
-
pulumi.log.warn("""cis_enabled is deprecated: Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""")
|
|
406
|
-
|
|
407
405
|
return pulumi.get(self, "cis_enabled")
|
|
408
406
|
|
|
409
407
|
@cis_enabled.setter
|
|
@@ -696,13 +694,11 @@ class NodePoolArgs:
|
|
|
696
694
|
|
|
697
695
|
@property
|
|
698
696
|
@pulumi.getter
|
|
697
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""")
|
|
699
698
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
700
699
|
"""
|
|
701
700
|
. Field 'name' has been deprecated from provider version 1.219.0. New field 'node_pool_name' instead.
|
|
702
701
|
"""
|
|
703
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""", DeprecationWarning)
|
|
704
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""")
|
|
705
|
-
|
|
706
702
|
return pulumi.get(self, "name")
|
|
707
703
|
|
|
708
704
|
@name.setter
|
|
@@ -711,13 +707,11 @@ class NodePoolArgs:
|
|
|
711
707
|
|
|
712
708
|
@property
|
|
713
709
|
@pulumi.getter(name="nodeCount")
|
|
710
|
+
@_utilities.deprecated("""Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""")
|
|
714
711
|
def node_count(self) -> Optional[pulumi.Input[int]]:
|
|
715
712
|
"""
|
|
716
713
|
The worker node number of the node pool. From version 1.111.0, `node_count` is not required.
|
|
717
714
|
"""
|
|
718
|
-
warnings.warn("""Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""", DeprecationWarning)
|
|
719
|
-
pulumi.log.warn("""node_count is deprecated: Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""")
|
|
720
|
-
|
|
721
715
|
return pulumi.get(self, "node_count")
|
|
722
716
|
|
|
723
717
|
@node_count.setter
|
|
@@ -731,7 +725,7 @@ class NodePoolArgs:
|
|
|
731
725
|
Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is `customized,,ip,`.
|
|
732
726
|
- The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
|
|
733
727
|
- The node IP address is the complete private IP address of the node.
|
|
734
|
-
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `
|
|
728
|
+
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
|
|
735
729
|
"""
|
|
736
730
|
return pulumi.get(self, "node_name_mode")
|
|
737
731
|
|
|
@@ -813,13 +807,11 @@ class NodePoolArgs:
|
|
|
813
807
|
|
|
814
808
|
@property
|
|
815
809
|
@pulumi.getter
|
|
810
|
+
@_utilities.deprecated("""Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""")
|
|
816
811
|
def platform(self) -> Optional[pulumi.Input[str]]:
|
|
817
812
|
"""
|
|
818
813
|
Operating system release, using `image_type` instead.
|
|
819
814
|
"""
|
|
820
|
-
warnings.warn("""Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""", DeprecationWarning)
|
|
821
|
-
pulumi.log.warn("""platform is deprecated: Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""")
|
|
822
|
-
|
|
823
815
|
return pulumi.get(self, "platform")
|
|
824
816
|
|
|
825
817
|
@platform.setter
|
|
@@ -924,13 +916,11 @@ class NodePoolArgs:
|
|
|
924
916
|
|
|
925
917
|
@property
|
|
926
918
|
@pulumi.getter(name="securityGroupId")
|
|
919
|
+
@_utilities.deprecated("""Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""")
|
|
927
920
|
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
928
921
|
"""
|
|
929
922
|
The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.
|
|
930
923
|
"""
|
|
931
|
-
warnings.warn("""Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""", DeprecationWarning)
|
|
932
|
-
pulumi.log.warn("""security_group_id is deprecated: Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""")
|
|
933
|
-
|
|
934
924
|
return pulumi.get(self, "security_group_id")
|
|
935
925
|
|
|
936
926
|
@security_group_id.setter
|
|
@@ -1300,7 +1290,7 @@ class _NodePoolState:
|
|
|
1300
1290
|
vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1301
1291
|
"""
|
|
1302
1292
|
Input properties used for looking up and filtering NodePool resources.
|
|
1303
|
-
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `
|
|
1293
|
+
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `false`. Valid values:
|
|
1304
1294
|
:param pulumi.Input[int] auto_renew_period: The automatic renewal period of nodes in the node pool takes effect only when you select Prepaid and Automatic Renewal, and is a required value. When `PeriodUnit = Month`, the value range is {1, 2, 3, 6, 12}. Default value: 1.
|
|
1305
1295
|
:param pulumi.Input[bool] cis_enabled: Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.
|
|
1306
1296
|
:param pulumi.Input[str] cluster_id: The id of kubernetes cluster.
|
|
@@ -1341,7 +1331,7 @@ class _NodePoolState:
|
|
|
1341
1331
|
:param pulumi.Input[str] node_name_mode: Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is `customized,,ip,`.
|
|
1342
1332
|
- The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
|
|
1343
1333
|
- The node IP address is the complete private IP address of the node.
|
|
1344
|
-
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `
|
|
1334
|
+
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
|
|
1345
1335
|
:param pulumi.Input[str] node_pool_id: The first ID of the resource.
|
|
1346
1336
|
:param pulumi.Input[str] node_pool_name: The name of node pool.
|
|
1347
1337
|
:param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
|
|
@@ -1559,7 +1549,7 @@ class _NodePoolState:
|
|
|
1559
1549
|
@pulumi.getter(name="autoRenew")
|
|
1560
1550
|
def auto_renew(self) -> Optional[pulumi.Input[bool]]:
|
|
1561
1551
|
"""
|
|
1562
|
-
Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `
|
|
1552
|
+
Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `false`. Valid values:
|
|
1563
1553
|
"""
|
|
1564
1554
|
return pulumi.get(self, "auto_renew")
|
|
1565
1555
|
|
|
@@ -1581,13 +1571,11 @@ class _NodePoolState:
|
|
|
1581
1571
|
|
|
1582
1572
|
@property
|
|
1583
1573
|
@pulumi.getter(name="cisEnabled")
|
|
1574
|
+
@_utilities.deprecated("""Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""")
|
|
1584
1575
|
def cis_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1585
1576
|
"""
|
|
1586
1577
|
Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.
|
|
1587
1578
|
"""
|
|
1588
|
-
warnings.warn("""Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""", DeprecationWarning)
|
|
1589
|
-
pulumi.log.warn("""cis_enabled is deprecated: Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""")
|
|
1590
|
-
|
|
1591
1579
|
return pulumi.get(self, "cis_enabled")
|
|
1592
1580
|
|
|
1593
1581
|
@cis_enabled.setter
|
|
@@ -1904,13 +1892,11 @@ class _NodePoolState:
|
|
|
1904
1892
|
|
|
1905
1893
|
@property
|
|
1906
1894
|
@pulumi.getter
|
|
1895
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""")
|
|
1907
1896
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1908
1897
|
"""
|
|
1909
1898
|
. Field 'name' has been deprecated from provider version 1.219.0. New field 'node_pool_name' instead.
|
|
1910
1899
|
"""
|
|
1911
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""", DeprecationWarning)
|
|
1912
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""")
|
|
1913
|
-
|
|
1914
1900
|
return pulumi.get(self, "name")
|
|
1915
1901
|
|
|
1916
1902
|
@name.setter
|
|
@@ -1919,13 +1905,11 @@ class _NodePoolState:
|
|
|
1919
1905
|
|
|
1920
1906
|
@property
|
|
1921
1907
|
@pulumi.getter(name="nodeCount")
|
|
1908
|
+
@_utilities.deprecated("""Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""")
|
|
1922
1909
|
def node_count(self) -> Optional[pulumi.Input[int]]:
|
|
1923
1910
|
"""
|
|
1924
1911
|
The worker node number of the node pool. From version 1.111.0, `node_count` is not required.
|
|
1925
1912
|
"""
|
|
1926
|
-
warnings.warn("""Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""", DeprecationWarning)
|
|
1927
|
-
pulumi.log.warn("""node_count is deprecated: Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""")
|
|
1928
|
-
|
|
1929
1913
|
return pulumi.get(self, "node_count")
|
|
1930
1914
|
|
|
1931
1915
|
@node_count.setter
|
|
@@ -1939,7 +1923,7 @@ class _NodePoolState:
|
|
|
1939
1923
|
Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is `customized,,ip,`.
|
|
1940
1924
|
- The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
|
|
1941
1925
|
- The node IP address is the complete private IP address of the node.
|
|
1942
|
-
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `
|
|
1926
|
+
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
|
|
1943
1927
|
"""
|
|
1944
1928
|
return pulumi.get(self, "node_name_mode")
|
|
1945
1929
|
|
|
@@ -2033,13 +2017,11 @@ class _NodePoolState:
|
|
|
2033
2017
|
|
|
2034
2018
|
@property
|
|
2035
2019
|
@pulumi.getter
|
|
2020
|
+
@_utilities.deprecated("""Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""")
|
|
2036
2021
|
def platform(self) -> Optional[pulumi.Input[str]]:
|
|
2037
2022
|
"""
|
|
2038
2023
|
Operating system release, using `image_type` instead.
|
|
2039
2024
|
"""
|
|
2040
|
-
warnings.warn("""Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""", DeprecationWarning)
|
|
2041
|
-
pulumi.log.warn("""platform is deprecated: Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""")
|
|
2042
|
-
|
|
2043
2025
|
return pulumi.get(self, "platform")
|
|
2044
2026
|
|
|
2045
2027
|
@platform.setter
|
|
@@ -2156,13 +2138,11 @@ class _NodePoolState:
|
|
|
2156
2138
|
|
|
2157
2139
|
@property
|
|
2158
2140
|
@pulumi.getter(name="securityGroupId")
|
|
2141
|
+
@_utilities.deprecated("""Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""")
|
|
2159
2142
|
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
2160
2143
|
"""
|
|
2161
2144
|
The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.
|
|
2162
2145
|
"""
|
|
2163
|
-
warnings.warn("""Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""", DeprecationWarning)
|
|
2164
|
-
pulumi.log.warn("""security_group_id is deprecated: Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""")
|
|
2165
|
-
|
|
2166
2146
|
return pulumi.get(self, "security_group_id")
|
|
2167
2147
|
|
|
2168
2148
|
@security_group_id.setter
|
|
@@ -2558,7 +2538,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2558
2538
|
|
|
2559
2539
|
:param str resource_name: The name of the resource.
|
|
2560
2540
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2561
|
-
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `
|
|
2541
|
+
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `false`. Valid values:
|
|
2562
2542
|
:param pulumi.Input[int] auto_renew_period: The automatic renewal period of nodes in the node pool takes effect only when you select Prepaid and Automatic Renewal, and is a required value. When `PeriodUnit = Month`, the value range is {1, 2, 3, 6, 12}. Default value: 1.
|
|
2563
2543
|
:param pulumi.Input[bool] cis_enabled: Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.
|
|
2564
2544
|
:param pulumi.Input[str] cluster_id: The id of kubernetes cluster.
|
|
@@ -2599,7 +2579,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2599
2579
|
:param pulumi.Input[str] node_name_mode: Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is `customized,,ip,`.
|
|
2600
2580
|
- The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
|
|
2601
2581
|
- The node IP address is the complete private IP address of the node.
|
|
2602
|
-
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `
|
|
2582
|
+
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
|
|
2603
2583
|
:param pulumi.Input[str] node_pool_name: The name of node pool.
|
|
2604
2584
|
:param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
|
|
2605
2585
|
:param pulumi.Input[int] on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
|
|
@@ -2934,7 +2914,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2934
2914
|
:param str resource_name: The unique name of the resulting resource.
|
|
2935
2915
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
2936
2916
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2937
|
-
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `
|
|
2917
|
+
:param pulumi.Input[bool] auto_renew: Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `false`. Valid values:
|
|
2938
2918
|
:param pulumi.Input[int] auto_renew_period: The automatic renewal period of nodes in the node pool takes effect only when you select Prepaid and Automatic Renewal, and is a required value. When `PeriodUnit = Month`, the value range is {1, 2, 3, 6, 12}. Default value: 1.
|
|
2939
2919
|
:param pulumi.Input[bool] cis_enabled: Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.
|
|
2940
2920
|
:param pulumi.Input[str] cluster_id: The id of kubernetes cluster.
|
|
@@ -2975,7 +2955,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2975
2955
|
:param pulumi.Input[str] node_name_mode: Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is `customized,,ip,`.
|
|
2976
2956
|
- The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
|
|
2977
2957
|
- The node IP address is the complete private IP address of the node.
|
|
2978
|
-
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `
|
|
2958
|
+
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
|
|
2979
2959
|
:param pulumi.Input[str] node_pool_id: The first ID of the resource.
|
|
2980
2960
|
:param pulumi.Input[str] node_pool_name: The name of node pool.
|
|
2981
2961
|
:param pulumi.Input[int] on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
|
|
@@ -3110,7 +3090,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3110
3090
|
@pulumi.getter(name="autoRenew")
|
|
3111
3091
|
def auto_renew(self) -> pulumi.Output[Optional[bool]]:
|
|
3112
3092
|
"""
|
|
3113
|
-
Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `
|
|
3093
|
+
Whether to enable automatic renewal for nodes in the node pool takes effect only when `instance_charge_type` is set to `PrePaid`. Default value: `false`. Valid values:
|
|
3114
3094
|
"""
|
|
3115
3095
|
return pulumi.get(self, "auto_renew")
|
|
3116
3096
|
|
|
@@ -3124,13 +3104,11 @@ class NodePool(pulumi.CustomResource):
|
|
|
3124
3104
|
|
|
3125
3105
|
@property
|
|
3126
3106
|
@pulumi.getter(name="cisEnabled")
|
|
3107
|
+
@_utilities.deprecated("""Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""")
|
|
3127
3108
|
def cis_enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
3128
3109
|
"""
|
|
3129
3110
|
Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.
|
|
3130
3111
|
"""
|
|
3131
|
-
warnings.warn("""Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""", DeprecationWarning)
|
|
3132
|
-
pulumi.log.warn("""cis_enabled is deprecated: Field 'cis_enabled' has been deprecated from provider version 1.223.1. Whether enable worker node to support cis security reinforcement, its valid value `true` or `false`. Default to `false` and apply to AliyunLinux series. Use `security_hardening_os` instead.""")
|
|
3133
|
-
|
|
3134
3112
|
return pulumi.get(self, "cis_enabled")
|
|
3135
3113
|
|
|
3136
3114
|
@property
|
|
@@ -3343,24 +3321,20 @@ class NodePool(pulumi.CustomResource):
|
|
|
3343
3321
|
|
|
3344
3322
|
@property
|
|
3345
3323
|
@pulumi.getter
|
|
3324
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""")
|
|
3346
3325
|
def name(self) -> pulumi.Output[str]:
|
|
3347
3326
|
"""
|
|
3348
3327
|
. Field 'name' has been deprecated from provider version 1.219.0. New field 'node_pool_name' instead.
|
|
3349
3328
|
"""
|
|
3350
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""", DeprecationWarning)
|
|
3351
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.219.0. New field 'node_pool_name' instead.""")
|
|
3352
|
-
|
|
3353
3329
|
return pulumi.get(self, "name")
|
|
3354
3330
|
|
|
3355
3331
|
@property
|
|
3356
3332
|
@pulumi.getter(name="nodeCount")
|
|
3333
|
+
@_utilities.deprecated("""Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""")
|
|
3357
3334
|
def node_count(self) -> pulumi.Output[int]:
|
|
3358
3335
|
"""
|
|
3359
3336
|
The worker node number of the node pool. From version 1.111.0, `node_count` is not required.
|
|
3360
3337
|
"""
|
|
3361
|
-
warnings.warn("""Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""", DeprecationWarning)
|
|
3362
|
-
pulumi.log.warn("""node_count is deprecated: Field 'node_count' has been deprecated from provider version 1.158.0. New field 'desired_size' instead.""")
|
|
3363
|
-
|
|
3364
3338
|
return pulumi.get(self, "node_count")
|
|
3365
3339
|
|
|
3366
3340
|
@property
|
|
@@ -3370,7 +3344,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3370
3344
|
Each node name consists of a prefix, its private network IP, and a suffix, separated by commas. The input format is `customized,,ip,`.
|
|
3371
3345
|
- The prefix and suffix can be composed of one or more parts separated by '.', each part can use lowercase letters, numbers and '-', and the beginning and end of the node name must be lowercase letters and numbers.
|
|
3372
3346
|
- The node IP address is the complete private IP address of the node.
|
|
3373
|
-
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `
|
|
3347
|
+
- For example, if the string `customized,aliyun,ip,com` is passed in (where 'customized' and 'ip' are fixed strings, 'aliyun' is the prefix, and 'com' is the suffix), the name of the node is `aliyun192.168.xxx.xxxcom`.
|
|
3374
3348
|
"""
|
|
3375
3349
|
return pulumi.get(self, "node_name_mode")
|
|
3376
3350
|
|
|
@@ -3432,13 +3406,11 @@ class NodePool(pulumi.CustomResource):
|
|
|
3432
3406
|
|
|
3433
3407
|
@property
|
|
3434
3408
|
@pulumi.getter
|
|
3409
|
+
@_utilities.deprecated("""Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""")
|
|
3435
3410
|
def platform(self) -> pulumi.Output[str]:
|
|
3436
3411
|
"""
|
|
3437
3412
|
Operating system release, using `image_type` instead.
|
|
3438
3413
|
"""
|
|
3439
|
-
warnings.warn("""Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""", DeprecationWarning)
|
|
3440
|
-
pulumi.log.warn("""platform is deprecated: Field 'platform' has been deprecated from provider version 1.145.0. Operating system release, using `image_type` instead.""")
|
|
3441
|
-
|
|
3442
3414
|
return pulumi.get(self, "platform")
|
|
3443
3415
|
|
|
3444
3416
|
@property
|
|
@@ -3515,13 +3487,11 @@ class NodePool(pulumi.CustomResource):
|
|
|
3515
3487
|
|
|
3516
3488
|
@property
|
|
3517
3489
|
@pulumi.getter(name="securityGroupId")
|
|
3490
|
+
@_utilities.deprecated("""Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""")
|
|
3518
3491
|
def security_group_id(self) -> pulumi.Output[str]:
|
|
3519
3492
|
"""
|
|
3520
3493
|
The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.
|
|
3521
3494
|
"""
|
|
3522
|
-
warnings.warn("""Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""", DeprecationWarning)
|
|
3523
|
-
pulumi.log.warn("""security_group_id is deprecated: Field 'security_group_id' has been deprecated from provider version 1.145.0. The security group ID of the node pool. This field has been replaced by `security_group_ids`, please use the `security_group_ids` field instead.""")
|
|
3524
|
-
|
|
3525
3495
|
return pulumi.get(self, "security_group_id")
|
|
3526
3496
|
|
|
3527
3497
|
@property
|
pulumi_alicloud/cs/outputs.py
CHANGED
|
@@ -2375,24 +2375,20 @@ class NodePoolManagement(dict):
|
|
|
2375
2375
|
|
|
2376
2376
|
@property
|
|
2377
2377
|
@pulumi.getter
|
|
2378
|
+
@_utilities.deprecated("""Field 'surge' has been deprecated from provider version 1.219.0. Number of additional nodes. You have to specify one of surge, surge_percentage.""")
|
|
2378
2379
|
def surge(self) -> Optional[int]:
|
|
2379
2380
|
"""
|
|
2380
2381
|
Number of additional nodes. You have to specify one of surge, surge_percentage.
|
|
2381
2382
|
"""
|
|
2382
|
-
warnings.warn("""Field 'surge' has been deprecated from provider version 1.219.0. Number of additional nodes. You have to specify one of surge, surge_percentage.""", DeprecationWarning)
|
|
2383
|
-
pulumi.log.warn("""surge is deprecated: Field 'surge' has been deprecated from provider version 1.219.0. Number of additional nodes. You have to specify one of surge, surge_percentage.""")
|
|
2384
|
-
|
|
2385
2383
|
return pulumi.get(self, "surge")
|
|
2386
2384
|
|
|
2387
2385
|
@property
|
|
2388
2386
|
@pulumi.getter(name="surgePercentage")
|
|
2387
|
+
@_utilities.deprecated("""Field 'surge_percentage' has been deprecated from provider version 1.219.0. Proportion of additional nodes. You have to specify one of surge, surge_percentage.""")
|
|
2389
2388
|
def surge_percentage(self) -> Optional[int]:
|
|
2390
2389
|
"""
|
|
2391
2390
|
Proportion of additional nodes. You have to specify one of surge, surge_percentage.
|
|
2392
2391
|
"""
|
|
2393
|
-
warnings.warn("""Field 'surge_percentage' has been deprecated from provider version 1.219.0. Proportion of additional nodes. You have to specify one of surge, surge_percentage.""", DeprecationWarning)
|
|
2394
|
-
pulumi.log.warn("""surge_percentage is deprecated: Field 'surge_percentage' has been deprecated from provider version 1.219.0. Proportion of additional nodes. You have to specify one of surge, surge_percentage.""")
|
|
2395
|
-
|
|
2396
2392
|
return pulumi.get(self, "surge_percentage")
|
|
2397
2393
|
|
|
2398
2394
|
|
|
@@ -296,13 +296,11 @@ class ServerlessKubernetesArgs:
|
|
|
296
296
|
|
|
297
297
|
@property
|
|
298
298
|
@pulumi.getter(name="kubeConfig")
|
|
299
|
+
@_utilities.deprecated("""Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""")
|
|
299
300
|
def kube_config(self) -> Optional[pulumi.Input[str]]:
|
|
300
301
|
"""
|
|
301
302
|
The path of kube config, like `~/.kube/config`.
|
|
302
303
|
"""
|
|
303
|
-
warnings.warn("""Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""", DeprecationWarning)
|
|
304
|
-
pulumi.log.warn("""kube_config is deprecated: Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""")
|
|
305
|
-
|
|
306
304
|
return pulumi.get(self, "kube_config")
|
|
307
305
|
|
|
308
306
|
@kube_config.setter
|
|
@@ -368,13 +366,11 @@ class ServerlessKubernetesArgs:
|
|
|
368
366
|
|
|
369
367
|
@property
|
|
370
368
|
@pulumi.getter(name="privateZone")
|
|
369
|
+
@_utilities.deprecated("""Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""")
|
|
371
370
|
def private_zone(self) -> Optional[pulumi.Input[bool]]:
|
|
372
371
|
"""
|
|
373
372
|
Has been deprecated from provider version 1.123.1. `PrivateZone` is used as the enumeration value of `service_discovery_types`.
|
|
374
373
|
"""
|
|
375
|
-
warnings.warn("""Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""", DeprecationWarning)
|
|
376
|
-
pulumi.log.warn("""private_zone is deprecated: Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""")
|
|
377
|
-
|
|
378
374
|
return pulumi.get(self, "private_zone")
|
|
379
375
|
|
|
380
376
|
@private_zone.setter
|
|
@@ -500,13 +496,11 @@ class ServerlessKubernetesArgs:
|
|
|
500
496
|
|
|
501
497
|
@property
|
|
502
498
|
@pulumi.getter(name="vswitchId")
|
|
499
|
+
@_utilities.deprecated("""Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""")
|
|
503
500
|
def vswitch_id(self) -> Optional[pulumi.Input[str]]:
|
|
504
501
|
"""
|
|
505
502
|
The vswitch where new kubernetes cluster will be located. Specify one vswitch's id, if it is not specified, a new VPC and VSwicth will be built. It must be in the zone which `availability_zone` specified.
|
|
506
503
|
"""
|
|
507
|
-
warnings.warn("""Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""", DeprecationWarning)
|
|
508
|
-
pulumi.log.warn("""vswitch_id is deprecated: Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""")
|
|
509
|
-
|
|
510
504
|
return pulumi.get(self, "vswitch_id")
|
|
511
505
|
|
|
512
506
|
@vswitch_id.setter
|
|
@@ -810,13 +804,11 @@ class _ServerlessKubernetesState:
|
|
|
810
804
|
|
|
811
805
|
@property
|
|
812
806
|
@pulumi.getter(name="kubeConfig")
|
|
807
|
+
@_utilities.deprecated("""Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""")
|
|
813
808
|
def kube_config(self) -> Optional[pulumi.Input[str]]:
|
|
814
809
|
"""
|
|
815
810
|
The path of kube config, like `~/.kube/config`.
|
|
816
811
|
"""
|
|
817
|
-
warnings.warn("""Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""", DeprecationWarning)
|
|
818
|
-
pulumi.log.warn("""kube_config is deprecated: Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""")
|
|
819
|
-
|
|
820
812
|
return pulumi.get(self, "kube_config")
|
|
821
813
|
|
|
822
814
|
@kube_config.setter
|
|
@@ -882,13 +874,11 @@ class _ServerlessKubernetesState:
|
|
|
882
874
|
|
|
883
875
|
@property
|
|
884
876
|
@pulumi.getter(name="privateZone")
|
|
877
|
+
@_utilities.deprecated("""Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""")
|
|
885
878
|
def private_zone(self) -> Optional[pulumi.Input[bool]]:
|
|
886
879
|
"""
|
|
887
880
|
Has been deprecated from provider version 1.123.1. `PrivateZone` is used as the enumeration value of `service_discovery_types`.
|
|
888
881
|
"""
|
|
889
|
-
warnings.warn("""Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""", DeprecationWarning)
|
|
890
|
-
pulumi.log.warn("""private_zone is deprecated: Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""")
|
|
891
|
-
|
|
892
882
|
return pulumi.get(self, "private_zone")
|
|
893
883
|
|
|
894
884
|
@private_zone.setter
|
|
@@ -1026,13 +1016,11 @@ class _ServerlessKubernetesState:
|
|
|
1026
1016
|
|
|
1027
1017
|
@property
|
|
1028
1018
|
@pulumi.getter(name="vswitchId")
|
|
1019
|
+
@_utilities.deprecated("""Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""")
|
|
1029
1020
|
def vswitch_id(self) -> Optional[pulumi.Input[str]]:
|
|
1030
1021
|
"""
|
|
1031
1022
|
The vswitch where new kubernetes cluster will be located. Specify one vswitch's id, if it is not specified, a new VPC and VSwicth will be built. It must be in the zone which `availability_zone` specified.
|
|
1032
1023
|
"""
|
|
1033
|
-
warnings.warn("""Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""", DeprecationWarning)
|
|
1034
|
-
pulumi.log.warn("""vswitch_id is deprecated: Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""")
|
|
1035
|
-
|
|
1036
1024
|
return pulumi.get(self, "vswitch_id")
|
|
1037
1025
|
|
|
1038
1026
|
@vswitch_id.setter
|
|
@@ -1602,13 +1590,11 @@ class ServerlessKubernetes(pulumi.CustomResource):
|
|
|
1602
1590
|
|
|
1603
1591
|
@property
|
|
1604
1592
|
@pulumi.getter(name="kubeConfig")
|
|
1593
|
+
@_utilities.deprecated("""Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""")
|
|
1605
1594
|
def kube_config(self) -> pulumi.Output[Optional[str]]:
|
|
1606
1595
|
"""
|
|
1607
1596
|
The path of kube config, like `~/.kube/config`.
|
|
1608
1597
|
"""
|
|
1609
|
-
warnings.warn("""Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""", DeprecationWarning)
|
|
1610
|
-
pulumi.log.warn("""kube_config is deprecated: Field 'kube_config' has been deprecated from provider version 1.187.0. New DataSource 'alicloud_cs_cluster_credential' manage your cluster's kube config.""")
|
|
1611
|
-
|
|
1612
1598
|
return pulumi.get(self, "kube_config")
|
|
1613
1599
|
|
|
1614
1600
|
@property
|
|
@@ -1650,13 +1636,11 @@ class ServerlessKubernetes(pulumi.CustomResource):
|
|
|
1650
1636
|
|
|
1651
1637
|
@property
|
|
1652
1638
|
@pulumi.getter(name="privateZone")
|
|
1639
|
+
@_utilities.deprecated("""Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""")
|
|
1653
1640
|
def private_zone(self) -> pulumi.Output[Optional[bool]]:
|
|
1654
1641
|
"""
|
|
1655
1642
|
Has been deprecated from provider version 1.123.1. `PrivateZone` is used as the enumeration value of `service_discovery_types`.
|
|
1656
1643
|
"""
|
|
1657
|
-
warnings.warn("""Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""", DeprecationWarning)
|
|
1658
|
-
pulumi.log.warn("""private_zone is deprecated: Field 'private_zone' has been deprecated from provider version 1.123.1. New field 'service_discovery_types' replace it.""")
|
|
1659
|
-
|
|
1660
1644
|
return pulumi.get(self, "private_zone")
|
|
1661
1645
|
|
|
1662
1646
|
@property
|
|
@@ -1746,13 +1730,11 @@ class ServerlessKubernetes(pulumi.CustomResource):
|
|
|
1746
1730
|
|
|
1747
1731
|
@property
|
|
1748
1732
|
@pulumi.getter(name="vswitchId")
|
|
1733
|
+
@_utilities.deprecated("""Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""")
|
|
1749
1734
|
def vswitch_id(self) -> pulumi.Output[str]:
|
|
1750
1735
|
"""
|
|
1751
1736
|
The vswitch where new kubernetes cluster will be located. Specify one vswitch's id, if it is not specified, a new VPC and VSwicth will be built. It must be in the zone which `availability_zone` specified.
|
|
1752
1737
|
"""
|
|
1753
|
-
warnings.warn("""Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""", DeprecationWarning)
|
|
1754
|
-
pulumi.log.warn("""vswitch_id is deprecated: Field 'vswitch_id' has been deprecated from provider version 1.91.0. New field 'vswitch_ids' replace it.""")
|
|
1755
|
-
|
|
1756
1738
|
return pulumi.get(self, "vswitch_id")
|
|
1757
1739
|
|
|
1758
1740
|
@property
|
pulumi_alicloud/cs/swarm.py
CHANGED
|
@@ -180,10 +180,8 @@ class SwarmArgs:
|
|
|
180
180
|
|
|
181
181
|
@property
|
|
182
182
|
@pulumi.getter
|
|
183
|
+
@_utilities.deprecated("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
|
|
183
184
|
def size(self) -> Optional[pulumi.Input[int]]:
|
|
184
|
-
warnings.warn("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""", DeprecationWarning)
|
|
185
|
-
pulumi.log.warn("""size is deprecated: Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
|
|
186
|
-
|
|
187
185
|
return pulumi.get(self, "size")
|
|
188
186
|
|
|
189
187
|
@size.setter
|
|
@@ -395,10 +393,8 @@ class _SwarmState:
|
|
|
395
393
|
|
|
396
394
|
@property
|
|
397
395
|
@pulumi.getter
|
|
396
|
+
@_utilities.deprecated("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
|
|
398
397
|
def size(self) -> Optional[pulumi.Input[int]]:
|
|
399
|
-
warnings.warn("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""", DeprecationWarning)
|
|
400
|
-
pulumi.log.warn("""size is deprecated: Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
|
|
401
|
-
|
|
402
398
|
return pulumi.get(self, "size")
|
|
403
399
|
|
|
404
400
|
@size.setter
|
|
@@ -672,10 +668,8 @@ class Swarm(pulumi.CustomResource):
|
|
|
672
668
|
|
|
673
669
|
@property
|
|
674
670
|
@pulumi.getter
|
|
671
|
+
@_utilities.deprecated("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
|
|
675
672
|
def size(self) -> pulumi.Output[Optional[int]]:
|
|
676
|
-
warnings.warn("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""", DeprecationWarning)
|
|
677
|
-
pulumi.log.warn("""size is deprecated: Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
|
|
678
|
-
|
|
679
673
|
return pulumi.get(self, "size")
|
|
680
674
|
|
|
681
675
|
@property
|