Class CynosdbCluster

    • Constructor Summary

      Constructors 
      Constructor Description
      CynosdbCluster()  
      CynosdbCluster​(CynosdbCluster source)
      NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Ability getAbility()
      Get 能力 注意:此字段可能返回 null,表示取不到有效值。
      Long getAppId()
      Get 用户appid 注意:此字段可能返回 null,表示取不到有效值。
      String getBusinessType()
      Get 商业类型 注意:此字段可能返回 null,表示取不到有效值。
      String getClusterId()
      Get 集群ID
      String getClusterName()
      Get 集群名称
      String getCreateTime()
      Get 集群创建时间 注意:此字段可能返回 null,表示取不到有效值。
      String getCynosVersion()
      Get cynos内核版本 注意:此字段可能返回 null,表示取不到有效值。
      String getDbMode()
      Get Db类型(NORMAL, SERVERLESS) 注意:此字段可能返回 null,表示取不到有效值。
      String getDbType()
      Get 引擎类型 注意:此字段可能返回 null,表示取不到有效值。
      String getDbVersion()
      Get 数据库版本
      String getHasSlaveZone()
      Get 是否有从可用区 注意:此字段可能返回 null,表示取不到有效值。
      Long getInstanceNum()
      Get 实例数
      String getIsFreeze()
      Get 是否冻结 注意:此字段可能返回 null,表示取不到有效值。
      String getMasterZone()
      Get 主可用区 注意:此字段可能返回 null,表示取不到有效值。
      Long getMaxStorageSize()
      Get 集群计算规格对应的最大存储值 注意:此字段可能返回 null,表示取不到有效值。
      Long getMinStorageSize()
      Get 集群计算规格对应的最小存储值 注意:此字段可能返回 null,表示取不到有效值。
      NetAddr[] getNetAddrs()
      Get 集群网络信息 注意:此字段可能返回 null,表示取不到有效值。
      String getOrderSource()
      Get 订单来源 注意:此字段可能返回 null,表示取不到有效值。
      Long getPayMode()
      Get 付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      String getPeriodEndTime()
      Get 截止时间 注意:此字段可能返回 null,表示取不到有效值。
      String getPhysicalZone()
      Get 物理可用区 注意:此字段可能返回 null,表示取不到有效值。
      String getProcessingTask()
      Get 正在处理的任务 注意:此字段可能返回 null,表示取不到有效值。
      Long getProjectID()
      Get 项目id 注意:此字段可能返回 null,表示取不到有效值。
      String getRegion()
      Get 地域
      Long getRenewFlag()
      Get 续费标志 注意:此字段可能返回 null,表示取不到有效值。
      ResourcePackage[] getResourcePackages()
      Get 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK) 注意:此字段可能返回 null,表示取不到有效值。
      Tag[] getResourceTags()
      Get 集群绑定的tag数组 注意:此字段可能返回 null,表示取不到有效值。
      String getServerlessStatus()
      Get 当Db类型为SERVERLESS时,serverless集群状态,可选值: resume pause 注意:此字段可能返回 null,表示取不到有效值。
      String[] getSlaveZones()
      Get 从可用区 注意:此字段可能返回 null,表示取不到有效值。
      String getStatus()
      Get 集群状态, 可选值如下: creating: 创建中 running:运行中 isolating:隔离中 isolated:已隔离 activating:解隔离中 offlining:下线中 offlined:已下线 deleting:删除中 deleted:已删除
      String getStatusDesc()
      Get 集群状态描述 注意:此字段可能返回 null,表示取不到有效值。
      Long getStorage()
      Get 集群预付费存储值大小 注意:此字段可能返回 null,表示取不到有效值。
      String getStorageId()
      Get 集群存储为预付费时的存储ID,用于预付费存储变配 注意:此字段可能返回 null,表示取不到有效值。
      Long getStorageLimit()
      Get 存储容量 注意:此字段可能返回 null,表示取不到有效值。
      Long getStoragePayMode()
      Get 集群存储付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      String getSubnetId()
      Get 子网ID 注意:此字段可能返回 null,表示取不到有效值。
      ObjectTask[] getTasks()
      Get 集群的任务数组 注意:此字段可能返回 null,表示取不到有效值。
      String getUin()
      Get 用户uin 注意:此字段可能返回 null,表示取不到有效值。
      String getUpdateTime()
      Get 更新时间
      String getVip()
      Get 集群读写vip 注意:此字段可能返回 null,表示取不到有效值。
      String getVpcId()
      Get 私有网络ID 注意:此字段可能返回 null,表示取不到有效值。
      Long getVport()
      Get 集群读写vport 注意:此字段可能返回 null,表示取不到有效值。
      String getZone()
      Get 可用区
      void setAbility​(Ability Ability)
      Set 能力 注意:此字段可能返回 null,表示取不到有效值。
      void setAppId​(Long AppId)
      Set 用户appid 注意:此字段可能返回 null,表示取不到有效值。
      void setBusinessType​(String BusinessType)
      Set 商业类型 注意:此字段可能返回 null,表示取不到有效值。
      void setClusterId​(String ClusterId)
      Set 集群ID
      void setClusterName​(String ClusterName)
      Set 集群名称
      void setCreateTime​(String CreateTime)
      Set 集群创建时间 注意:此字段可能返回 null,表示取不到有效值。
      void setCynosVersion​(String CynosVersion)
      Set cynos内核版本 注意:此字段可能返回 null,表示取不到有效值。
      void setDbMode​(String DbMode)
      Set Db类型(NORMAL, SERVERLESS) 注意:此字段可能返回 null,表示取不到有效值。
      void setDbType​(String DbType)
      Set 引擎类型 注意:此字段可能返回 null,表示取不到有效值。
      void setDbVersion​(String DbVersion)
      Set 数据库版本
      void setHasSlaveZone​(String HasSlaveZone)
      Set 是否有从可用区 注意:此字段可能返回 null,表示取不到有效值。
      void setInstanceNum​(Long InstanceNum)
      Set 实例数
      void setIsFreeze​(String IsFreeze)
      Set 是否冻结 注意:此字段可能返回 null,表示取不到有效值。
      void setMasterZone​(String MasterZone)
      Set 主可用区 注意:此字段可能返回 null,表示取不到有效值。
      void setMaxStorageSize​(Long MaxStorageSize)
      Set 集群计算规格对应的最大存储值 注意:此字段可能返回 null,表示取不到有效值。
      void setMinStorageSize​(Long MinStorageSize)
      Set 集群计算规格对应的最小存储值 注意:此字段可能返回 null,表示取不到有效值。
      void setNetAddrs​(NetAddr[] NetAddrs)
      Set 集群网络信息 注意:此字段可能返回 null,表示取不到有效值。
      void setOrderSource​(String OrderSource)
      Set 订单来源 注意:此字段可能返回 null,表示取不到有效值。
      void setPayMode​(Long PayMode)
      Set 付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      void setPeriodEndTime​(String PeriodEndTime)
      Set 截止时间 注意:此字段可能返回 null,表示取不到有效值。
      void setPhysicalZone​(String PhysicalZone)
      Set 物理可用区 注意:此字段可能返回 null,表示取不到有效值。
      void setProcessingTask​(String ProcessingTask)
      Set 正在处理的任务 注意:此字段可能返回 null,表示取不到有效值。
      void setProjectID​(Long ProjectID)
      Set 项目id 注意:此字段可能返回 null,表示取不到有效值。
      void setRegion​(String Region)
      Set 地域
      void setRenewFlag​(Long RenewFlag)
      Set 续费标志 注意:此字段可能返回 null,表示取不到有效值。
      void setResourcePackages​(ResourcePackage[] ResourcePackages)
      Set 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK) 注意:此字段可能返回 null,表示取不到有效值。
      void setResourceTags​(Tag[] ResourceTags)
      Set 集群绑定的tag数组 注意:此字段可能返回 null,表示取不到有效值。
      void setServerlessStatus​(String ServerlessStatus)
      Set 当Db类型为SERVERLESS时,serverless集群状态,可选值: resume pause 注意:此字段可能返回 null,表示取不到有效值。
      void setSlaveZones​(String[] SlaveZones)
      Set 从可用区 注意:此字段可能返回 null,表示取不到有效值。
      void setStatus​(String Status)
      Set 集群状态, 可选值如下: creating: 创建中 running:运行中 isolating:隔离中 isolated:已隔离 activating:解隔离中 offlining:下线中 offlined:已下线 deleting:删除中 deleted:已删除
      void setStatusDesc​(String StatusDesc)
      Set 集群状态描述 注意:此字段可能返回 null,表示取不到有效值。
      void setStorage​(Long Storage)
      Set 集群预付费存储值大小 注意:此字段可能返回 null,表示取不到有效值。
      void setStorageId​(String StorageId)
      Set 集群存储为预付费时的存储ID,用于预付费存储变配 注意:此字段可能返回 null,表示取不到有效值。
      void setStorageLimit​(Long StorageLimit)
      Set 存储容量 注意:此字段可能返回 null,表示取不到有效值。
      void setStoragePayMode​(Long StoragePayMode)
      Set 集群存储付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      void setSubnetId​(String SubnetId)
      Set 子网ID 注意:此字段可能返回 null,表示取不到有效值。
      void setTasks​(ObjectTask[] Tasks)
      Set 集群的任务数组 注意:此字段可能返回 null,表示取不到有效值。
      void setUin​(String Uin)
      Set 用户uin 注意:此字段可能返回 null,表示取不到有效值。
      void setUpdateTime​(String UpdateTime)
      Set 更新时间
      void setVip​(String Vip)
      Set 集群读写vip 注意:此字段可能返回 null,表示取不到有效值。
      void setVpcId​(String VpcId)
      Set 私有网络ID 注意:此字段可能返回 null,表示取不到有效值。
      void setVport​(Long Vport)
      Set 集群读写vport 注意:此字段可能返回 null,表示取不到有效值。
      void setZone​(String Zone)
      Set 可用区
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • CynosdbCluster

        public CynosdbCluster()
      • CynosdbCluster

        public CynosdbCluster​(CynosdbCluster source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getStatus

        public String getStatus()
        Get 集群状态, 可选值如下: creating: 创建中 running:运行中 isolating:隔离中 isolated:已隔离 activating:解隔离中 offlining:下线中 offlined:已下线 deleting:删除中 deleted:已删除
        Returns:
        Status 集群状态, 可选值如下: creating: 创建中 running:运行中 isolating:隔离中 isolated:已隔离 activating:解隔离中 offlining:下线中 offlined:已下线 deleting:删除中 deleted:已删除
      • setStatus

        public void setStatus​(String Status)
        Set 集群状态, 可选值如下: creating: 创建中 running:运行中 isolating:隔离中 isolated:已隔离 activating:解隔离中 offlining:下线中 offlined:已下线 deleting:删除中 deleted:已删除
        Parameters:
        Status - 集群状态, 可选值如下: creating: 创建中 running:运行中 isolating:隔离中 isolated:已隔离 activating:解隔离中 offlining:下线中 offlined:已下线 deleting:删除中 deleted:已删除
      • getUpdateTime

        public String getUpdateTime()
        Get 更新时间
        Returns:
        UpdateTime 更新时间
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 更新时间
        Parameters:
        UpdateTime - 更新时间
      • getZone

        public String getZone()
        Get 可用区
        Returns:
        Zone 可用区
      • setZone

        public void setZone​(String Zone)
        Set 可用区
        Parameters:
        Zone - 可用区
      • getClusterName

        public String getClusterName()
        Get 集群名称
        Returns:
        ClusterName 集群名称
      • setClusterName

        public void setClusterName​(String ClusterName)
        Set 集群名称
        Parameters:
        ClusterName - 集群名称
      • getRegion

        public String getRegion()
        Get 地域
        Returns:
        Region 地域
      • setRegion

        public void setRegion​(String Region)
        Set 地域
        Parameters:
        Region - 地域
      • getDbVersion

        public String getDbVersion()
        Get 数据库版本
        Returns:
        DbVersion 数据库版本
      • setDbVersion

        public void setDbVersion​(String DbVersion)
        Set 数据库版本
        Parameters:
        DbVersion - 数据库版本
      • getClusterId

        public String getClusterId()
        Get 集群ID
        Returns:
        ClusterId 集群ID
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群ID
        Parameters:
        ClusterId - 集群ID
      • getInstanceNum

        public Long getInstanceNum()
        Get 实例数
        Returns:
        InstanceNum 实例数
      • setInstanceNum

        public void setInstanceNum​(Long InstanceNum)
        Set 实例数
        Parameters:
        InstanceNum - 实例数
      • getUin

        public String getUin()
        Get 用户uin 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Uin 用户uin 注意:此字段可能返回 null,表示取不到有效值。
      • setUin

        public void setUin​(String Uin)
        Set 用户uin 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Uin - 用户uin 注意:此字段可能返回 null,表示取不到有效值。
      • getDbType

        public String getDbType()
        Get 引擎类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DbType 引擎类型 注意:此字段可能返回 null,表示取不到有效值。
      • setDbType

        public void setDbType​(String DbType)
        Set 引擎类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DbType - 引擎类型 注意:此字段可能返回 null,表示取不到有效值。
      • getAppId

        public Long getAppId()
        Get 用户appid 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AppId 用户appid 注意:此字段可能返回 null,表示取不到有效值。
      • setAppId

        public void setAppId​(Long AppId)
        Set 用户appid 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AppId - 用户appid 注意:此字段可能返回 null,表示取不到有效值。
      • getStatusDesc

        public String getStatusDesc()
        Get 集群状态描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StatusDesc 集群状态描述 注意:此字段可能返回 null,表示取不到有效值。
      • setStatusDesc

        public void setStatusDesc​(String StatusDesc)
        Set 集群状态描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StatusDesc - 集群状态描述 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String getCreateTime()
        Get 集群创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 集群创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 集群创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 集群创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getPayMode

        public Long getPayMode()
        Get 付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PayMode 付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      • setPayMode

        public void setPayMode​(Long PayMode)
        Set 付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PayMode - 付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      • getPeriodEndTime

        public String getPeriodEndTime()
        Get 截止时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PeriodEndTime 截止时间 注意:此字段可能返回 null,表示取不到有效值。
      • setPeriodEndTime

        public void setPeriodEndTime​(String PeriodEndTime)
        Set 截止时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PeriodEndTime - 截止时间 注意:此字段可能返回 null,表示取不到有效值。
      • getVip

        public String getVip()
        Get 集群读写vip 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Vip 集群读写vip 注意:此字段可能返回 null,表示取不到有效值。
      • setVip

        public void setVip​(String Vip)
        Set 集群读写vip 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Vip - 集群读写vip 注意:此字段可能返回 null,表示取不到有效值。
      • getVport

        public Long getVport()
        Get 集群读写vport 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Vport 集群读写vport 注意:此字段可能返回 null,表示取不到有效值。
      • setVport

        public void setVport​(Long Vport)
        Set 集群读写vport 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Vport - 集群读写vport 注意:此字段可能返回 null,表示取不到有效值。
      • getProjectID

        public Long getProjectID()
        Get 项目id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProjectID 项目id 注意:此字段可能返回 null,表示取不到有效值。
      • setProjectID

        public void setProjectID​(Long ProjectID)
        Set 项目id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProjectID - 项目id 注意:此字段可能返回 null,表示取不到有效值。
      • getVpcId

        public String getVpcId()
        Get 私有网络ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VpcId 私有网络ID 注意:此字段可能返回 null,表示取不到有效值。
      • setVpcId

        public void setVpcId​(String VpcId)
        Set 私有网络ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VpcId - 私有网络ID 注意:此字段可能返回 null,表示取不到有效值。
      • getSubnetId

        public String getSubnetId()
        Get 子网ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubnetId 子网ID 注意:此字段可能返回 null,表示取不到有效值。
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 子网ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubnetId - 子网ID 注意:此字段可能返回 null,表示取不到有效值。
      • getCynosVersion

        public String getCynosVersion()
        Get cynos内核版本 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CynosVersion cynos内核版本 注意:此字段可能返回 null,表示取不到有效值。
      • setCynosVersion

        public void setCynosVersion​(String CynosVersion)
        Set cynos内核版本 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CynosVersion - cynos内核版本 注意:此字段可能返回 null,表示取不到有效值。
      • getStorageLimit

        public Long getStorageLimit()
        Get 存储容量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StorageLimit 存储容量 注意:此字段可能返回 null,表示取不到有效值。
      • setStorageLimit

        public void setStorageLimit​(Long StorageLimit)
        Set 存储容量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StorageLimit - 存储容量 注意:此字段可能返回 null,表示取不到有效值。
      • getRenewFlag

        public Long getRenewFlag()
        Get 续费标志 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RenewFlag 续费标志 注意:此字段可能返回 null,表示取不到有效值。
      • setRenewFlag

        public void setRenewFlag​(Long RenewFlag)
        Set 续费标志 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RenewFlag - 续费标志 注意:此字段可能返回 null,表示取不到有效值。
      • getProcessingTask

        public String getProcessingTask()
        Get 正在处理的任务 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProcessingTask 正在处理的任务 注意:此字段可能返回 null,表示取不到有效值。
      • setProcessingTask

        public void setProcessingTask​(String ProcessingTask)
        Set 正在处理的任务 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProcessingTask - 正在处理的任务 注意:此字段可能返回 null,表示取不到有效值。
      • getTasks

        public ObjectTask[] getTasks()
        Get 集群的任务数组 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tasks 集群的任务数组 注意:此字段可能返回 null,表示取不到有效值。
      • setTasks

        public void setTasks​(ObjectTask[] Tasks)
        Set 集群的任务数组 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tasks - 集群的任务数组 注意:此字段可能返回 null,表示取不到有效值。
      • getResourceTags

        public Tag[] getResourceTags()
        Get 集群绑定的tag数组 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ResourceTags 集群绑定的tag数组 注意:此字段可能返回 null,表示取不到有效值。
      • setResourceTags

        public void setResourceTags​(Tag[] ResourceTags)
        Set 集群绑定的tag数组 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ResourceTags - 集群绑定的tag数组 注意:此字段可能返回 null,表示取不到有效值。
      • getDbMode

        public String getDbMode()
        Get Db类型(NORMAL, SERVERLESS) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DbMode Db类型(NORMAL, SERVERLESS) 注意:此字段可能返回 null,表示取不到有效值。
      • setDbMode

        public void setDbMode​(String DbMode)
        Set Db类型(NORMAL, SERVERLESS) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DbMode - Db类型(NORMAL, SERVERLESS) 注意:此字段可能返回 null,表示取不到有效值。
      • getServerlessStatus

        public String getServerlessStatus()
        Get 当Db类型为SERVERLESS时,serverless集群状态,可选值: resume pause 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServerlessStatus 当Db类型为SERVERLESS时,serverless集群状态,可选值: resume pause 注意:此字段可能返回 null,表示取不到有效值。
      • setServerlessStatus

        public void setServerlessStatus​(String ServerlessStatus)
        Set 当Db类型为SERVERLESS时,serverless集群状态,可选值: resume pause 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServerlessStatus - 当Db类型为SERVERLESS时,serverless集群状态,可选值: resume pause 注意:此字段可能返回 null,表示取不到有效值。
      • getStorage

        public Long getStorage()
        Get 集群预付费存储值大小 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Storage 集群预付费存储值大小 注意:此字段可能返回 null,表示取不到有效值。
      • setStorage

        public void setStorage​(Long Storage)
        Set 集群预付费存储值大小 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Storage - 集群预付费存储值大小 注意:此字段可能返回 null,表示取不到有效值。
      • getStorageId

        public String getStorageId()
        Get 集群存储为预付费时的存储ID,用于预付费存储变配 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StorageId 集群存储为预付费时的存储ID,用于预付费存储变配 注意:此字段可能返回 null,表示取不到有效值。
      • setStorageId

        public void setStorageId​(String StorageId)
        Set 集群存储为预付费时的存储ID,用于预付费存储变配 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StorageId - 集群存储为预付费时的存储ID,用于预付费存储变配 注意:此字段可能返回 null,表示取不到有效值。
      • getStoragePayMode

        public Long getStoragePayMode()
        Get 集群存储付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StoragePayMode 集群存储付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      • setStoragePayMode

        public void setStoragePayMode​(Long StoragePayMode)
        Set 集群存储付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StoragePayMode - 集群存储付费模式。0-按量计费,1-包年包月 注意:此字段可能返回 null,表示取不到有效值。
      • getMinStorageSize

        public Long getMinStorageSize()
        Get 集群计算规格对应的最小存储值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MinStorageSize 集群计算规格对应的最小存储值 注意:此字段可能返回 null,表示取不到有效值。
      • setMinStorageSize

        public void setMinStorageSize​(Long MinStorageSize)
        Set 集群计算规格对应的最小存储值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MinStorageSize - 集群计算规格对应的最小存储值 注意:此字段可能返回 null,表示取不到有效值。
      • getMaxStorageSize

        public Long getMaxStorageSize()
        Get 集群计算规格对应的最大存储值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MaxStorageSize 集群计算规格对应的最大存储值 注意:此字段可能返回 null,表示取不到有效值。
      • setMaxStorageSize

        public void setMaxStorageSize​(Long MaxStorageSize)
        Set 集群计算规格对应的最大存储值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MaxStorageSize - 集群计算规格对应的最大存储值 注意:此字段可能返回 null,表示取不到有效值。
      • getNetAddrs

        public NetAddr[] getNetAddrs()
        Get 集群网络信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NetAddrs 集群网络信息 注意:此字段可能返回 null,表示取不到有效值。
      • setNetAddrs

        public void setNetAddrs​(NetAddr[] NetAddrs)
        Set 集群网络信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NetAddrs - 集群网络信息 注意:此字段可能返回 null,表示取不到有效值。
      • getPhysicalZone

        public String getPhysicalZone()
        Get 物理可用区 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PhysicalZone 物理可用区 注意:此字段可能返回 null,表示取不到有效值。
      • setPhysicalZone

        public void setPhysicalZone​(String PhysicalZone)
        Set 物理可用区 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PhysicalZone - 物理可用区 注意:此字段可能返回 null,表示取不到有效值。
      • getMasterZone

        public String getMasterZone()
        Get 主可用区 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MasterZone 主可用区 注意:此字段可能返回 null,表示取不到有效值。
      • setMasterZone

        public void setMasterZone​(String MasterZone)
        Set 主可用区 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MasterZone - 主可用区 注意:此字段可能返回 null,表示取不到有效值。
      • getHasSlaveZone

        public String getHasSlaveZone()
        Get 是否有从可用区 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HasSlaveZone 是否有从可用区 注意:此字段可能返回 null,表示取不到有效值。
      • setHasSlaveZone

        public void setHasSlaveZone​(String HasSlaveZone)
        Set 是否有从可用区 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HasSlaveZone - 是否有从可用区 注意:此字段可能返回 null,表示取不到有效值。
      • getSlaveZones

        public String[] getSlaveZones()
        Get 从可用区 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SlaveZones 从可用区 注意:此字段可能返回 null,表示取不到有效值。
      • setSlaveZones

        public void setSlaveZones​(String[] SlaveZones)
        Set 从可用区 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SlaveZones - 从可用区 注意:此字段可能返回 null,表示取不到有效值。
      • getBusinessType

        public String getBusinessType()
        Get 商业类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BusinessType 商业类型 注意:此字段可能返回 null,表示取不到有效值。
      • setBusinessType

        public void setBusinessType​(String BusinessType)
        Set 商业类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BusinessType - 商业类型 注意:此字段可能返回 null,表示取不到有效值。
      • getIsFreeze

        public String getIsFreeze()
        Get 是否冻结 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsFreeze 是否冻结 注意:此字段可能返回 null,表示取不到有效值。
      • setIsFreeze

        public void setIsFreeze​(String IsFreeze)
        Set 是否冻结 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsFreeze - 是否冻结 注意:此字段可能返回 null,表示取不到有效值。
      • getOrderSource

        public String getOrderSource()
        Get 订单来源 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OrderSource 订单来源 注意:此字段可能返回 null,表示取不到有效值。
      • setOrderSource

        public void setOrderSource​(String OrderSource)
        Set 订单来源 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OrderSource - 订单来源 注意:此字段可能返回 null,表示取不到有效值。
      • getAbility

        public Ability getAbility()
        Get 能力 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Ability 能力 注意:此字段可能返回 null,表示取不到有效值。
      • setAbility

        public void setAbility​(Ability Ability)
        Set 能力 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Ability - 能力 注意:此字段可能返回 null,表示取不到有效值。
      • getResourcePackages

        public ResourcePackage[] getResourcePackages()
        Get 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ResourcePackages 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK) 注意:此字段可能返回 null,表示取不到有效值。
      • setResourcePackages

        public void setResourcePackages​(ResourcePackage[] ResourcePackages)
        Set 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ResourcePackages - 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK) 注意:此字段可能返回 null,表示取不到有效值。