public class AttachClassicLinkVpcRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance that is deployed in the classic network.
|
Long |
ownerId |
String |
regionId
The region ID of the instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vpcId
The ID of the VPC for which the ClassicLink feature is enabled.
|
构造器和说明 |
---|
AttachClassicLinkVpcRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AttachClassicLinkVpcRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVpcId() |
AttachClassicLinkVpcRequest |
setInstanceId(String instanceId) |
AttachClassicLinkVpcRequest |
setOwnerId(Long ownerId) |
AttachClassicLinkVpcRequest |
setRegionId(String regionId) |
AttachClassicLinkVpcRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AttachClassicLinkVpcRequest |
setResourceOwnerId(Long resourceOwnerId) |
AttachClassicLinkVpcRequest |
setVpcId(String vpcId) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance that is deployed in the classic network. You can call the DescribeInstances operation to query available instances.
This parameter is required.
example:i-bp1gtjxuuvwj17zr****
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC for which the ClassicLink feature is enabled. You can call the DescribeVpcs operation to query available VPCs.
This parameter is required.
example:vpc-bp1j4z1sr8zxu4l8u****
public static AttachClassicLinkVpcRequest build(Map<String,?> map) throws Exception
Exception
public AttachClassicLinkVpcRequest setInstanceId(String instanceId)
public String getInstanceId()
public AttachClassicLinkVpcRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AttachClassicLinkVpcRequest setRegionId(String regionId)
public String getRegionId()
public AttachClassicLinkVpcRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AttachClassicLinkVpcRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public AttachClassicLinkVpcRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.