public class CcnAttachedInstance extends AbstractModel
Constructor and Description |
---|
CcnAttachedInstance() |
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 |
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 |
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 |
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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.Copyright © 2020. All rights reserved.