public class AttachCcnInstancesRequest extends AbstractModel
Constructor and Description |
---|
AttachCcnInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCcnId()
Get The CCN instance ID, such as `ccn-f49l6u0z`.
|
String |
getCcnUin()
Get The UIN (root account) of the CCN.
|
CcnInstance[] |
getInstances()
Get List of associated network instances
|
void |
setCcnId(String CcnId)
Set The CCN instance ID, such as `ccn-f49l6u0z`.
|
void |
setCcnUin(String CcnUin)
Set The UIN (root account) of the CCN.
|
void |
setInstances(CcnInstance[] Instances)
Set List of associated network instances
|
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 CCN instance ID, such as `ccn-f49l6u0z`.public CcnInstance[] getInstances()
public void setInstances(CcnInstance[] Instances)
Instances
- List of associated network instancespublic String getCcnUin()
public void setCcnUin(String CcnUin)
CcnUin
- The UIN (root account) of the CCN. By default, the current account belongs to the UINCopyright © 2020. All rights reserved.