public interface NodeGroupTemplate extends ModelEntity, Buildable<NodeGroupTemplateBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
String |
getDescription() |
String |
getFlavorId() |
String |
getFloatingNetworkId() |
String |
getHadoopVersion() |
String |
getId() |
String |
getImageId() |
String |
getName() |
List<String> |
getNodeProcesses() |
String |
getPluginName() |
List<String> |
getSecurityGroups() |
Map<String,? extends ServiceConfig> |
getServiceConfigs() |
String |
getTenantId() |
Date |
getUpdatedAt() |
String |
getVolumeMountPrefix() |
Integer |
getVolumesPerNode() |
Integer |
getVolumesSize() |
Boolean |
isAutoSecurityGroup() |
String getId()
String getName()
String getDescription()
String getHadoopVersion()
String getPluginName()
String getTenantId()
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.