public class CcnInstanceWithoutRegion extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CcnInstanceWithoutRegion() | 
| CcnInstanceWithoutRegion(CcnInstanceWithoutRegion 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 | getInstanceId()Get 实例ID。 | 
| String | getInstanceType()Get 云联网支持的实例类型:
`VPC`
`DIRECTCONNECT`
`BMVPC` 
`EDGE`
`EDGE_TUNNEL`
`EDGE_VPNGW`
`VPNGW` | 
| void | setInstanceId(String InstanceId)Set 实例ID。 | 
| void | setInstanceType(String InstanceType)Set 云联网支持的实例类型:
`VPC`
`DIRECTCONNECT`
`BMVPC` 
`EDGE`
`EDGE_TUNNEL`
`EDGE_VPNGW`
`VPNGW` | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CcnInstanceWithoutRegion()
public CcnInstanceWithoutRegion(CcnInstanceWithoutRegion source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 云联网支持的实例类型:
`VPC`
`DIRECTCONNECT`
`BMVPC` 
`EDGE`
`EDGE_TUNNEL`
`EDGE_VPNGW`
`VPNGW`public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例ID。Copyright © 2025. All rights reserved.