public class Cluster extends Object
| Constructor and Description |
|---|
Cluster() |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
getApplications() |
Date |
getCreateTime() |
String |
getId() |
String |
getImageType() |
String |
getImageVersion() |
String |
getLogUri() |
String |
getName() |
String |
getPayType() |
Boolean |
getSafeModeEnabled() |
Boolean |
getServiceHaEnabled() |
ClusterStatus |
getStatus() |
List<Tag> |
getTags() |
boolean |
isEnableAutoScale() |
void |
setApplications(List<Application> applications) |
void |
setCreateTime(Date createTime) |
void |
setEnableAutoScale(boolean enableAutoScale) |
void |
setId(String id) |
void |
setImageType(String imageType) |
void |
setImageVersion(String imageVersion) |
void |
setLogUri(String logUri) |
void |
setName(String name) |
void |
setPayType(String payType) |
void |
setSafeModeEnabled(Boolean safeModeEnabled) |
void |
setServiceHaEnabled(Boolean serviceHaEnabled) |
void |
setStatus(ClusterStatus status) |
void |
setTags(List<Tag> tags) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getImageType()
public void setImageType(String imageType)
public String getImageVersion()
public void setImageVersion(String imageVersion)
public String getLogUri()
public void setLogUri(String logUri)
public ClusterStatus getStatus()
public void setStatus(ClusterStatus status)
public List<Application> getApplications()
public void setApplications(List<Application> applications)
public Boolean getServiceHaEnabled()
public void setServiceHaEnabled(Boolean serviceHaEnabled)
public Boolean getSafeModeEnabled()
public void setSafeModeEnabled(Boolean safeModeEnabled)
public String getPayType()
public void setPayType(String payType)
public boolean isEnableAutoScale()
public void setEnableAutoScale(boolean enableAutoScale)
public Date getCreateTime()
public void setCreateTime(Date createTime)
Copyright © 2024. All rights reserved.