public static class CreateNodePool.Option extends Object
| Constructor and Description |
|---|
Option() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
String |
getInstanceType() |
String |
getNodePoolName() |
String |
getPassword() |
String |
getSubnetID() |
CreateNodePool.Option |
setClusterId(String clusterId) |
CreateNodePool.Option |
setInstanceType(String instanceType) |
CreateNodePool.Option |
setNodePoolName(String nodePoolName) |
CreateNodePool.Option |
setPassword(String password) |
CreateNodePool.Option |
setSubnetID(String subnetID) |
public String getClusterId()
public CreateNodePool.Option setClusterId(String clusterId)
public String getNodePoolName()
public CreateNodePool.Option setNodePoolName(String nodePoolName)
public String getInstanceType()
public CreateNodePool.Option setInstanceType(String instanceType)
public String getPassword()
public CreateNodePool.Option setPassword(String password)
public String getSubnetID()
public CreateNodePool.Option setSubnetID(String subnetID)
Copyright © 2024. All rights reserved.