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 Account ID.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getAppID()
Get User APP ID. 
 | 
String | 
getClusterID()
Get Instance ID. 
 | 
String | 
getCreatedAt()
Get Creation time.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getName()
Get Customizes the instance name. 
 | 
Network[] | 
getNetworks()
Deprecated.   
 | 
Period | 
getPeriod()
Get Instance validity period. 
 | 
String | 
getRegion()
Get Region.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getSecurity()
Get Security group information.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Spec | 
getSpec()
Deprecated.   
 | 
Long | 
getStatus()
Get Instance status. 
 | 
Tag[] | 
getTags()
Get Tag. 
 | 
Tenant | 
getTenant()
Get Internal features of the product. 
 | 
String | 
getUpdatedAt()
Get Last modification time. 
 | 
String | 
getZones()
Get Availability zone.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAccountID(String AccountID)
Set Account ID.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAppID(Long AppID)
Set User APP ID. 
 | 
void | 
setClusterID(String ClusterID)
Set Instance ID. 
 | 
void | 
setCreatedAt(String CreatedAt)
Set Creation time.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Customizes the instance name. 
 | 
void | 
setNetworks(Network[] Networks)
Deprecated.   
 | 
void | 
setPeriod(Period Period)
Set Instance validity period. 
 | 
void | 
setRegion(String Region)
Set Region.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSecurity(String[] Security)
Set Security group information.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSpec(Spec Spec)
Deprecated.   
 | 
void | 
setStatus(Long Status)
Set Instance status. 
 | 
void | 
setTags(Tag[] Tags)
Set Tag. 
 | 
void | 
setTenant(Tenant Tenant)
Set Internal features of the product. 
 | 
void | 
setUpdatedAt(String UpdatedAt)
Set Last modification time. 
 | 
void | 
setZones(String Zones)
Set Availability zone.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic Cluster()
public Cluster(Cluster source)
public Long getAppID()
public void setAppID(Long AppID)
AppID - User APP ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID - Instance ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getAccountID()
public void setAccountID(String AccountID)
AccountID - Account ID.Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name - Customizes the instance name.
Note: This field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region - Region.Note: This field may return null, indicating that no valid values can be obtained.public String getZones()
public void setZones(String Zones)
Zones - Availability zone.Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public Network[] getNetworks()
@Deprecated public void setNetworks(Network[] Networks)
Networks - Network information.
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public Spec getSpec()
@Deprecated public void setSpec(Spec Spec)
Spec - Instance specification.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Instance status. 0: running; 1: creating; 16: adjusting configuration; 17: isolating; 18: to be terminated; 19: recovering; 20: shutting down; 21: terminating; 22: terminated.
Note: This field may return null, indicating that no valid values can be obtained.public Period getPeriod()
public void setPeriod(Period Period)
Period - Instance validity period.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - Creation time.Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - Last modification time.
Note: This field may return null, indicating that no valid values can be obtained.public Tenant getTenant()
public void setTenant(Tenant Tenant)
Tenant - Internal features of the product.
Note: This field may return null, indicating that no valid values can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getSecurity()
public void setSecurity(String[] Security)
Security - Security group information.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.