INPUT_OBJECT

VmwareDeviceKeywithNetworkNameV2Input

Description

Supported in v9.0+ VMware network device key and the network name.

link GraphQL Schema definition

  • input VmwareDeviceKeywithNetworkNameV2Input {
  • # Required. Supported in v9.0+
  • # VMware network device key.
  • deviceKey: Int!
  • # Required. Supported in v9.0+
  • # Name of the network.
  • networkName: String!
  • }