public class ResourceIds extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ResourceIds()  | 
ResourceIds(ResourceIds 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 | 
getCFSId()
Get  CFS ID. 
 | 
String | 
getCFSStorageType()
Get CFS type. 
 | 
String | 
getCVMId()
Get  Cloud Virtual Machine ID. 
 | 
String | 
getEKSId()
Get Elastic container cluster ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSecurityGroupId()
Get Security group ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSubnetId()
Get Subnet ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTDSQLCId()
Get TDSQL-C for MySQL database ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getVPCId()
Get VPC ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCFSId(String CFSId)
Set  CFS ID. 
 | 
void | 
setCFSStorageType(String CFSStorageType)
Set CFS type. 
 | 
void | 
setCVMId(String CVMId)
Set  Cloud Virtual Machine ID. 
 | 
void | 
setEKSId(String EKSId)
Set Elastic container cluster ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSecurityGroupId(String SecurityGroupId)
Set Security group ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSubnetId(String SubnetId)
Set Subnet ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTDSQLCId(String TDSQLCId)
Set TDSQL-C for MySQL database ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setVPCId(String VPCId)
Set VPC ID
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 ResourceIds()
public ResourceIds(ResourceIds source)
public String getVPCId()
public void setVPCId(String VPCId)
VPCId - VPC ID
Note: This field may return null, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - Security group ID
Note: This field may return null, indicating that no valid values can be obtained.public String getTDSQLCId()
public void setTDSQLCId(String TDSQLCId)
TDSQLCId - TDSQL-C for MySQL database ID
Note: This field may return null, indicating that no valid values can be obtained.public String getCFSId()
public void setCFSId(String CFSId)
CFSId - CFS ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getCFSStorageType()
public void setCFSStorageType(String CFSStorageType)
CFSStorageType - CFS type. Valid values:
- SD: standard
- HP: high-performance
- TB: standard Turbo
- TP: high-performance Turbo
Note: This field may return null, indicating that no valid values can be obtained.public String getCVMId()
public void setCVMId(String CVMId)
CVMId - Cloud Virtual Machine ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getEKSId()
public void setEKSId(String EKSId)
EKSId - Elastic container cluster ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.