You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Setting slave zone id of cross available zone disaster recovery, only applicable to open CLB. this zone will undertake traffic when the master is down",
235
+
Description: "Setting slave zone id of cross available zone disaster recovery, only applicable to open CLB. this zone will undertake traffic when the master is down.",
Copy file name to clipboardExpand all lines: website/docs/d/clb_instances.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The following arguments are supported:
29
29
30
30
*`clb_id` - (Optional) ID of the CLB to be queried.
31
31
*`clb_name` - (Optional) Name of the CLB to be queried.
32
+
*`master_zone` - (Optional) Master available zone id.
32
33
*`network_type` - (Optional) Type of CLB instance, and available values include `OPEN` and `INTERNAL`.
33
34
*`project_id` - (Optional) Project ID of the CLB.
34
35
*`result_output_file` - (Optional) Used to save results.
@@ -45,6 +46,7 @@ In addition to all arguments above, the following attributes are exported:
45
46
*`create_time` - Create time of the CLB.
46
47
*`internet_bandwidth_max_out` - Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
47
48
*`internet_charge_type` - Internet charge type, only applicable to open CLB. Valid values are `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
49
+
*`local_zone` - Whether this available zone is local zone, This field maybe null, means cannot get a valid value.
48
50
*`network_type` - Types of CLB.
49
51
*`project_id` - ID of the project.
50
52
*`security_groups` - ID set of the security groups.
@@ -56,5 +58,9 @@ In addition to all arguments above, the following attributes are exported:
56
58
*`target_region_info_vpc_id` - VpcId information of backend service are attached the CLB.
57
59
*`vip_isp` - Network operator, only applicable to open CLB. Valid values are `CMCC`(China Mobile), `CTCC`(Telecom), `CUCC`(China Unicom) and `BGP`. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).
58
60
*`vpc_id` - ID of the VPC.
61
+
*`zone_id` - Available zone unique id(numerical representation), This field maybe null, means cannot get a valid value.
62
+
*`zone_name` - Available zone name, This field maybe null, means cannot get a valid value.
63
+
*`zone_region` - Region that this available zone belong to, This field maybe null, means cannot get a valid value.
64
+
*`zone` - Available zone unique id(string representation), This field maybe null, means cannot get a valid value.
@@ -56,13 +110,17 @@ The following arguments are supported:
56
110
*`address_ip_version` - (Optional) IP version, only applicable to open CLB. Valid values are `ipv4`, `ipv6` and `IPv6FullChain`.
57
111
*`internet_bandwidth_max_out` - (Optional) Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
58
112
*`internet_charge_type` - (Optional) Internet charge type, only applicable to open CLB. Valid values are `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
113
+
*`load_balancer_pass_to_target` - (Optional) Whether the target allow flow come from clb. If value is true, only check security group of clb, or check both clb and backend instance security group.
114
+
*`master_zone_id` - (Optional) Setting master zone id of cross available zone disaster recovery, only applicable to open CLB.
59
115
*`project_id` - (Optional, ForceNew) ID of the project within the CLB instance, `0` - Default Project.
60
-
*`security_groups` - (Optional) Security groups of the CLB instance. Only supports `OPEN` CLBs.
116
+
*`security_groups` - (Optional) Security groups of the CLB instance. Supports both `OPEN` and `INTERNAL` CLBs.
117
+
*`slave_zone_id` - (Optional) Setting slave zone id of cross available zone disaster recovery, only applicable to open CLB. this zone will undertake traffic when the master is down.
61
118
*`subnet_id` - (Optional, ForceNew) Subnet ID of the CLB. Effective only for CLB within the VPC. Only supports `INTERNAL` CLBs. Default is `ipv4`.
62
119
*`tags` - (Optional) The available tags within this CLB.
63
120
*`target_region_info_region` - (Optional) Region information of backend services are attached the CLB instance. Only supports `OPEN` CLBs.
64
121
*`target_region_info_vpc_id` - (Optional) Vpc information of backend services are attached the CLB instance. Only supports `OPEN` CLBs.
65
122
*`vpc_id` - (Optional, ForceNew) VPC ID of the CLB.
123
+
*`zone_id` - (Optional) Available zone id, only applicable to open CLB.
@@ -304,7 +305,7 @@ The following arguments are supported:
304
305
*`extra_args` - (Optional, ForceNew) Custom parameter information related to the node.
305
306
*`globe_desired_pod_num` - (Optional, ForceNew) Indicate to set desired pod number in node. valid when enable_customized_pod_cidr=true, and it takes effect for all nodes.
306
307
*`ignore_cluster_cidr_conflict` - (Optional, ForceNew) Indicates whether to ignore the cluster cidr conflict error. Default is false.
307
-
*`is_non_static_ip_mode` - (Optional, ForceNew) Indicates whether static ip mode is enabled. Default is false.
308
+
*`is_non_static_ip_mode` - (Optional, ForceNew) Indicates whether non-static ip mode is enabled. Default is false.
308
309
*`kube_proxy_mode` - (Optional) Cluster kube-proxy mode, the available values include: 'kube-proxy-bpf'. Default is not set.When set to kube-proxy-bpf, cluster version greater than 1.14 and with Tencent Linux 2.4 is required.
309
310
*`labels` - (Optional, ForceNew) Labels of tke cluster nodes.
310
311
*`managed_cluster_internet_security_policies` - (Optional) Security policies for managed cluster internet, like:'192.168.1.0/24' or '113.116.51.27', '0.0.0.0/0' means all. This field can only set when field `cluster_deploy_type` is 'MANAGED_CLUSTER' and `cluster_internet` is true. `managed_cluster_internet_security_policies` can not delete or empty once be set.
@@ -355,6 +356,7 @@ The `master_config` object supports the following:
355
356
*`enhanced_monitor_service` - (Optional, ForceNew) To specify whether to enable cloud monitor service. Default is TRUE.
356
357
*`enhanced_security_service` - (Optional, ForceNew) To specify whether to enable cloud security service. Default is TRUE.
357
358
*`hostname` - (Optional, ForceNew) The host name of the attached instance. Dot (.) and dash (-) cannot be used as the first and last characters of HostName and cannot be used consecutively. Windows example: The length of the name character is [2, 15], letters (capitalization is not restricted), numbers and dashes (-) are allowed, dots (.) are not supported, and not all numbers are allowed. Examples of other types (Linux, etc.): The character length is [2, 60], and multiple dots are allowed. There is a segment between the dots. Each segment allows letters (with no limitation on capitalization), numbers and dashes (-).
359
+
*`img_id` - (Optional) The valid image id, format of img-xxx.
358
360
*`instance_charge_type_prepaid_period` - (Optional, ForceNew) The tenancy (time unit is month) of the prepaid instance. NOTE: it only works when instance_charge_type is set to `PREPAID`. Valid values are `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `24`, `36`.
359
361
*`instance_charge_type_prepaid_renew_flag` - (Optional, ForceNew) Auto renewal flag. Valid values: `NOTIFY_AND_AUTO_RENEW`: notify upon expiration and renew automatically, `NOTIFY_AND_MANUAL_RENEW`: notify upon expiration but do not renew automatically, `DISABLE_NOTIFY_AND_MANUAL_RENEW`: neither notify upon expiration nor renew automatically. Default value: `NOTIFY_AND_MANUAL_RENEW`. If this parameter is specified as `NOTIFY_AND_AUTO_RENEW`, the instance will be automatically renewed on a monthly basis if the account balance is sufficient. NOTE: it only works when instance_charge_type is set to `PREPAID`.
360
362
*`instance_charge_type` - (Optional, ForceNew) The charge type of instance. Valid values are `PREPAID` and `POSTPAID_BY_HOUR`. The default is `POSTPAID_BY_HOUR`. Note: TencentCloud International only supports `POSTPAID_BY_HOUR`, `PREPAID` instance will not terminated after cluster deleted, and may not allow to delete before expired.
@@ -394,6 +396,7 @@ The `worker_config` object supports the following:
394
396
*`enhanced_monitor_service` - (Optional, ForceNew) To specify whether to enable cloud monitor service. Default is TRUE.
395
397
*`enhanced_security_service` - (Optional, ForceNew) To specify whether to enable cloud security service. Default is TRUE.
396
398
*`hostname` - (Optional, ForceNew) The host name of the attached instance. Dot (.) and dash (-) cannot be used as the first and last characters of HostName and cannot be used consecutively. Windows example: The length of the name character is [2, 15], letters (capitalization is not restricted), numbers and dashes (-) are allowed, dots (.) are not supported, and not all numbers are allowed. Examples of other types (Linux, etc.): The character length is [2, 60], and multiple dots are allowed. There is a segment between the dots. Each segment allows letters (with no limitation on capitalization), numbers and dashes (-).
399
+
*`img_id` - (Optional) The valid image id, format of img-xxx.
397
400
*`instance_charge_type_prepaid_period` - (Optional, ForceNew) The tenancy (time unit is month) of the prepaid instance. NOTE: it only works when instance_charge_type is set to `PREPAID`. Valid values are `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `24`, `36`.
398
401
*`instance_charge_type_prepaid_renew_flag` - (Optional, ForceNew) Auto renewal flag. Valid values: `NOTIFY_AND_AUTO_RENEW`: notify upon expiration and renew automatically, `NOTIFY_AND_MANUAL_RENEW`: notify upon expiration but do not renew automatically, `DISABLE_NOTIFY_AND_MANUAL_RENEW`: neither notify upon expiration nor renew automatically. Default value: `NOTIFY_AND_MANUAL_RENEW`. If this parameter is specified as `NOTIFY_AND_AUTO_RENEW`, the instance will be automatically renewed on a monthly basis if the account balance is sufficient. NOTE: it only works when instance_charge_type is set to `PREPAID`.
399
402
*`instance_charge_type` - (Optional, ForceNew) The charge type of instance. Valid values are `PREPAID` and `POSTPAID_BY_HOUR`. The default is `POSTPAID_BY_HOUR`. Note: TencentCloud International only supports `POSTPAID_BY_HOUR`, `PREPAID` instance will not terminated after cluster deleted, and may not allow to delete before expired.
0 commit comments