Service Network
from network-service import Network
| Port Name | Location | Protocol | Interfaces |
|---|---|---|---|
| ip | local | NetworkServiceInterface |
List of Available Interfaces
NetworkServiceInterface
| Operation Name | Input Type | Output Type | Faults | Description |
|---|---|---|---|---|
| getIPAddresses | GetIPAddressesRequest | GetIPAddressesResponse | InterfaceNotFoundundefined | |
| getNetworkInterfaceNames | GetNetworkInterfaceNamesRequest | GetNetworkInterfaceNamesResponse | - |
Types
GetNetworkInterfaceNamesResponse:
Type Declaration
void {
interfaceName[0,1]: string {
displayName[1,1]: string //
} //
}