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