public interface Cluster extends ModelEntity, Buildable<ClusterBuilder>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Cluster.Status |
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() |
String |
getClusterTemplateId() |
Date |
getCreatedAt() |
String |
getDefaultImageId() |
String |
getDescription() |
String |
getHadoopVersion() |
String |
getId() |
Map<String,? extends ServiceInfo> |
getInfos() |
String |
getManagementNetworkId() |
String |
getManagementPublicKey() |
String |
getName() |
List<? extends NodeGroup> |
getNodeGroups() |
String |
getPluginName() |
Cluster.Status |
getStatus() |
String |
getStatusDescription() |
String |
getTenantId() |
String |
getTrustId() |
Date |
getUpdatedAt() |
String |
getUserKeypairId() |
Boolean |
isTransient() |
Cluster.Status getStatus()
Map<String,? extends ServiceInfo> getInfos()
String getClusterTemplateId()
Boolean isTransient()
String getDescription()
Map<String,? extends ServiceConfig> getClusterConfigs()
Date getCreatedAt()
String getDefaultImageId()
String getUserKeypairId()
Date getUpdatedAt()
String getPluginName()
String getManagementNetworkId()
String getTenantId()
String getManagementPublicKey()
String getStatusDescription()
String getHadoopVersion()
String getId()
String getTrustId()
String getName()