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 ResourceEntity
public String getName()
getName
in interface ResourceEntity
public Date getCreatedAt()
Cluster
getCreatedAt
in interface Cluster
public Map<String,Object> getData()
Cluster
public Integer getDesiredCapacity()
Cluster
getDesiredCapacity
in interface Cluster
public String getDomain()
Cluster
public Date getInitAt()
Cluster
public Integer getMaxSize()
Cluster
getMaxSize
in interface Cluster
public Map<String,Object> getMetadata()
Cluster
getMetadata
in interface Cluster
public Integer getMinSize()
Cluster
getMinSize
in interface Cluster
public List<String> getNodes()
Cluster
public List<String> getPolicies()
Cluster
getPolicies
in interface Cluster
public String getProfileID()
Cluster
getProfileID
in interface Cluster
public String getProfileName()
Cluster
getProfileName
in interface Cluster
public String getProject()
Cluster
getProject
in interface Cluster
public ClusterStatus getStatus()
Cluster
public String getStatusReason()
Cluster
getStatusReason
in interface Cluster
public Integer getTimeout()
Cluster
getTimeout
in interface Cluster
public Date getUpdatedAt()
Cluster
getUpdatedAt
in interface Cluster
public String getUser()
Cluster
Copyright © 2017. All rights reserved.