public class DetachClassicLinkVpcRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the classic network-type instance.
|
Long |
ownerId
example:
155780923770
|
String |
regionId
The region ID of the classic network-type instance.
|
String |
resourceOwnerAccount
example:
ECSforCloud
|
Long |
resourceOwnerId
example:
155780923770
|
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.
This parameter is required.
example:i-bp67acfmxazb4p****
@NameInMap(value="OwnerId") public Long ownerId
155780923770
@NameInMap(value="RegionId") public String regionId
The region ID of the classic network-type 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
ECSforCloud
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
155780923770
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC to which the instance is linked.
This parameter is required.
example:vpc-bp67acfmxazb4p****
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 © 2024. All rights reserved.