Unassign Private Ip Addresses
| ec2_unassign_private_ip_addresses | R Documentation |
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface¶
Description¶
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.
Usage¶
Arguments¶
NetworkInterfaceId[required] The ID of the network interface.
PrivateIpAddressesThe secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
Ipv4PrefixesThe IPv4 prefixes to unassign from the network interface.
Value¶
An empty list.
Request syntax¶
svc$unassign_private_ip_addresses(
NetworkInterfaceId = "string",
PrivateIpAddresses = list(
"string"
),
Ipv4Prefixes = list(
"string"
)
)