public class CcnInstance extends AbstractModel
Constructor and Description |
---|
CcnInstance() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get The ID of the associated instance.
|
String |
getInstanceRegion()
Get The region to which the associated instance ID belongs, such as `ap-guangzhou`.
|
String |
getInstanceType()
Get The type of the associated instance.
|
void |
setInstanceId(String InstanceId)
Set The ID of the associated instance.
|
void |
setInstanceRegion(String InstanceRegion)
Set The region to which the associated instance ID belongs, such as `ap-guangzhou`.
|
void |
setInstanceType(String InstanceType)
Set The type of the associated instance.
|
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 getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- The ID of the associated instance.public String getInstanceRegion()
public void setInstanceRegion(String InstanceRegion)
InstanceRegion
- The region to which the associated instance ID belongs, such as `ap-guangzhou`.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- The type of the associated instance. Available values are:
Copyright © 2020. All rights reserved.