Service Network

from network-service import Network

Port NameLocationProtocolInterfaces
iplocalNetworkServiceInterface

List of Available Interfaces

NetworkServiceInterface

Operation NameInput TypeOutput TypeFaultsDescription
getIPAddressesGetIPAddressesRequestGetIPAddressesResponse
InterfaceNotFoundundefined
getNetworkInterfaceNamesGetNetworkInterfaceNamesRequestGetNetworkInterfaceNamesResponse-

Types

GetIPAddressesRequest:
Type Declaration
void {
  interfaceName[1,1]: string // 
}
GetIPAddressesResponse:
Type Declaration
void {
  ip4[0,1]: string // 
  ip6[0,1]: string // 
}
GetNetworkInterfaceNamesRequest:
Type Declaration
void
GetNetworkInterfaceNamesResponse:
Type Declaration
void {
  interfaceName[0,1]: string {
    displayName[1,1]: string // 
  } // 
}