1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. ContainerCluster
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.ContainerCluster

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Provides a TencentCloud Container Cluster resource.

    NOTE: It has been deprecated and replaced by tencentcloud_kubernetes_cluster.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      foo:
        type: tencentcloud:ContainerCluster
        properties:
          bandwidth: 1
          bandwidthType: PayByHour
          clusterCidr: 10.0.2.0/24
          clusterDesc: foofoofoo
          clusterName: terraform-acc-test
          clusterVersion: 1.7.8
          cpu: 1
          cvmType: PayByHour
          dockerGraphPath: ""
          goodsNum: 1
          ignoreClusterCidrConflict: 0
          instanceName: bar-vm
          instanceType: S2.SMALL1
          isVpcGateway: 0
          mem: 1
          mountTarget: ""
          osName: ubuntu16.04.1 LTSx86_64
          password: Admin12345678
          period: 1
          requireWanIp: 1
          rootSize: 50
          storageSize: 0
          subnetId: subnet-abcdabc
          vpcId: vpc-abcdabc
          zoneId: 100004
    

    Create ContainerCluster Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ContainerCluster(name: string, args: ContainerClusterArgs, opts?: CustomResourceOptions);
    @overload
    def ContainerCluster(resource_name: str,
                         args: ContainerClusterArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ContainerCluster(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         is_vpc_gateway: Optional[float] = None,
                         bandwidth_type: Optional[str] = None,
                         cluster_cidr: Optional[str] = None,
                         zone_id: Optional[str] = None,
                         cluster_name: Optional[str] = None,
                         vpc_id: Optional[str] = None,
                         subnet_id: Optional[str] = None,
                         bandwidth: Optional[float] = None,
                         storage_size: Optional[float] = None,
                         root_size: Optional[float] = None,
                         goods_num: Optional[float] = None,
                         os_name: Optional[str] = None,
                         instance_type: Optional[str] = None,
                         cpu: Optional[float] = None,
                         root_type: Optional[str] = None,
                         mem: Optional[float] = None,
                         mount_target: Optional[str] = None,
                         instance_name: Optional[str] = None,
                         password: Optional[str] = None,
                         period: Optional[float] = None,
                         require_wan_ip: Optional[float] = None,
                         docker_graph_path: Optional[str] = None,
                         key_id: Optional[str] = None,
                         sg_id: Optional[str] = None,
                         cvm_type: Optional[str] = None,
                         storage_type: Optional[str] = None,
                         container_cluster_id: Optional[str] = None,
                         unschedulable: Optional[float] = None,
                         user_script: Optional[str] = None,
                         cluster_version: Optional[str] = None,
                         cluster_desc: Optional[str] = None)
    func NewContainerCluster(ctx *Context, name string, args ContainerClusterArgs, opts ...ResourceOption) (*ContainerCluster, error)
    public ContainerCluster(string name, ContainerClusterArgs args, CustomResourceOptions? opts = null)
    public ContainerCluster(String name, ContainerClusterArgs args)
    public ContainerCluster(String name, ContainerClusterArgs args, CustomResourceOptions options)
    
    type: tencentcloud:ContainerCluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ContainerClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ContainerClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ContainerClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ContainerClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ContainerClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ContainerCluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ContainerCluster resource accepts the following input properties:

    Bandwidth double
    The network bandwidth of the node.
    BandwidthType string
    The network type of the node.
    ClusterCidr string
    The CIDR which the cluster is going to use.
    ClusterName string
    The name of the cluster.
    GoodsNum double
    The node number is going to create in the cluster.
    InstanceType string
    The instance type of the node needed by cvm.
    IsVpcGateway double
    Describe whether the node enable the gateway capability.
    OsName string
    The system os name of the node.
    RootSize double
    The size of the root volume.
    StorageSize double
    The size of the data volume.
    SubnetId string
    The subnet id which the node stays in.
    VpcId string
    Specify vpc which the node(s) stay in.
    ZoneId string
    The zone which the node stays in.
    ClusterDesc string
    The description of the cluster.
    ClusterVersion string
    The kubernetes version of the cluster.
    ContainerClusterId string
    ID of the resource.
    Cpu double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    CvmType string
    The type of node needed by cvm.
    DockerGraphPath string
    The docker graph path is going to mounted.
    InstanceName string
    The name ot node.
    KeyId string
    The key_id of each node(if using key pair to access).
    Mem double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    MountTarget string
    The path which volume is going to be mounted.
    Password string
    The password of each node.
    Period double
    The puchase duration of the node needed by cvm.
    RequireWanIp double
    Indicate whether wan ip is needed.
    RootType string
    The type of the root volume. see more from CVM.
    SgId string
    The security group id.
    StorageType string
    The type of the data volume. see more from CVM.
    Unschedulable double
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    UserScript string
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    Bandwidth float64
    The network bandwidth of the node.
    BandwidthType string
    The network type of the node.
    ClusterCidr string
    The CIDR which the cluster is going to use.
    ClusterName string
    The name of the cluster.
    GoodsNum float64
    The node number is going to create in the cluster.
    InstanceType string
    The instance type of the node needed by cvm.
    IsVpcGateway float64
    Describe whether the node enable the gateway capability.
    OsName string
    The system os name of the node.
    RootSize float64
    The size of the root volume.
    StorageSize float64
    The size of the data volume.
    SubnetId string
    The subnet id which the node stays in.
    VpcId string
    Specify vpc which the node(s) stay in.
    ZoneId string
    The zone which the node stays in.
    ClusterDesc string
    The description of the cluster.
    ClusterVersion string
    The kubernetes version of the cluster.
    ContainerClusterId string
    ID of the resource.
    Cpu float64
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    CvmType string
    The type of node needed by cvm.
    DockerGraphPath string
    The docker graph path is going to mounted.
    InstanceName string
    The name ot node.
    KeyId string
    The key_id of each node(if using key pair to access).
    Mem float64
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    MountTarget string
    The path which volume is going to be mounted.
    Password string
    The password of each node.
    Period float64
    The puchase duration of the node needed by cvm.
    RequireWanIp float64
    Indicate whether wan ip is needed.
    RootType string
    The type of the root volume. see more from CVM.
    SgId string
    The security group id.
    StorageType string
    The type of the data volume. see more from CVM.
    Unschedulable float64
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    UserScript string
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    bandwidth Double
    The network bandwidth of the node.
    bandwidthType String
    The network type of the node.
    clusterCidr String
    The CIDR which the cluster is going to use.
    clusterName String
    The name of the cluster.
    goodsNum Double
    The node number is going to create in the cluster.
    instanceType String
    The instance type of the node needed by cvm.
    isVpcGateway Double
    Describe whether the node enable the gateway capability.
    osName String
    The system os name of the node.
    rootSize Double
    The size of the root volume.
    storageSize Double
    The size of the data volume.
    subnetId String
    The subnet id which the node stays in.
    vpcId String
    Specify vpc which the node(s) stay in.
    zoneId String
    The zone which the node stays in.
    clusterDesc String
    The description of the cluster.
    clusterVersion String
    The kubernetes version of the cluster.
    containerClusterId String
    ID of the resource.
    cpu Double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvmType String
    The type of node needed by cvm.
    dockerGraphPath String
    The docker graph path is going to mounted.
    instanceName String
    The name ot node.
    keyId String
    The key_id of each node(if using key pair to access).
    mem Double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mountTarget String
    The path which volume is going to be mounted.
    password String
    The password of each node.
    period Double
    The puchase duration of the node needed by cvm.
    requireWanIp Double
    Indicate whether wan ip is needed.
    rootType String
    The type of the root volume. see more from CVM.
    sgId String
    The security group id.
    storageType String
    The type of the data volume. see more from CVM.
    unschedulable Double
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    userScript String
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    bandwidth number
    The network bandwidth of the node.
    bandwidthType string
    The network type of the node.
    clusterCidr string
    The CIDR which the cluster is going to use.
    clusterName string
    The name of the cluster.
    goodsNum number
    The node number is going to create in the cluster.
    instanceType string
    The instance type of the node needed by cvm.
    isVpcGateway number
    Describe whether the node enable the gateway capability.
    osName string
    The system os name of the node.
    rootSize number
    The size of the root volume.
    storageSize number
    The size of the data volume.
    subnetId string
    The subnet id which the node stays in.
    vpcId string
    Specify vpc which the node(s) stay in.
    zoneId string
    The zone which the node stays in.
    clusterDesc string
    The description of the cluster.
    clusterVersion string
    The kubernetes version of the cluster.
    containerClusterId string
    ID of the resource.
    cpu number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvmType string
    The type of node needed by cvm.
    dockerGraphPath string
    The docker graph path is going to mounted.
    instanceName string
    The name ot node.
    keyId string
    The key_id of each node(if using key pair to access).
    mem number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mountTarget string
    The path which volume is going to be mounted.
    password string
    The password of each node.
    period number
    The puchase duration of the node needed by cvm.
    requireWanIp number
    Indicate whether wan ip is needed.
    rootType string
    The type of the root volume. see more from CVM.
    sgId string
    The security group id.
    storageType string
    The type of the data volume. see more from CVM.
    unschedulable number
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    userScript string
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    bandwidth float
    The network bandwidth of the node.
    bandwidth_type str
    The network type of the node.
    cluster_cidr str
    The CIDR which the cluster is going to use.
    cluster_name str
    The name of the cluster.
    goods_num float
    The node number is going to create in the cluster.
    instance_type str
    The instance type of the node needed by cvm.
    is_vpc_gateway float
    Describe whether the node enable the gateway capability.
    os_name str
    The system os name of the node.
    root_size float
    The size of the root volume.
    storage_size float
    The size of the data volume.
    subnet_id str
    The subnet id which the node stays in.
    vpc_id str
    Specify vpc which the node(s) stay in.
    zone_id str
    The zone which the node stays in.
    cluster_desc str
    The description of the cluster.
    cluster_version str
    The kubernetes version of the cluster.
    container_cluster_id str
    ID of the resource.
    cpu float
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvm_type str
    The type of node needed by cvm.
    docker_graph_path str
    The docker graph path is going to mounted.
    instance_name str
    The name ot node.
    key_id str
    The key_id of each node(if using key pair to access).
    mem float
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mount_target str
    The path which volume is going to be mounted.
    password str
    The password of each node.
    period float
    The puchase duration of the node needed by cvm.
    require_wan_ip float
    Indicate whether wan ip is needed.
    root_type str
    The type of the root volume. see more from CVM.
    sg_id str
    The security group id.
    storage_type str
    The type of the data volume. see more from CVM.
    unschedulable float
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    user_script str
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    bandwidth Number
    The network bandwidth of the node.
    bandwidthType String
    The network type of the node.
    clusterCidr String
    The CIDR which the cluster is going to use.
    clusterName String
    The name of the cluster.
    goodsNum Number
    The node number is going to create in the cluster.
    instanceType String
    The instance type of the node needed by cvm.
    isVpcGateway Number
    Describe whether the node enable the gateway capability.
    osName String
    The system os name of the node.
    rootSize Number
    The size of the root volume.
    storageSize Number
    The size of the data volume.
    subnetId String
    The subnet id which the node stays in.
    vpcId String
    Specify vpc which the node(s) stay in.
    zoneId String
    The zone which the node stays in.
    clusterDesc String
    The description of the cluster.
    clusterVersion String
    The kubernetes version of the cluster.
    containerClusterId String
    ID of the resource.
    cpu Number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvmType String
    The type of node needed by cvm.
    dockerGraphPath String
    The docker graph path is going to mounted.
    instanceName String
    The name ot node.
    keyId String
    The key_id of each node(if using key pair to access).
    mem Number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mountTarget String
    The path which volume is going to be mounted.
    password String
    The password of each node.
    period Number
    The puchase duration of the node needed by cvm.
    requireWanIp Number
    Indicate whether wan ip is needed.
    rootType String
    The type of the root volume. see more from CVM.
    sgId String
    The security group id.
    storageType String
    The type of the data volume. see more from CVM.
    unschedulable Number
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    userScript String
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ContainerCluster resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    KubernetesVersion string
    The kubernetes version of the cluster.
    NodesNum double
    The node number of the cluster.
    NodesStatus string
    The node status of the cluster.
    TotalCpu double
    The total cpu of the cluster.
    TotalMem double
    The total memory of the cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    KubernetesVersion string
    The kubernetes version of the cluster.
    NodesNum float64
    The node number of the cluster.
    NodesStatus string
    The node status of the cluster.
    TotalCpu float64
    The total cpu of the cluster.
    TotalMem float64
    The total memory of the cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    kubernetesVersion String
    The kubernetes version of the cluster.
    nodesNum Double
    The node number of the cluster.
    nodesStatus String
    The node status of the cluster.
    totalCpu Double
    The total cpu of the cluster.
    totalMem Double
    The total memory of the cluster.
    id string
    The provider-assigned unique ID for this managed resource.
    kubernetesVersion string
    The kubernetes version of the cluster.
    nodesNum number
    The node number of the cluster.
    nodesStatus string
    The node status of the cluster.
    totalCpu number
    The total cpu of the cluster.
    totalMem number
    The total memory of the cluster.
    id str
    The provider-assigned unique ID for this managed resource.
    kubernetes_version str
    The kubernetes version of the cluster.
    nodes_num float
    The node number of the cluster.
    nodes_status str
    The node status of the cluster.
    total_cpu float
    The total cpu of the cluster.
    total_mem float
    The total memory of the cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    kubernetesVersion String
    The kubernetes version of the cluster.
    nodesNum Number
    The node number of the cluster.
    nodesStatus String
    The node status of the cluster.
    totalCpu Number
    The total cpu of the cluster.
    totalMem Number
    The total memory of the cluster.

    Look up Existing ContainerCluster Resource

    Get an existing ContainerCluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ContainerClusterState, opts?: CustomResourceOptions): ContainerCluster
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bandwidth: Optional[float] = None,
            bandwidth_type: Optional[str] = None,
            cluster_cidr: Optional[str] = None,
            cluster_desc: Optional[str] = None,
            cluster_name: Optional[str] = None,
            cluster_version: Optional[str] = None,
            container_cluster_id: Optional[str] = None,
            cpu: Optional[float] = None,
            cvm_type: Optional[str] = None,
            docker_graph_path: Optional[str] = None,
            goods_num: Optional[float] = None,
            instance_name: Optional[str] = None,
            instance_type: Optional[str] = None,
            is_vpc_gateway: Optional[float] = None,
            key_id: Optional[str] = None,
            kubernetes_version: Optional[str] = None,
            mem: Optional[float] = None,
            mount_target: Optional[str] = None,
            nodes_num: Optional[float] = None,
            nodes_status: Optional[str] = None,
            os_name: Optional[str] = None,
            password: Optional[str] = None,
            period: Optional[float] = None,
            require_wan_ip: Optional[float] = None,
            root_size: Optional[float] = None,
            root_type: Optional[str] = None,
            sg_id: Optional[str] = None,
            storage_size: Optional[float] = None,
            storage_type: Optional[str] = None,
            subnet_id: Optional[str] = None,
            total_cpu: Optional[float] = None,
            total_mem: Optional[float] = None,
            unschedulable: Optional[float] = None,
            user_script: Optional[str] = None,
            vpc_id: Optional[str] = None,
            zone_id: Optional[str] = None) -> ContainerCluster
    func GetContainerCluster(ctx *Context, name string, id IDInput, state *ContainerClusterState, opts ...ResourceOption) (*ContainerCluster, error)
    public static ContainerCluster Get(string name, Input<string> id, ContainerClusterState? state, CustomResourceOptions? opts = null)
    public static ContainerCluster get(String name, Output<String> id, ContainerClusterState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:ContainerCluster    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Bandwidth double
    The network bandwidth of the node.
    BandwidthType string
    The network type of the node.
    ClusterCidr string
    The CIDR which the cluster is going to use.
    ClusterDesc string
    The description of the cluster.
    ClusterName string
    The name of the cluster.
    ClusterVersion string
    The kubernetes version of the cluster.
    ContainerClusterId string
    ID of the resource.
    Cpu double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    CvmType string
    The type of node needed by cvm.
    DockerGraphPath string
    The docker graph path is going to mounted.
    GoodsNum double
    The node number is going to create in the cluster.
    InstanceName string
    The name ot node.
    InstanceType string
    The instance type of the node needed by cvm.
    IsVpcGateway double
    Describe whether the node enable the gateway capability.
    KeyId string
    The key_id of each node(if using key pair to access).
    KubernetesVersion string
    The kubernetes version of the cluster.
    Mem double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    MountTarget string
    The path which volume is going to be mounted.
    NodesNum double
    The node number of the cluster.
    NodesStatus string
    The node status of the cluster.
    OsName string
    The system os name of the node.
    Password string
    The password of each node.
    Period double
    The puchase duration of the node needed by cvm.
    RequireWanIp double
    Indicate whether wan ip is needed.
    RootSize double
    The size of the root volume.
    RootType string
    The type of the root volume. see more from CVM.
    SgId string
    The security group id.
    StorageSize double
    The size of the data volume.
    StorageType string
    The type of the data volume. see more from CVM.
    SubnetId string
    The subnet id which the node stays in.
    TotalCpu double
    The total cpu of the cluster.
    TotalMem double
    The total memory of the cluster.
    Unschedulable double
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    UserScript string
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    VpcId string
    Specify vpc which the node(s) stay in.
    ZoneId string
    The zone which the node stays in.
    Bandwidth float64
    The network bandwidth of the node.
    BandwidthType string
    The network type of the node.
    ClusterCidr string
    The CIDR which the cluster is going to use.
    ClusterDesc string
    The description of the cluster.
    ClusterName string
    The name of the cluster.
    ClusterVersion string
    The kubernetes version of the cluster.
    ContainerClusterId string
    ID of the resource.
    Cpu float64
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    CvmType string
    The type of node needed by cvm.
    DockerGraphPath string
    The docker graph path is going to mounted.
    GoodsNum float64
    The node number is going to create in the cluster.
    InstanceName string
    The name ot node.
    InstanceType string
    The instance type of the node needed by cvm.
    IsVpcGateway float64
    Describe whether the node enable the gateway capability.
    KeyId string
    The key_id of each node(if using key pair to access).
    KubernetesVersion string
    The kubernetes version of the cluster.
    Mem float64
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    MountTarget string
    The path which volume is going to be mounted.
    NodesNum float64
    The node number of the cluster.
    NodesStatus string
    The node status of the cluster.
    OsName string
    The system os name of the node.
    Password string
    The password of each node.
    Period float64
    The puchase duration of the node needed by cvm.
    RequireWanIp float64
    Indicate whether wan ip is needed.
    RootSize float64
    The size of the root volume.
    RootType string
    The type of the root volume. see more from CVM.
    SgId string
    The security group id.
    StorageSize float64
    The size of the data volume.
    StorageType string
    The type of the data volume. see more from CVM.
    SubnetId string
    The subnet id which the node stays in.
    TotalCpu float64
    The total cpu of the cluster.
    TotalMem float64
    The total memory of the cluster.
    Unschedulable float64
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    UserScript string
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    VpcId string
    Specify vpc which the node(s) stay in.
    ZoneId string
    The zone which the node stays in.
    bandwidth Double
    The network bandwidth of the node.
    bandwidthType String
    The network type of the node.
    clusterCidr String
    The CIDR which the cluster is going to use.
    clusterDesc String
    The description of the cluster.
    clusterName String
    The name of the cluster.
    clusterVersion String
    The kubernetes version of the cluster.
    containerClusterId String
    ID of the resource.
    cpu Double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvmType String
    The type of node needed by cvm.
    dockerGraphPath String
    The docker graph path is going to mounted.
    goodsNum Double
    The node number is going to create in the cluster.
    instanceName String
    The name ot node.
    instanceType String
    The instance type of the node needed by cvm.
    isVpcGateway Double
    Describe whether the node enable the gateway capability.
    keyId String
    The key_id of each node(if using key pair to access).
    kubernetesVersion String
    The kubernetes version of the cluster.
    mem Double
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mountTarget String
    The path which volume is going to be mounted.
    nodesNum Double
    The node number of the cluster.
    nodesStatus String
    The node status of the cluster.
    osName String
    The system os name of the node.
    password String
    The password of each node.
    period Double
    The puchase duration of the node needed by cvm.
    requireWanIp Double
    Indicate whether wan ip is needed.
    rootSize Double
    The size of the root volume.
    rootType String
    The type of the root volume. see more from CVM.
    sgId String
    The security group id.
    storageSize Double
    The size of the data volume.
    storageType String
    The type of the data volume. see more from CVM.
    subnetId String
    The subnet id which the node stays in.
    totalCpu Double
    The total cpu of the cluster.
    totalMem Double
    The total memory of the cluster.
    unschedulable Double
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    userScript String
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    vpcId String
    Specify vpc which the node(s) stay in.
    zoneId String
    The zone which the node stays in.
    bandwidth number
    The network bandwidth of the node.
    bandwidthType string
    The network type of the node.
    clusterCidr string
    The CIDR which the cluster is going to use.
    clusterDesc string
    The description of the cluster.
    clusterName string
    The name of the cluster.
    clusterVersion string
    The kubernetes version of the cluster.
    containerClusterId string
    ID of the resource.
    cpu number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvmType string
    The type of node needed by cvm.
    dockerGraphPath string
    The docker graph path is going to mounted.
    goodsNum number
    The node number is going to create in the cluster.
    instanceName string
    The name ot node.
    instanceType string
    The instance type of the node needed by cvm.
    isVpcGateway number
    Describe whether the node enable the gateway capability.
    keyId string
    The key_id of each node(if using key pair to access).
    kubernetesVersion string
    The kubernetes version of the cluster.
    mem number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mountTarget string
    The path which volume is going to be mounted.
    nodesNum number
    The node number of the cluster.
    nodesStatus string
    The node status of the cluster.
    osName string
    The system os name of the node.
    password string
    The password of each node.
    period number
    The puchase duration of the node needed by cvm.
    requireWanIp number
    Indicate whether wan ip is needed.
    rootSize number
    The size of the root volume.
    rootType string
    The type of the root volume. see more from CVM.
    sgId string
    The security group id.
    storageSize number
    The size of the data volume.
    storageType string
    The type of the data volume. see more from CVM.
    subnetId string
    The subnet id which the node stays in.
    totalCpu number
    The total cpu of the cluster.
    totalMem number
    The total memory of the cluster.
    unschedulable number
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    userScript string
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    vpcId string
    Specify vpc which the node(s) stay in.
    zoneId string
    The zone which the node stays in.
    bandwidth float
    The network bandwidth of the node.
    bandwidth_type str
    The network type of the node.
    cluster_cidr str
    The CIDR which the cluster is going to use.
    cluster_desc str
    The description of the cluster.
    cluster_name str
    The name of the cluster.
    cluster_version str
    The kubernetes version of the cluster.
    container_cluster_id str
    ID of the resource.
    cpu float
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvm_type str
    The type of node needed by cvm.
    docker_graph_path str
    The docker graph path is going to mounted.
    goods_num float
    The node number is going to create in the cluster.
    instance_name str
    The name ot node.
    instance_type str
    The instance type of the node needed by cvm.
    is_vpc_gateway float
    Describe whether the node enable the gateway capability.
    key_id str
    The key_id of each node(if using key pair to access).
    kubernetes_version str
    The kubernetes version of the cluster.
    mem float
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mount_target str
    The path which volume is going to be mounted.
    nodes_num float
    The node number of the cluster.
    nodes_status str
    The node status of the cluster.
    os_name str
    The system os name of the node.
    password str
    The password of each node.
    period float
    The puchase duration of the node needed by cvm.
    require_wan_ip float
    Indicate whether wan ip is needed.
    root_size float
    The size of the root volume.
    root_type str
    The type of the root volume. see more from CVM.
    sg_id str
    The security group id.
    storage_size float
    The size of the data volume.
    storage_type str
    The type of the data volume. see more from CVM.
    subnet_id str
    The subnet id which the node stays in.
    total_cpu float
    The total cpu of the cluster.
    total_mem float
    The total memory of the cluster.
    unschedulable float
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    user_script str
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    vpc_id str
    Specify vpc which the node(s) stay in.
    zone_id str
    The zone which the node stays in.
    bandwidth Number
    The network bandwidth of the node.
    bandwidthType String
    The network type of the node.
    clusterCidr String
    The CIDR which the cluster is going to use.
    clusterDesc String
    The description of the cluster.
    clusterName String
    The name of the cluster.
    clusterVersion String
    The kubernetes version of the cluster.
    containerClusterId String
    ID of the resource.
    cpu Number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.

    Deprecated: Deprecated

    cvmType String
    The type of node needed by cvm.
    dockerGraphPath String
    The docker graph path is going to mounted.
    goodsNum Number
    The node number is going to create in the cluster.
    instanceName String
    The name ot node.
    instanceType String
    The instance type of the node needed by cvm.
    isVpcGateway Number
    Describe whether the node enable the gateway capability.
    keyId String
    The key_id of each node(if using key pair to access).
    kubernetesVersion String
    The kubernetes version of the cluster.
    mem Number
    It has been deprecated from version 1.16.0. Set 'instance_type' instead. The memory of the node.

    Deprecated: Deprecated

    mountTarget String
    The path which volume is going to be mounted.
    nodesNum Number
    The node number of the cluster.
    nodesStatus String
    The node status of the cluster.
    osName String
    The system os name of the node.
    password String
    The password of each node.
    period Number
    The puchase duration of the node needed by cvm.
    requireWanIp Number
    Indicate whether wan ip is needed.
    rootSize Number
    The size of the root volume.
    rootType String
    The type of the root volume. see more from CVM.
    sgId String
    The security group id.
    storageSize Number
    The size of the data volume.
    storageType String
    The type of the data volume. see more from CVM.
    subnetId String
    The subnet id which the node stays in.
    totalCpu Number
    The total cpu of the cluster.
    totalMem Number
    The total memory of the cluster.
    unschedulable Number
    Determine whether the node will be schedulable. 0 is the default meaning node will be schedulable. 1 for unschedulable.
    userScript String
    User defined script in a base64-format. The script runs after the kubernetes component is ready on node. see more from CCS api documents.
    vpcId String
    Specify vpc which the node(s) stay in.
    zoneId String
    The zone which the node stays in.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack