public class SaharaNodeGroup extends Object implements NodeGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
SaharaNodeGroup.ConcreteNodeGroupBuilder |
static class |
SaharaNodeGroup.NodeGroups |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
SaharaNodeGroup() |
| Modifier and Type | Method and Description |
|---|---|
static NodeGroupBuilder |
builder() |
Integer |
getCount() |
Date |
getCreatedAt() |
String |
getFlavorId() |
String |
getFloatingNetworkId() |
String |
getImageId() |
List<? extends Instance> |
getInstances() |
String |
getName() |
String |
getNodeGroupTemplateId() |
List<String> |
getNodeProcesses() |
List<String> |
getSecurityGroups() |
Map<String,? extends ServiceConfig> |
getServiceConfigs() |
Date |
getUpdatedAt() |
String |
getVolumeMountPrefix() |
Integer |
getVolumesPerNode() |
Integer |
getVolumesSize() |
Boolean |
isAutoSecurityGroup() |
NodeGroupBuilder |
toBuilder() |
String |
toString() |
public NodeGroupBuilder toBuilder()
toBuilder in interface Buildable<NodeGroupBuilder>public static NodeGroupBuilder builder()
public String getName()
public Integer getCount()
public String getNodeGroupTemplateId()
getNodeGroupTemplateId in interface NodeGrouppublic Date getCreatedAt()
getCreatedAt in interface NodeGrouppublic Date getUpdatedAt()
getUpdatedAt in interface NodeGrouppublic String getFloatingNetworkId()
getFloatingNetworkId in interface NodeGrouppublic Integer getVolumesPerNode()
getVolumesPerNode in interface NodeGrouppublic Integer getVolumesSize()
getVolumesSize in interface NodeGrouppublic String getVolumeMountPrefix()
getVolumeMountPrefix in interface NodeGrouppublic String getImageId()
getImageId in interface NodeGrouppublic String getFlavorId()
getFlavorId in interface NodeGrouppublic List<String> getSecurityGroups()
getSecurityGroups in interface NodeGrouppublic Boolean isAutoSecurityGroup()
isAutoSecurityGroup in interface NodeGrouppublic List<String> getNodeProcesses()
getNodeProcesses in interface NodeGrouppublic Map<String,? extends ServiceConfig> getServiceConfigs()
getServiceConfigs in interface NodeGrouppublic List<? extends Instance> getInstances()
getInstances in interface NodeGroupCopyright © 2017. All rights reserved.