public interface ClusterTemplate extends ModelEntity, Buildable<ClusterTemplateBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
List<String> |
getAntiAffinity() |
Map<String,? extends ServiceConfig> |
getClusterConfigs() |
Date |
getCreatedAt() |
String |
getDefaultImageId() |
String |
getDescription() |
String |
getHadoopVersion() |
String |
getId() |
String |
getManagementNetworkId() |
String |
getName() |
List<? extends NodeGroup> |
getNodeGroups() |
String |
getPluginName() |
String |
getTenantId() |
Date |
getUpdatedAt() |
String getHadoopVersion()
String getDefaultImageId()
String getName()
Date getUpdatedAt()
String getTenantId()
String getPluginName()
String getDescription()
String getId()
String getManagementNetworkId()
Date getCreatedAt()
Map<String,? extends ServiceConfig> getClusterConfigs()
Copyright © 2017. All rights reserved.