Get Network Interface Result
data class GetNetworkInterfaceResult(val administrativeState: String, val annotation: String? = null, val connectedTo: String, val id: String, val interfaceType: String, val ipv4Address: String, val ipv6Address: String, val name: String, val physicalIdentifier: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Defines the NetworkInterface resource.