类 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.

    另请参阅:
    序列化表格
    • 构造器详细资料

      • GetClusterResponse

        public GetClusterResponse()
    • 方法详细资料

      • getOrderId

        public String getOrderId()
      • setOrderId

        public void setOrderId​(String orderId)
      • 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)
      • 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)