Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
CreateNetworkInterfaceResult |
EC2Connector.createNetworkInterface(String subnetId,
String description,
List<String> groups,
Integer ipv6AddressCount,
List<InstanceIpv6Address> ipv6Addresses,
String privateIpAddress,
List<PrivateIpAddressSpecification> privateIpAddresses,
Integer secondaryPrivateIpAddressCount)
Creates a network interface in the specified subnet.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceIpv6Address> |
InstanceNetworkInterface.getIpv6Addresses()
One or more IPv6 addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceNetworkInterface.setIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more IPv6 addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
static List<com.amazonaws.services.ec2.model.InstanceIpv6Address> |
EC2ModelFactory.unwrapIpv6List(List<InstanceIpv6Address> sourceIpList) |
Copyright © 2010–2020. All rights reserved.