public class Cluster extends AbstractModel
header, skipSign
Constructor and Description |
---|
Cluster() |
Cluster(Cluster 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 |
---|---|
String |
getAccountID()
Get 账号id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAppID()
Get 用户APPID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterID()
Get 实例id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatedAt()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 自定义实例名
注意:此字段可能返回 null,表示取不到有效值。
|
Network[] |
getNetworks()
Deprecated.
|
Period |
getPeriod()
Get 实例有效期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 地域
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getSecurity()
Get 安全组信息
注意:此字段可能返回 null,表示取不到有效值。
|
Spec |
getSpec()
Deprecated.
|
Long |
getStatus()
Get 实例状态:0:运行中,1:创建中 ,16:变配中,17:隔离中,18:待销毁,19:恢复中,20:关机 , 21:销毁中 ,22:已销毁
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
getTags()
Get 标签
注意:此字段可能返回 null,表示取不到有效值。
|
Tenant |
getTenant()
Get 产品内部特性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedAt()
Get 最后修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getZones()
Get 可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccountID(String AccountID)
Set 账号id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppID(Long AppID)
Set 用户APPID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterID(String ClusterID)
Set 实例id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedAt(String CreatedAt)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 自定义实例名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetworks(Network[] Networks)
Deprecated.
|
void |
setPeriod(Period Period)
Set 实例有效期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set 地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecurity(String[] Security)
Set 安全组信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpec(Spec Spec)
Deprecated.
|
void |
setStatus(Long Status)
Set 实例状态:0:运行中,1:创建中 ,16:变配中,17:隔离中,18:待销毁,19:恢复中,20:关机 , 21:销毁中 ,22:已销毁
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTags(Tag[] Tags)
Set 标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTenant(Tenant Tenant)
Set 产品内部特性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatedAt(String UpdatedAt)
Set 最后修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setZones(String Zones)
Set 可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Cluster()
public Cluster(Cluster source)
public Long getAppID()
public void setAppID(Long AppID)
AppID
- 用户APPID
注意:此字段可能返回 null,表示取不到有效值。public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID
- 实例id
注意:此字段可能返回 null,表示取不到有效值。public String getAccountID()
public void setAccountID(String AccountID)
AccountID
- 账号id
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 自定义实例名
注意:此字段可能返回 null,表示取不到有效值。public String getRegion()
public void setRegion(String Region)
Region
- 地域
注意:此字段可能返回 null,表示取不到有效值。public String getZones()
public void setZones(String Zones)
Zones
- 可用区
注意:此字段可能返回 null,表示取不到有效值。@Deprecated public Network[] getNetworks()
@Deprecated public void setNetworks(Network[] Networks)
Networks
- 网络信息
注意:此字段可能返回 null,表示取不到有效值。@Deprecated public Spec getSpec()
@Deprecated public void setSpec(Spec Spec)
Spec
- 实例规格
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 实例状态:0:运行中,1:创建中 ,16:变配中,17:隔离中,18:待销毁,19:恢复中,20:关机 , 21:销毁中 ,22:已销毁
注意:此字段可能返回 null,表示取不到有效值。public Period getPeriod()
public void setPeriod(Period Period)
Period
- 实例有效期
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- 最后修改时间
注意:此字段可能返回 null,表示取不到有效值。public Tenant getTenant()
public void setTenant(Tenant Tenant)
Tenant
- 产品内部特性
注意:此字段可能返回 null,表示取不到有效值。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 标签
注意:此字段可能返回 null,表示取不到有效值。public String[] getSecurity()
public void setSecurity(String[] Security)
Security
- 安全组信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.