INPUT_OBJECT

HostVfdInstallRequestInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input HostVfdInstallRequestInput {
  • # Required. Supported in v5.0+
  • # Ids of host on which to install/uninstall VFD.
  • hostIds: [String!]!
  • # Required. Supported in v5.0+
  • install: Boolean!
  • }