public class CcnAttachedInstance extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CcnAttachedInstance()  | 
CcnAttachedInstance(CcnAttachedInstance 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 | 
getAttachedTime()
Get Association Time. 
 | 
String | 
getCcnId()
Get The ID of a CCN instance. 
 | 
String | 
getCcnUin()
Get The UIN (root account) to which the CCN belongs. 
 | 
String[] | 
getCidrBlock()
Get The CIDR of the associated instance. 
 | 
String | 
getDescription()
Get Description 
 | 
String | 
getInstanceArea()
Get General location of the associated instance, such as CHINA_MAINLAND. 
 | 
String | 
getInstanceId()
Get The ID of the associated instance. 
 | 
String | 
getInstanceName()
Get The name of the associated instance. 
 | 
String | 
getInstanceRegion()
Get The region to which the associated instance belongs, such as `ap-guangzhou`. 
 | 
String | 
getInstanceType()
Get The type of associated instances:
`VPC`: VPC
`DIRECTCONNECT`: Direct Connect
`BMVPC`: BM VPC 
 | 
String | 
getInstanceUin()
Get The UIN (root account) to which the associated instance belongs. 
 | 
String | 
getRouteTableId()
Get Route table ID
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getRouteTableName()
Get Route table name
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getState()
Get The status of the associated instance:
`PENDING`: In application
`ACTIVE`: Connected
`EXPIRED`: Expired
`REJECTED`: Rejected
`DELETED`: Deleted
`FAILED`: Failed (it will be asynchronously unbound after 2 hours)
`ATTACHING`: binding
`DETACHING`: Unbinding
`DETACHFAILED`: The unbinding failed (it will be asynchronously unbound after 2 hours) 
 | 
void | 
setAttachedTime(String AttachedTime)
Set Association Time. 
 | 
void | 
setCcnId(String CcnId)
Set The ID of a CCN instance. 
 | 
void | 
setCcnUin(String CcnUin)
Set The UIN (root account) to which the CCN belongs. 
 | 
void | 
setCidrBlock(String[] CidrBlock)
Set The CIDR of the associated instance. 
 | 
void | 
setDescription(String Description)
Set Description 
 | 
void | 
setInstanceArea(String InstanceArea)
Set General location of the associated instance, such as CHINA_MAINLAND. 
 | 
void | 
setInstanceId(String InstanceId)
Set The ID of the associated instance. 
 | 
void | 
setInstanceName(String InstanceName)
Set The name of the associated instance. 
 | 
void | 
setInstanceRegion(String InstanceRegion)
Set The region to which the associated instance belongs, such as `ap-guangzhou`. 
 | 
void | 
setInstanceType(String InstanceType)
Set The type of associated instances:
`VPC`: VPC
`DIRECTCONNECT`: Direct Connect
`BMVPC`: BM VPC 
 | 
void | 
setInstanceUin(String InstanceUin)
Set The UIN (root account) to which the associated instance belongs. 
 | 
void | 
setRouteTableId(String RouteTableId)
Set Route table ID
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setRouteTableName(String RouteTableName)
Set Route table name
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setState(String State)
Set The status of the associated instance:
`PENDING`: In application
`ACTIVE`: Connected
`EXPIRED`: Expired
`REJECTED`: Rejected
`DELETED`: Deleted
`FAILED`: Failed (it will be asynchronously unbound after 2 hours)
`ATTACHING`: binding
`DETACHING`: Unbinding
`DETACHFAILED`: The unbinding failed (it will be asynchronously unbound after 2 hours) 
 | 
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 CcnAttachedInstance()
public CcnAttachedInstance(CcnAttachedInstance source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId - The ID of a CCN instance.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - The type of associated instances:
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - The ID of the associated instance.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - The name of the associated instance.public String getInstanceRegion()
public void setInstanceRegion(String InstanceRegion)
InstanceRegion - The region to which the associated instance belongs, such as `ap-guangzhou`.public String getInstanceUin()
public void setInstanceUin(String InstanceUin)
InstanceUin - The UIN (root account) to which the associated instance belongs.public String[] getCidrBlock()
public void setCidrBlock(String[] CidrBlock)
CidrBlock - The CIDR of the associated instance.public String getState()
public void setState(String State)
State - The status of the associated instance:
public String getAttachedTime()
public void setAttachedTime(String AttachedTime)
AttachedTime - Association Time.public String getCcnUin()
public void setCcnUin(String CcnUin)
CcnUin - The UIN (root account) to which the CCN belongs.public String getInstanceArea()
public void setInstanceArea(String InstanceArea)
InstanceArea - General location of the associated instance, such as CHINA_MAINLAND.public String getDescription()
public void setDescription(String Description)
Description - Descriptionpublic String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - Route table ID
Note: this field may return `null`, indicating that no valid values can be obtained.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName - Route table name
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.