| Package | Description |
|---|---|
| com.amazonaws.services.mgn.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)
Network interface primary IP.
|
NetworkInterface |
NetworkInterface.withMacAddress(String macAddress)
Network interface Mac address.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
SourceProperties.getNetworkInterfaces()
Source server network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SourceProperties |
SourceProperties.withNetworkInterfaces(NetworkInterface... networkInterfaces)
Source server network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceProperties.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Source server network interfaces.
|
SourceProperties |
SourceProperties.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Source server network interfaces.
|
Copyright © 2025. All rights reserved.