INPUT_OBJECT

PreviewFilterInput

link GraphQL Schema definition

  • input PreviewFilterInput {
  • # Limit the number of virtual machine matches returned.
  • limit: Int
  • # Specifies the number of virtual machine matches to ignore starting at the
  • # beginning of the results.
  • offset: Int
  • # Required. Conditional logic of vSphere tags.
  • filterCondition: String!
  • # Required. ID of the vCenter Server.
  • id: String!
  • }

link Require by