com.baidubce.services.bmr.model
Class GetClusterResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.bmr.model.GetClusterResponse
- All Implemented Interfaces:
- Serializable
public class GetClusterResponse
- extends AbstractBceResponse
Represent the response of GetClusterRequest.
The response contains the properties of the target cluster, such as:
id, imageType, imageVersion, logUri, name, autoTerminate, status, applications.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetClusterResponse
public GetClusterResponse()
getId
public String getId()
setId
public void setId(String id)
getImageType
public String getImageType()
setImageType
public void setImageType(String imageType)
getImageVersion
public String getImageVersion()
getName
public String getName()
setName
public void setName(String name)
getLogUri
public String getLogUri()
setLogUri
public void setLogUri(String logUri)
setImageVersion
public void setImageVersion(String imageVersion)
getAutoTerminate
public boolean getAutoTerminate()
setAutoTerminate
public void setAutoTerminate(boolean autoTerminate)
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.