OBJECT

VappVmNetworkConnection

Description

Supported in v5.0+

link GraphQL Schema definition

  • type VappVmNetworkConnection {
  • # Supported in v5.0+
  • # v5.0-v5.3: IPv4 address to assign to the specified vApp network connection. Only
  • # set this value when the network address allocation method is 'Static'.
  • # Otherwise, the value should be empty.
  • # v6.0+: IPv4 address to assign to the specified vApp network connection. Set this
  • # value only when the network address allocation method is 'Static'. Otherwise,
  • # the value should be empty.
  • ipAddress: String
  • # Required. Supported in v5.0+
  • # Boolean value that indicates whether the specified vApp network connection is
  • # enabled. Set the value to 'true' to enable the connection or 'false' to disable
  • # the connection.
  • isConnected: Boolean!
  • # Supported in v5.0+
  • # MAC address of the NIC that is used by the specified vApp network connection.
  • macAddress: String
  • # Required. Supported in v5.0+
  • # Index assigned to the NIC that is used by the specified vApp network connection.
  • nicIndex: Int!
  • # Supported in v5.0+
  • # v5.0-v5.3: Name of the vApp network the NIC corresponding to this connection
  • # will connect to.
  • # v6.0+: Name of the vApp network to which the NIC corresponding to this
  • # connection will connect to.
  • vappNetworkName: String
  • # Supported in v5.3+
  • # v5.3: The network adapter type of this NIC.
  • # v6.0+: The network adapter type of the NIC.
  • networkAdapterType: String
  • # Addressing mode of the virtual machine network connection.
  • addressingMode: VappVmIpAddressingMode!
  • }