类 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()
    • 方法详细资料

      • getTemplateType

        public String getTemplateType()
      • setTemplateType

        public void setTemplateType​(String templateType)
      • 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)