public interface HasNetworkInterfaces extends HasId
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
getPrimaryNetworkInterface()
Gets the primary network interface.
|
List<String> |
networkInterfaceIds() |
String |
primaryNetworkInterfaceId() |
NetworkInterface getPrimaryNetworkInterface()
Note that this method can result in a call to the cloud to fetch the network interface information.
String primaryNetworkInterfaceId()
Copyright © 2019. All rights reserved.