public class ClassicLinkInstance extends AbstractModel
Constructor and Description |
---|
ClassicLinkInstance() |
ClassicLinkInstance(ClassicLinkInstance 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 The unique ID of the CVM instance
|
String |
getVpcId()
Get VPC instance ID
|
void |
setInstanceId(String InstanceId)
Set The unique ID of the CVM instance
|
void |
setVpcId(String VpcId)
Set VPC instance ID
|
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 ClassicLinkInstance()
public ClassicLinkInstance(ClassicLinkInstance source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance IDpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- The unique ID of the CVM instanceCopyright © 2021. All rights reserved.