tencentcloud.ContainerCluster
Explore with Pulumi AI
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.
- Bandwidth
Type string - The network type of the node.
- Cluster
Cidr string - The CIDR which the cluster is going to use.
- Cluster
Name string - The name of the cluster.
- Goods
Num double - The node number is going to create in the cluster.
- Instance
Type string - The instance type of the node needed by cvm.
- Is
Vpc doubleGateway - Describe whether the node enable the gateway capability.
- Os
Name string - The system os name of the node.
- Root
Size double - The size of the root volume.
- Storage
Size double - The size of the data volume.
- Subnet
Id string - The subnet id which the node stays in.
- Vpc
Id string - Specify vpc which the node(s) stay in.
- Zone
Id string - The zone which the node stays in.
- Cluster
Desc string - The description of the cluster.
- Cluster
Version string - The kubernetes version of the cluster.
- Container
Cluster stringId - ID of the resource.
- Cpu double
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- Cvm
Type string - The type of node needed by cvm.
- Docker
Graph stringPath - The docker graph path is going to mounted.
- Instance
Name string - The name ot node.
- Key
Id 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.
- Mount
Target 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.
- Require
Wan doubleIp - Indicate whether wan ip is needed.
- Root
Type string - The type of the root volume. see more from CVM.
- Sg
Id string - The security group id.
- Storage
Type 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.
- User
Script 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.
- Bandwidth
Type string - The network type of the node.
- Cluster
Cidr string - The CIDR which the cluster is going to use.
- Cluster
Name string - The name of the cluster.
- Goods
Num float64 - The node number is going to create in the cluster.
- Instance
Type string - The instance type of the node needed by cvm.
- Is
Vpc float64Gateway - Describe whether the node enable the gateway capability.
- Os
Name string - The system os name of the node.
- Root
Size float64 - The size of the root volume.
- Storage
Size float64 - The size of the data volume.
- Subnet
Id string - The subnet id which the node stays in.
- Vpc
Id string - Specify vpc which the node(s) stay in.
- Zone
Id string - The zone which the node stays in.
- Cluster
Desc string - The description of the cluster.
- Cluster
Version string - The kubernetes version of the cluster.
- Container
Cluster stringId - ID of the resource.
- Cpu float64
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- Cvm
Type string - The type of node needed by cvm.
- Docker
Graph stringPath - The docker graph path is going to mounted.
- Instance
Name string - The name ot node.
- Key
Id 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.
- Mount
Target 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.
- Require
Wan float64Ip - Indicate whether wan ip is needed.
- Root
Type string - The type of the root volume. see more from CVM.
- Sg
Id string - The security group id.
- Storage
Type 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.
- User
Script 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.
- bandwidth
Type String - The network type of the node.
- cluster
Cidr String - The CIDR which the cluster is going to use.
- cluster
Name String - The name of the cluster.
- goods
Num Double - The node number is going to create in the cluster.
- instance
Type String - The instance type of the node needed by cvm.
- is
Vpc DoubleGateway - Describe whether the node enable the gateway capability.
- os
Name String - The system os name of the node.
- root
Size Double - The size of the root volume.
- storage
Size Double - The size of the data volume.
- subnet
Id String - The subnet id which the node stays in.
- vpc
Id String - Specify vpc which the node(s) stay in.
- zone
Id String - The zone which the node stays in.
- cluster
Desc String - The description of the cluster.
- cluster
Version String - The kubernetes version of the cluster.
- container
Cluster StringId - ID of the resource.
- cpu Double
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm
Type String - The type of node needed by cvm.
- docker
Graph StringPath - The docker graph path is going to mounted.
- instance
Name String - The name ot node.
- key
Id 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.
- mount
Target 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.
- require
Wan DoubleIp - Indicate whether wan ip is needed.
- root
Type String - The type of the root volume. see more from CVM.
- sg
Id String - The security group id.
- storage
Type 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.
- user
Script 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.
- bandwidth
Type string - The network type of the node.
- cluster
Cidr string - The CIDR which the cluster is going to use.
- cluster
Name string - The name of the cluster.
- goods
Num number - The node number is going to create in the cluster.
- instance
Type string - The instance type of the node needed by cvm.
- is
Vpc numberGateway - Describe whether the node enable the gateway capability.
- os
Name string - The system os name of the node.
- root
Size number - The size of the root volume.
- storage
Size number - The size of the data volume.
- subnet
Id string - The subnet id which the node stays in.
- vpc
Id string - Specify vpc which the node(s) stay in.
- zone
Id string - The zone which the node stays in.
- cluster
Desc string - The description of the cluster.
- cluster
Version string - The kubernetes version of the cluster.
- container
Cluster stringId - ID of the resource.
- cpu number
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm
Type string - The type of node needed by cvm.
- docker
Graph stringPath - The docker graph path is going to mounted.
- instance
Name string - The name ot node.
- key
Id 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.
- mount
Target 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.
- require
Wan numberIp - Indicate whether wan ip is needed.
- root
Type string - The type of the root volume. see more from CVM.
- sg
Id string - The security group id.
- storage
Type 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.
- user
Script 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_ floatgateway - 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_ strid - ID of the resource.
- cpu float
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm_
type str - The type of node needed by cvm.
- docker_
graph_ strpath - 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.
- 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_ floatip - 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.
- bandwidth
Type String - The network type of the node.
- cluster
Cidr String - The CIDR which the cluster is going to use.
- cluster
Name String - The name of the cluster.
- goods
Num Number - The node number is going to create in the cluster.
- instance
Type String - The instance type of the node needed by cvm.
- is
Vpc NumberGateway - Describe whether the node enable the gateway capability.
- os
Name String - The system os name of the node.
- root
Size Number - The size of the root volume.
- storage
Size Number - The size of the data volume.
- subnet
Id String - The subnet id which the node stays in.
- vpc
Id String - Specify vpc which the node(s) stay in.
- zone
Id String - The zone which the node stays in.
- cluster
Desc String - The description of the cluster.
- cluster
Version String - The kubernetes version of the cluster.
- container
Cluster StringId - ID of the resource.
- cpu Number
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm
Type String - The type of node needed by cvm.
- docker
Graph StringPath - The docker graph path is going to mounted.
- instance
Name String - The name ot node.
- key
Id 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.
- mount
Target 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.
- require
Wan NumberIp - Indicate whether wan ip is needed.
- root
Type String - The type of the root volume. see more from CVM.
- sg
Id String - The security group id.
- storage
Type 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.
- user
Script 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.
- Kubernetes
Version string - The kubernetes version of the cluster.
- Nodes
Num double - The node number of the cluster.
- Nodes
Status string - The node status of the cluster.
- Total
Cpu double - The total cpu of the cluster.
- Total
Mem double - The total memory of the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Kubernetes
Version string - The kubernetes version of the cluster.
- Nodes
Num float64 - The node number of the cluster.
- Nodes
Status string - The node status of the cluster.
- Total
Cpu float64 - The total cpu of the cluster.
- Total
Mem float64 - The total memory of the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- kubernetes
Version String - The kubernetes version of the cluster.
- nodes
Num Double - The node number of the cluster.
- nodes
Status String - The node status of the cluster.
- total
Cpu Double - The total cpu of the cluster.
- total
Mem Double - The total memory of the cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- kubernetes
Version string - The kubernetes version of the cluster.
- nodes
Num number - The node number of the cluster.
- nodes
Status string - The node status of the cluster.
- total
Cpu number - The total cpu of the cluster.
- total
Mem 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.
- kubernetes
Version String - The kubernetes version of the cluster.
- nodes
Num Number - The node number of the cluster.
- nodes
Status String - The node status of the cluster.
- total
Cpu Number - The total cpu of the cluster.
- total
Mem 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.
- Bandwidth double
- The network bandwidth of the node.
- Bandwidth
Type string - The network type of the node.
- Cluster
Cidr string - The CIDR which the cluster is going to use.
- Cluster
Desc string - The description of the cluster.
- Cluster
Name string - The name of the cluster.
- Cluster
Version string - The kubernetes version of the cluster.
- Container
Cluster stringId - ID of the resource.
- Cpu double
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- Cvm
Type string - The type of node needed by cvm.
- Docker
Graph stringPath - The docker graph path is going to mounted.
- Goods
Num double - The node number is going to create in the cluster.
- Instance
Name string - The name ot node.
- Instance
Type string - The instance type of the node needed by cvm.
- Is
Vpc doubleGateway - Describe whether the node enable the gateway capability.
- Key
Id string - The key_id of each node(if using key pair to access).
- Kubernetes
Version 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.
- Mount
Target string - The path which volume is going to be mounted.
- Nodes
Num double - The node number of the cluster.
- Nodes
Status string - The node status of the cluster.
- Os
Name 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.
- Require
Wan doubleIp - Indicate whether wan ip is needed.
- Root
Size double - The size of the root volume.
- Root
Type string - The type of the root volume. see more from CVM.
- Sg
Id string - The security group id.
- Storage
Size double - The size of the data volume.
- Storage
Type string - The type of the data volume. see more from CVM.
- Subnet
Id string - The subnet id which the node stays in.
- Total
Cpu double - The total cpu of the cluster.
- Total
Mem 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.
- User
Script 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.
- Vpc
Id string - Specify vpc which the node(s) stay in.
- Zone
Id string - The zone which the node stays in.
- Bandwidth float64
- The network bandwidth of the node.
- Bandwidth
Type string - The network type of the node.
- Cluster
Cidr string - The CIDR which the cluster is going to use.
- Cluster
Desc string - The description of the cluster.
- Cluster
Name string - The name of the cluster.
- Cluster
Version string - The kubernetes version of the cluster.
- Container
Cluster stringId - ID of the resource.
- Cpu float64
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- Cvm
Type string - The type of node needed by cvm.
- Docker
Graph stringPath - The docker graph path is going to mounted.
- Goods
Num float64 - The node number is going to create in the cluster.
- Instance
Name string - The name ot node.
- Instance
Type string - The instance type of the node needed by cvm.
- Is
Vpc float64Gateway - Describe whether the node enable the gateway capability.
- Key
Id string - The key_id of each node(if using key pair to access).
- Kubernetes
Version 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.
- Mount
Target string - The path which volume is going to be mounted.
- Nodes
Num float64 - The node number of the cluster.
- Nodes
Status string - The node status of the cluster.
- Os
Name 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.
- Require
Wan float64Ip - Indicate whether wan ip is needed.
- Root
Size float64 - The size of the root volume.
- Root
Type string - The type of the root volume. see more from CVM.
- Sg
Id string - The security group id.
- Storage
Size float64 - The size of the data volume.
- Storage
Type string - The type of the data volume. see more from CVM.
- Subnet
Id string - The subnet id which the node stays in.
- Total
Cpu float64 - The total cpu of the cluster.
- Total
Mem 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.
- User
Script 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.
- Vpc
Id string - Specify vpc which the node(s) stay in.
- Zone
Id string - The zone which the node stays in.
- bandwidth Double
- The network bandwidth of the node.
- bandwidth
Type String - The network type of the node.
- cluster
Cidr String - The CIDR which the cluster is going to use.
- cluster
Desc String - The description of the cluster.
- cluster
Name String - The name of the cluster.
- cluster
Version String - The kubernetes version of the cluster.
- container
Cluster StringId - ID of the resource.
- cpu Double
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm
Type String - The type of node needed by cvm.
- docker
Graph StringPath - The docker graph path is going to mounted.
- goods
Num Double - The node number is going to create in the cluster.
- instance
Name String - The name ot node.
- instance
Type String - The instance type of the node needed by cvm.
- is
Vpc DoubleGateway - Describe whether the node enable the gateway capability.
- key
Id String - The key_id of each node(if using key pair to access).
- kubernetes
Version 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.
- mount
Target String - The path which volume is going to be mounted.
- nodes
Num Double - The node number of the cluster.
- nodes
Status String - The node status of the cluster.
- os
Name 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.
- require
Wan DoubleIp - Indicate whether wan ip is needed.
- root
Size Double - The size of the root volume.
- root
Type String - The type of the root volume. see more from CVM.
- sg
Id String - The security group id.
- storage
Size Double - The size of the data volume.
- storage
Type String - The type of the data volume. see more from CVM.
- subnet
Id String - The subnet id which the node stays in.
- total
Cpu Double - The total cpu of the cluster.
- total
Mem 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.
- user
Script 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.
- vpc
Id String - Specify vpc which the node(s) stay in.
- zone
Id String - The zone which the node stays in.
- bandwidth number
- The network bandwidth of the node.
- bandwidth
Type string - The network type of the node.
- cluster
Cidr string - The CIDR which the cluster is going to use.
- cluster
Desc string - The description of the cluster.
- cluster
Name string - The name of the cluster.
- cluster
Version string - The kubernetes version of the cluster.
- container
Cluster stringId - ID of the resource.
- cpu number
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm
Type string - The type of node needed by cvm.
- docker
Graph stringPath - The docker graph path is going to mounted.
- goods
Num number - The node number is going to create in the cluster.
- instance
Name string - The name ot node.
- instance
Type string - The instance type of the node needed by cvm.
- is
Vpc numberGateway - Describe whether the node enable the gateway capability.
- key
Id string - The key_id of each node(if using key pair to access).
- kubernetes
Version 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.
- mount
Target string - The path which volume is going to be mounted.
- nodes
Num number - The node number of the cluster.
- nodes
Status string - The node status of the cluster.
- os
Name 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.
- require
Wan numberIp - Indicate whether wan ip is needed.
- root
Size number - The size of the root volume.
- root
Type string - The type of the root volume. see more from CVM.
- sg
Id string - The security group id.
- storage
Size number - The size of the data volume.
- storage
Type string - The type of the data volume. see more from CVM.
- subnet
Id string - The subnet id which the node stays in.
- total
Cpu number - The total cpu of the cluster.
- total
Mem 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.
- user
Script 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.
- vpc
Id string - Specify vpc which the node(s) stay in.
- zone
Id 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_ strid - ID of the resource.
- cpu float
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm_
type str - The type of node needed by cvm.
- docker_
graph_ strpath - 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_ floatgateway - 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.
- 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_ floatip - 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.
- bandwidth
Type String - The network type of the node.
- cluster
Cidr String - The CIDR which the cluster is going to use.
- cluster
Desc String - The description of the cluster.
- cluster
Name String - The name of the cluster.
- cluster
Version String - The kubernetes version of the cluster.
- container
Cluster StringId - ID of the resource.
- cpu Number
- It has been deprecated from version 1.16.0. Set 'instance_type' instead. The cpu of the node.
- cvm
Type String - The type of node needed by cvm.
- docker
Graph StringPath - The docker graph path is going to mounted.
- goods
Num Number - The node number is going to create in the cluster.
- instance
Name String - The name ot node.
- instance
Type String - The instance type of the node needed by cvm.
- is
Vpc NumberGateway - Describe whether the node enable the gateway capability.
- key
Id String - The key_id of each node(if using key pair to access).
- kubernetes
Version 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.
- mount
Target String - The path which volume is going to be mounted.
- nodes
Num Number - The node number of the cluster.
- nodes
Status String - The node status of the cluster.
- os
Name 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.
- require
Wan NumberIp - Indicate whether wan ip is needed.
- root
Size Number - The size of the root volume.
- root
Type String - The type of the root volume. see more from CVM.
- sg
Id String - The security group id.
- storage
Size Number - The size of the data volume.
- storage
Type String - The type of the data volume. see more from CVM.
- subnet
Id String - The subnet id which the node stays in.
- total
Cpu Number - The total cpu of the cluster.
- total
Mem 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.
- user
Script 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.
- vpc
Id String - Specify vpc which the node(s) stay in.
- zone
Id 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.