public class CcnInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
CcnInstance() |
CcnInstance(CcnInstance 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 |
getDescription()
Get 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.
|
String |
getRouteTableId()
Get The ID of the route table associated with the instance
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Description
|
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 |
setRouteTableId(String RouteTableId)
Set The ID of the route table associated with the instance
Note: this field may return `null`, indicating that no valid values can be obtained.
|
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 CcnInstance()
public CcnInstance(CcnInstance source)
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:
public String getDescription()
public void setDescription(String Description)
Description
- Descriptionpublic String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- The ID of the route table associated with the instance
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.