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 CCN instance ID.
|
String[] |
getCidrBlock()
Get CIDR block of associated instance.
|
String |
getDescription()
Get Remarks
|
String |
getState()
Get Associated instance status:
• PENDING: applying
• ACTIVE: connected
• EXPIRED: expired
• REJECTED: rejected
• DELETED: deleted
• FAILED: failed (it will be asynchronously unassociated after 2 hours)
• ATTACHING: associating
• DETACHING: unassociating
• DETACHFAILED: failed to unassociate (it will be asynchronously unassociated after 2 hours)
|
void |
setAttachedTime(String AttachedTime)
Set Association time.
|
void |
setCcnId(String CcnId)
Set CCN instance ID.
|
void |
setCidrBlock(String[] CidrBlock)
Set CIDR block of associated instance.
|
void |
setDescription(String Description)
Set Remarks
|
void |
setState(String State)
Set Associated instance status:
• PENDING: applying
• ACTIVE: connected
• EXPIRED: expired
• REJECTED: rejected
• DELETED: deleted
• FAILED: failed (it will be asynchronously unassociated after 2 hours)
• ATTACHING: associating
• DETACHING: unassociating
• DETACHFAILED: failed to unassociate (it will be asynchronously unassociated 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CcnAttachedInstance()
public CcnAttachedInstance(CcnAttachedInstance source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- CCN instance ID.public String[] getCidrBlock()
public void setCidrBlock(String[] CidrBlock)
CidrBlock
- CIDR block of associated instance.public String getState()
public void setState(String State)
State
- Associated instance status:
• PENDING: applying
• ACTIVE: connected
• EXPIRED: expired
• REJECTED: rejected
• DELETED: deleted
• FAILED: failed (it will be asynchronously unassociated after 2 hours)
• ATTACHING: associating
• DETACHING: unassociating
• DETACHFAILED: failed to unassociate (it will be asynchronously unassociated after 2 hours)public String getAttachedTime()
public void setAttachedTime(String AttachedTime)
AttachedTime
- Association time.
Note: this field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- RemarksCopyright © 2024. All rights reserved.