public class AttachClassicLinkVpcRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the classic network-type instance.
|
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 classic network-type instance. You can call the [DescribeInstances](~~25506~~) operation to query available instances.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the instance. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@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](~~35739~~) operation to query available VPCs.
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 © 2023. All rights reserved.