INPUT_OBJECT

VsphereLoginInfoInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input VsphereLoginInfoInput {
  • # Required. Supported in v5.0+
  • # IP address of ESXi host.
  • ip: String!
  • # Required. Supported in v5.0+
  • # Password of ESXi host.
  • password: String!
  • # Required. Supported in v5.0+
  • # Username of ESXi host.
  • username: String!
  • }