public class SenlinCluster extends Object implements Cluster
| Modifier and Type | Class and Description |
|---|---|
static class |
SenlinCluster.Cluster
An inner class for representing lists of senlinCluster
|
| Constructor and Description |
|---|
SenlinCluster() |
| 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
|
String |
getId() |
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
|
String |
getName() |
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
|
String |
toString() |
public String getId()
getId in interface ResourceEntitypublic String getName()
getName in interface ResourceEntitypublic Date getCreatedAt()
ClustergetCreatedAt in interface Clusterpublic Map<String,Object> getData()
Clusterpublic Integer getDesiredCapacity()
ClustergetDesiredCapacity in interface Clusterpublic String getDomain()
Clusterpublic Date getInitAt()
Clusterpublic Integer getMaxSize()
ClustergetMaxSize in interface Clusterpublic Map<String,Object> getMetadata()
ClustergetMetadata in interface Clusterpublic Integer getMinSize()
ClustergetMinSize in interface Clusterpublic List<String> getNodes()
Clusterpublic List<String> getPolicies()
ClustergetPolicies in interface Clusterpublic String getProfileID()
ClustergetProfileID in interface Clusterpublic String getProfileName()
ClustergetProfileName in interface Clusterpublic String getProject()
ClustergetProject in interface Clusterpublic ClusterStatus getStatus()
Clusterpublic String getStatusReason()
ClustergetStatusReason in interface Clusterpublic Integer getTimeout()
ClustergetTimeout in interface Clusterpublic Date getUpdatedAt()
ClustergetUpdatedAt in interface Clusterpublic String getUser()
ClusterCopyright © 2017. All rights reserved.