View source: R/ec2_operations.R
ec2_unassign_ipv_6_addresses | R Documentation |
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
See https://www.paws-r-sdk.com/docs/ec2_unassign_ipv_6_addresses/ for full documentation.
ec2_unassign_ipv_6_addresses(
Ipv6Addresses = NULL,
Ipv6Prefixes = NULL,
NetworkInterfaceId
)
Ipv6Addresses |
The IPv6 addresses to unassign from the network interface. |
Ipv6Prefixes |
The IPv6 prefixes to unassign from the network interface. |
NetworkInterfaceId |
[required] The ID of the network interface. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.