public class ClusterGroupSetItem extends AbstractModel
skipSign
Constructor and Description |
---|
ClusterGroupSetItem() |
ClusterGroupSetItem(ClusterGroupSetItem 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAppId()
Get 账号 APPID
|
String |
getClusterId()
Get clusterGroup 的 SerialId
|
String |
getCreateTime()
Get 集群创建时间
|
String |
getCreatorUin()
Get 创建账号 UIN
|
Long |
getCuMem()
Get CU 内存规格
|
Long |
getCuNum()
Get CU 数量
|
Float |
getFreeCu()
Get 细粒度资源下的空闲CU
|
Long |
getFreeCuNum()
Get 空闲 CU
|
String |
getName()
Get 集群名称
|
Long |
getNetEnvironmentType()
Get 网络
|
String |
getOwnerUin()
Get 主账号 UIN
|
Long |
getPayMode()
Get 付费模式
|
String |
getRegion()
Get 地域
|
String |
getRemark()
Get 描述
|
Float |
getRunningCu()
Get 运行中CU
|
Long |
getStatus()
Get 集群状态, 1 未初始化,,3 初始化中,2 运行中
|
String |
getStatusDesc()
Get 状态描述
|
String |
getUpdateTime()
Get 最后一次操作集群的时间
|
String |
getZone()
Get 区
|
void |
setAppId(Long AppId)
Set 账号 APPID
|
void |
setClusterId(String ClusterId)
Set clusterGroup 的 SerialId
|
void |
setCreateTime(String CreateTime)
Set 集群创建时间
|
void |
setCreatorUin(String CreatorUin)
Set 创建账号 UIN
|
void |
setCuMem(Long CuMem)
Set CU 内存规格
|
void |
setCuNum(Long CuNum)
Set CU 数量
|
void |
setFreeCu(Float FreeCu)
Set 细粒度资源下的空闲CU
|
void |
setFreeCuNum(Long FreeCuNum)
Set 空闲 CU
|
void |
setName(String Name)
Set 集群名称
|
void |
setNetEnvironmentType(Long NetEnvironmentType)
Set 网络
|
void |
setOwnerUin(String OwnerUin)
Set 主账号 UIN
|
void |
setPayMode(Long PayMode)
Set 付费模式
|
void |
setRegion(String Region)
Set 地域
|
void |
setRemark(String Remark)
Set 描述
|
void |
setRunningCu(Float RunningCu)
Set 运行中CU
|
void |
setStatus(Long Status)
Set 集群状态, 1 未初始化,,3 初始化中,2 运行中
|
void |
setStatusDesc(String StatusDesc)
Set 状态描述
|
void |
setUpdateTime(String UpdateTime)
Set 最后一次操作集群的时间
|
void |
setZone(String Zone)
Set 区
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClusterGroupSetItem()
public ClusterGroupSetItem(ClusterGroupSetItem source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- clusterGroup 的 SerialIdpublic String getName()
public void setName(String Name)
Name
- 集群名称public String getRegion()
public void setRegion(String Region)
Region
- 地域public String getZone()
public void setZone(String Zone)
Zone
- 区public Long getAppId()
public void setAppId(Long AppId)
AppId
- 账号 APPIDpublic String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- 主账号 UINpublic String getCreatorUin()
public void setCreatorUin(String CreatorUin)
CreatorUin
- 创建账号 UINpublic Long getCuNum()
public void setCuNum(Long CuNum)
CuNum
- CU 数量public Long getCuMem()
public void setCuMem(Long CuMem)
CuMem
- CU 内存规格public Long getStatus()
public void setStatus(Long Status)
Status
- 集群状态, 1 未初始化,,3 初始化中,2 运行中public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc
- 状态描述public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 集群创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 最后一次操作集群的时间public String getRemark()
public void setRemark(String Remark)
Remark
- 描述public Long getNetEnvironmentType()
public void setNetEnvironmentType(Long NetEnvironmentType)
NetEnvironmentType
- 网络public Long getFreeCuNum()
public void setFreeCuNum(Long FreeCuNum)
FreeCuNum
- 空闲 CUpublic Float getFreeCu()
public void setFreeCu(Float FreeCu)
FreeCu
- 细粒度资源下的空闲CUpublic Float getRunningCu()
public void setRunningCu(Float RunningCu)
RunningCu
- 运行中CUpublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 付费模式Copyright © 2023. All rights reserved.