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
/// 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.
445
488
/// </summary>
@@ -789,6 +832,12 @@ public sealed class InstanceState : global::Pulumi.ResourceArgs
789
832
[Input("addressIpVersion")]
790
833
publicInput<string>?AddressIpVersion{get;set;}
791
834
835
+
/// <summary>
836
+
/// The IPv6 address of the load balancing instance.
837
+
/// </summary>
838
+
[Input("addressIpv6")]
839
+
publicInput<string>?AddressIpv6{get;set;}
840
+
792
841
/// <summary>
793
842
/// Bandwidth package id. If set, the `internet_charge_type` must be `BANDWIDTH_PACKAGE`.
794
843
/// </summary>
@@ -843,6 +892,12 @@ public InputList<string> ClbVips
843
892
[Input("internetChargeType")]
844
893
publicInput<string>?InternetChargeType{get;set;}
845
894
895
+
/// <summary>
896
+
/// This field is meaningful when the IP address version is ipv6, `IPv6Nat64` | `IPv6FullChain`.
897
+
/// </summary>
898
+
[Input("ipv6Mode")]
899
+
publicInput<string>?Ipv6Mode{get;set;}
900
+
846
901
/// <summary>
847
902
/// 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.
@@ -288,7 +296,7 @@ public partial class Cluster : global::Pulumi.CustomResource
288
296
/// Open internet access or not. If this field is set 'true', the field below `worker_config` must be set. Because only cluster with node is allowed enable access endpoint. You may open it through `tencentcloud.Kubernetes.ClusterEndpoint`.
/// Domain name for cluster Kube-apiserver internet access. Be careful if you modify value of this parameter, the cluster_external_endpoint value may be changed automatically too.
@@ -306,7 +314,7 @@ public partial class Cluster : global::Pulumi.CustomResource
306
314
/// Open intranet access or not. If this field is set 'true', the field below `worker_config` must be set. Because only cluster with node is allowed enable access endpoint. You may open it through `tencentcloud.Kubernetes.ClusterEndpoint`.
/// Domain name for cluster Kube-apiserver intranet access. Be careful if you modify value of this parameter, the pgw_endpoint value may be changed automatically too.
@@ -357,7 +365,7 @@ public partial class Cluster : global::Pulumi.CustomResource
/// Operating system of the cluster, the available values include: 'centos7.6.0_x64','ubuntu18.04.1x86_64','tlinux2.4x86_64'. Default is 'tlinux2.4x86_64'.
368
+
/// Cluster operating system, supports setting public images (the field passes the corresponding image Name) and custom images (the field passes the corresponding image ID). For details, please refer to: https://cloud.tencent.com/document/product/457/68289.
@@ -597,7 +605,7 @@ public partial class Cluster : global::Pulumi.CustomResource
597
605
publicOutput<string>VpcId{get;privateset;}=null!;
598
606
599
607
/// <summary>
600
-
/// Deploy the machine configuration information of the 'WORKER' service, and create <=20 units for common users. The other 'WORK' service are added by 'tencentcloud_kubernetes_worker'.
608
+
/// Deploy the machine configuration information of the 'WORKER' service, and create <=20 units for common users. The other 'WORK' service are added by 'tencentcloud_kubernetes_scale_worker'.
@@ -782,7 +790,7 @@ public sealed class ClusterArgs : global::Pulumi.ResourceArgs
782
790
publicInput<string>?ClusterName{get;set;}
783
791
784
792
/// <summary>
785
-
/// Operating system of the cluster, the available values include: 'centos7.6.0_x64','ubuntu18.04.1x86_64','tlinux2.4x86_64'. Default is 'tlinux2.4x86_64'.
793
+
/// Cluster operating system, supports setting public images (the field passes the corresponding image Name) and custom images (the field passes the corresponding image ID). For details, please refer to: https://cloud.tencent.com/document/product/457/68289.
786
794
/// </summary>
787
795
[Input("clusterOs")]
788
796
publicInput<string>?ClusterOs{get;set;}
@@ -1038,7 +1046,7 @@ public InputMap<object> Tags
/// Deploy the machine configuration information of the 'WORKER' service, and create <=20 units for common users. The other 'WORK' service are added by 'tencentcloud_kubernetes_worker'.
1049
+
/// Deploy the machine configuration information of the 'WORKER' service, and create <=20 units for common users. The other 'WORK' service are added by 'tencentcloud_kubernetes_scale_worker'.
@@ -1205,7 +1213,7 @@ public sealed class ClusterState : global::Pulumi.ResourceArgs
1205
1213
publicInput<int>?ClusterNodeNum{get;set;}
1206
1214
1207
1215
/// <summary>
1208
-
/// Operating system of the cluster, the available values include: 'centos7.6.0_x64','ubuntu18.04.1x86_64','tlinux2.4x86_64'. Default is 'tlinux2.4x86_64'.
1216
+
/// Cluster operating system, supports setting public images (the field passes the corresponding image Name) and custom images (the field passes the corresponding image ID). For details, please refer to: https://cloud.tencent.com/document/product/457/68289.
1209
1217
/// </summary>
1210
1218
[Input("clusterOs")]
1211
1219
publicInput<string>?ClusterOs{get;set;}
@@ -1509,7 +1517,7 @@ public InputMap<object> Tags
/// Deploy the machine configuration information of the 'WORKER' service, and create <=20 units for common users. The other 'WORK' service are added by 'tencentcloud_kubernetes_worker'.
1520
+
/// Deploy the machine configuration information of the 'WORKER' service, and create <=20 units for common users. The other 'WORK' service are added by 'tencentcloud_kubernetes_scale_worker'.
0 commit comments