public class UnassociateVpcCidrBlockRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
IPv6CidrBlock
The secondary IPv6 CIDR block to be deleted.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the VPC to which the secondary CIDR block to be deleted belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
secondaryCidrBlock
The secondary IPv4 CIDR block to be deleted.
|
String |
vpcId
The ID of the VPC from which you want to delete a secondary CIDR block.
|
构造器和说明 |
---|
UnassociateVpcCidrBlockRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UnassociateVpcCidrBlockRequest |
build(Map<String,?> map) |
String |
getIPv6CidrBlock() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSecondaryCidrBlock() |
String |
getVpcId() |
UnassociateVpcCidrBlockRequest |
setIPv6CidrBlock(String IPv6CidrBlock) |
UnassociateVpcCidrBlockRequest |
setOwnerAccount(String ownerAccount) |
UnassociateVpcCidrBlockRequest |
setOwnerId(Long ownerId) |
UnassociateVpcCidrBlockRequest |
setRegionId(String regionId) |
UnassociateVpcCidrBlockRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UnassociateVpcCidrBlockRequest |
setResourceOwnerId(Long resourceOwnerId) |
UnassociateVpcCidrBlockRequest |
setSecondaryCidrBlock(String secondaryCidrBlock) |
UnassociateVpcCidrBlockRequest |
setVpcId(String vpcId) |
@NameInMap(value="IPv6CidrBlock") public String IPv6CidrBlock
The secondary IPv6 CIDR block to be deleted.
example:You must set one of the Ipv6CidrBlock and SecondaryCidrBlock parameters.
2408:XXXX:0:6a::/56
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the VPC to which the secondary CIDR block to be deleted belongs.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:ch-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SecondaryCidrBlock") public String secondaryCidrBlock
The secondary IPv4 CIDR block to be deleted.
example:You must set one of the SecondaryCidrBlock and Ipv6CidrBlock parameters.
192.168.0.0/16
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC from which you want to delete a secondary CIDR block.
This parameter is required.
example:vpc-o6wrloqsdqc9io3mg****
public static UnassociateVpcCidrBlockRequest build(Map<String,?> map) throws Exception
Exception
public UnassociateVpcCidrBlockRequest setIPv6CidrBlock(String IPv6CidrBlock)
public String getIPv6CidrBlock()
public UnassociateVpcCidrBlockRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UnassociateVpcCidrBlockRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UnassociateVpcCidrBlockRequest setRegionId(String regionId)
public String getRegionId()
public UnassociateVpcCidrBlockRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UnassociateVpcCidrBlockRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UnassociateVpcCidrBlockRequest setSecondaryCidrBlock(String secondaryCidrBlock)
public String getSecondaryCidrBlock()
public UnassociateVpcCidrBlockRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.