| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withIps(Collection<String> ips)
Network interface IPs.
|
NetworkInterface |
NetworkInterface.withIps(String... ips)
Network interface IPs.
|
NetworkInterface |
NetworkInterface.withIsPrimary(Boolean isPrimary)
Whether this is the primary network interface.
|
NetworkInterface |
NetworkInterface.withMacAddress(String macAddress)
The MAC address of the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
SourceProperties.getNetworkInterfaces()
An array of network interfaces.
|
List<NetworkInterface> |
RecoveryInstanceProperties.getNetworkInterfaces()
An array of network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SourceProperties |
SourceProperties.withNetworkInterfaces(NetworkInterface... networkInterfaces)
An array of network interfaces.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withNetworkInterfaces(NetworkInterface... networkInterfaces)
An array of network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceProperties.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
void |
RecoveryInstanceProperties.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
SourceProperties |
SourceProperties.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
Copyright © 2023. All rights reserved.