com.baidubce.services.bmr.model
Class Cluster
java.lang.Object
com.baidubce.services.bmr.model.Cluster
public class Cluster
- extends Object
Represent a BMR cluster.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cluster
public Cluster()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getImageType
public String getImageType()
setImageType
public void setImageType(String imageType)
getImageVersion
public String getImageVersion()
setImageVersion
public void setImageVersion(String imageVersion)
getAutoTerminate
public boolean getAutoTerminate()
setAutoTerminate
public void setAutoTerminate(boolean autoTerminate)
getLogUri
public String getLogUri()
setLogUri
public void setLogUri(String logUri)
getStatus
public ClusterStatus getStatus()
setStatus
public void setStatus(ClusterStatus status)
getApplications
public List<Application> getApplications()
setApplications
public void setApplications(List<Application> applications)
getServiceHaEnabled
public Boolean getServiceHaEnabled()
setServiceHaEnabled
public void setServiceHaEnabled(Boolean serviceHaEnabled)
getSafeModeEnabled
public Boolean getSafeModeEnabled()
setSafeModeEnabled
public void setSafeModeEnabled(Boolean safeModeEnabled)
Copyright © 2018. All rights reserved.