public interface Cluster extends ResourceEntity
GET /v1/clusters/{cluster_id}
http://developer.openstack.org/api-ref-clustering-v1.html
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt()
Returns the created at time of the cluster
|
Map<String,Object> |
getData()
Returns the data of the cluster
|
Integer |
getDesiredCapacity()
Returns the desired capacity of the cluster
|
String |
getDomain()
Returns the domain of the cluster
|
Date |
getInitAt()
Returns the init at time of the cluster
|
Integer |
getMaxSize()
Returns the max size of the cluster
|
Map<String,Object> |
getMetadata()
Returns the metadata of the cluster
|
Integer |
getMinSize()
Returns the min size of the cluster
|
List<String> |
getNodes()
Returns the nodes of the cluster
|
List<String> |
getPolicies()
Returns the policies of the cluster
|
String |
getProfileID()
Returns the profile id of the cluster
|
String |
getProfileName()
Returns the profile name of the cluster
|
String |
getProject()
Returns the project of the cluster
|
ClusterStatus |
getStatus()
Returns the status of the cluster
|
String |
getStatusReason()
Returns the status reason of the cluster
|
Integer |
getTimeout()
Returns the timeout value of the cluster
|
Date |
getUpdatedAt()
Returns the updated at time of the cluster
|
String |
getUser()
Returns the user of the cluster
|
getId, getName
Date getCreatedAt()
Map<String,Object> getData()
Integer getDesiredCapacity()
String getDomain()
Date getInitAt()
Integer getMaxSize()
Map<String,Object> getMetadata()
Integer getMinSize()
List<String> getPolicies()
String getProfileID()
String getProfileName()
String getProject()
ClusterStatus getStatus()
String getStatusReason()
Integer getTimeout()
Date getUpdatedAt()
String getUser()
Copyright © 2017. All rights reserved.