Package | Description |
---|---|
com.tencentcloudapi.tke.v20180525.models |
Modifier and Type | Method and Description |
---|---|
RunInstancesForNode[] |
CreateClusterRequest.getRunInstancesForNode()
Get CVM创建透传参数,json化字符串格式,详见[CVM创建实例](https://cloud.tencent.com/document/product/213/15730)接口。总机型(包括地域)数量不超过10个,相同机型(地域)购买多台机器可以通过设置参数中RunInstances中InstanceCount来实现。
|
RunInstancesForNode[] |
ScaleOutClusterMasterRequest.getRunInstancesForNode()
Get 新建节点参数
|
Modifier and Type | Method and Description |
---|---|
void |
CreateClusterRequest.setRunInstancesForNode(RunInstancesForNode[] RunInstancesForNode)
Set CVM创建透传参数,json化字符串格式,详见[CVM创建实例](https://cloud.tencent.com/document/product/213/15730)接口。总机型(包括地域)数量不超过10个,相同机型(地域)购买多台机器可以通过设置参数中RunInstances中InstanceCount来实现。
|
void |
ScaleOutClusterMasterRequest.setRunInstancesForNode(RunInstancesForNode[] RunInstancesForNode)
Set 新建节点参数
|
Constructor and Description |
---|
RunInstancesForNode(RunInstancesForNode source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.