public static interface NetworkInfo.Builder extends SdkPojo, CopyableBuilder<NetworkInfo.Builder,NetworkInfo>
| Modifier and Type | Method and Description |
|---|---|
NetworkInfo.Builder |
interfaceName(String interfaceName)
Information about the name of the interface of the server for which the assessment was run.
|
NetworkInfo.Builder |
ipAddress(String ipAddress)
Information about the IP address of the server for which the assessment was run.
|
NetworkInfo.Builder |
macAddress(String macAddress)
Information about the MAC address of the server for which the assessment was run.
|
NetworkInfo.Builder |
netMask(String netMask)
Information about the subnet mask of the server for which the assessment was run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInfo.Builder interfaceName(String interfaceName)
Information about the name of the interface of the server for which the assessment was run.
interfaceName - Information about the name of the interface of the server for which the assessment was run.NetworkInfo.Builder ipAddress(String ipAddress)
Information about the IP address of the server for which the assessment was run.
ipAddress - Information about the IP address of the server for which the assessment was run.NetworkInfo.Builder macAddress(String macAddress)
Information about the MAC address of the server for which the assessment was run.
macAddress - Information about the MAC address of the server for which the assessment was run.NetworkInfo.Builder netMask(String netMask)
Information about the subnet mask of the server for which the assessment was run.
netMask - Information about the subnet mask of the server for which the assessment was run.Copyright © 2022. All rights reserved.