Class AttachClassicLinkVpcRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.AttachClassicLinkVpcRequest
-
public class AttachClassicLinkVpcRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AttachClassicLinkVpcRequest()AttachClassicLinkVpcRequest(AttachClassicLinkVpcRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getInstanceIds()Get CVM实例IDStringgetVpcId()Get VPC实例IDvoidsetInstanceIds(String[] InstanceIds)Set CVM实例IDvoidsetVpcId(String VpcId)Set VPC实例IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AttachClassicLinkVpcRequest
public AttachClassicLinkVpcRequest()
-
AttachClassicLinkVpcRequest
public AttachClassicLinkVpcRequest(AttachClassicLinkVpcRequest 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get VPC实例ID- Returns:
- VpcId VPC实例ID
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID- Parameters:
VpcId- VPC实例ID
-
getInstanceIds
public String[] getInstanceIds()
Get CVM实例ID- Returns:
- InstanceIds CVM实例ID
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set CVM实例ID- Parameters:
InstanceIds- CVM实例ID
-
-