public interface NodeGroup extends ModelEntity, Buildable<NodeGroupBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
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() |
String getName()
Integer getCount()
String getNodeGroupTemplateId()
Date getCreatedAt()
Date getUpdatedAt()
String getFloatingNetworkId()
Integer getVolumesPerNode()
Integer getVolumesSize()
String getVolumeMountPrefix()
String getImageId()
String getFlavorId()
Boolean isAutoSecurityGroup()
Map<String,? extends ServiceConfig> getServiceConfigs()
Copyright © 2017. All rights reserved.