public class UnassignPrivateIpAddressesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
ipv4Prefix
The IPv4 prefixes to unassign.
|
String |
networkInterfaceId
The ID of the ENI.
|
String |
ownerAccount |
Long |
ownerId |
List<String> |
privateIpAddress
The secondary private IP addresses to unassign.
|
String |
regionId
The region ID of the ENI.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
UnassignPrivateIpAddressesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UnassignPrivateIpAddressesRequest |
build(Map<String,?> map) |
List<String> |
getIpv4Prefix() |
String |
getNetworkInterfaceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
List<String> |
getPrivateIpAddress() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
UnassignPrivateIpAddressesRequest |
setIpv4Prefix(List<String> ipv4Prefix) |
UnassignPrivateIpAddressesRequest |
setNetworkInterfaceId(String networkInterfaceId) |
UnassignPrivateIpAddressesRequest |
setOwnerAccount(String ownerAccount) |
UnassignPrivateIpAddressesRequest |
setOwnerId(Long ownerId) |
UnassignPrivateIpAddressesRequest |
setPrivateIpAddress(List<String> privateIpAddress) |
UnassignPrivateIpAddressesRequest |
setRegionId(String regionId) |
UnassignPrivateIpAddressesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UnassignPrivateIpAddressesRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="Ipv4Prefix") public List<String> ipv4Prefix
The IPv4 prefixes to unassign.
@NameInMap(value="NetworkInterfaceId") public String networkInterfaceId
The ID of the ENI.
This parameter is required.
example:eni-bp67acfmxazb4ph****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PrivateIpAddress") public List<String> privateIpAddress
The secondary private IP addresses to unassign.
example:192.168.**.**
@NameInMap(value="RegionId") public String regionId
The region ID of the ENI. 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
public static UnassignPrivateIpAddressesRequest build(Map<String,?> map) throws Exception
Exception
public UnassignPrivateIpAddressesRequest setIpv4Prefix(List<String> ipv4Prefix)
public UnassignPrivateIpAddressesRequest setNetworkInterfaceId(String networkInterfaceId)
public String getNetworkInterfaceId()
public UnassignPrivateIpAddressesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UnassignPrivateIpAddressesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UnassignPrivateIpAddressesRequest setPrivateIpAddress(List<String> privateIpAddress)
public UnassignPrivateIpAddressesRequest setRegionId(String regionId)
public String getRegionId()
public UnassignPrivateIpAddressesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UnassignPrivateIpAddressesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.