| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInfo |
NetworkInfo.clone() |
NetworkInfo |
NetworkInfo.withInterfaceName(String interfaceName)
Information about the name of the interface of the server for which the assessment was run.
|
NetworkInfo |
NetworkInfo.withIpAddress(String ipAddress)
Information about the IP address of the server for which the assessment was run.
|
NetworkInfo |
NetworkInfo.withMacAddress(String macAddress)
Information about the MAC address of the server for which the assessment was run.
|
NetworkInfo |
NetworkInfo.withNetMask(String netMask)
Information about the subnet mask of the server for which the assessment was run.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInfo> |
SystemInfo.getNetworkInfoList()
Networking information related to a server.
|
| Modifier and Type | Method and Description |
|---|---|
SystemInfo |
SystemInfo.withNetworkInfoList(NetworkInfo... networkInfoList)
Networking information related to a server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInfo.setNetworkInfoList(Collection<NetworkInfo> networkInfoList)
Networking information related to a server.
|
SystemInfo |
SystemInfo.withNetworkInfoList(Collection<NetworkInfo> networkInfoList)
Networking information related to a server.
|
Copyright © 2021. All rights reserved.