OBJECT
Network connection info for virtual machine.
type VmNetworkConnection {# Network index.nicIndex: Int! # MAC address.macAddress: String # Specifies whether the network is connected or not.isConnected: Boolean! # Network name.networkName: String # Ip addressing mode.ipAddressingMode: VmNetworkAddressingMode! # Adapter type.adapterType: String }