public class DetachClassicLinkVpcRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the classic network-type instance.
|
Long |
ownerId |
String |
regionId
The region ID of the classic network-type instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vpcId
The ID of the VPC to which the instance is linked.
|
构造器和说明 |
---|
DetachClassicLinkVpcRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DetachClassicLinkVpcRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVpcId() |
DetachClassicLinkVpcRequest |
setInstanceId(String instanceId) |
DetachClassicLinkVpcRequest |
setOwnerId(Long ownerId) |
DetachClassicLinkVpcRequest |
setRegionId(String regionId) |
DetachClassicLinkVpcRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DetachClassicLinkVpcRequest |
setResourceOwnerId(Long resourceOwnerId) |
DetachClassicLinkVpcRequest |
setVpcId(String vpcId) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the classic network-type instance.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the classic network-type 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 to which the instance is linked.
public static DetachClassicLinkVpcRequest build(Map<String,?> map) throws Exception
Exception
public DetachClassicLinkVpcRequest setInstanceId(String instanceId)
public String getInstanceId()
public DetachClassicLinkVpcRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DetachClassicLinkVpcRequest setRegionId(String regionId)
public String getRegionId()
public DetachClassicLinkVpcRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DetachClassicLinkVpcRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DetachClassicLinkVpcRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2023. All rights reserved.