类 GetClusterResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.bmr.model.GetClusterResponse
-
- 所有已实现的接口:
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.
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetClusterResponse()
-
方法概要
-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getOrderId
public String getOrderId()
-
setOrderId
public void setOrderId(String orderId)
-
getInstanceGroups
public List<InstanceGroupSummary> getInstanceGroups()
-
setInstanceGroups
public void setInstanceGroups(List<InstanceGroupSummary> instanceGroups)
-
isEnableAutoScale
public boolean isEnableAutoScale()
-
setEnableAutoScale
public void setEnableAutoScale(boolean enableAutoScale)
-
getSecurityGroupId
public String getSecurityGroupId()
-
setSecurityGroupId
public void setSecurityGroupId(String securityGroupId)
-
getSubnetId
public String getSubnetId()
-
setSubnetId
public void setSubnetId(String subnetId)
-
getVpcId
public String getVpcId()
-
setVpcId
public void setVpcId(String vpcId)
-
getAvailabilityZone
public String getAvailabilityZone()
-
setAvailabilityZone
public void setAvailabilityZone(String availabilityZone)
-
getPayType
public String getPayType()
-
setPayType
public void setPayType(String payType)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getImageType
public String getImageType()
-
setImageType
public void setImageType(String imageType)
-
getImageVersion
public String getImageVersion()
-
setImageVersion
public void setImageVersion(String imageVersion)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLogUri
public String getLogUri()
-
setLogUri
public void setLogUri(String logUri)
-
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)
-
-