INPUT_OBJECT

RemoveVlansInput

Description

Input for deleting VLAN(s) of a cluster.

link GraphQL Schema definition

  • input RemoveVlansInput {
  • # Required. ID of the Rubrik cluster or *me* for self.
  • id: String!
  • # Required. VLAN.
  • vlanIds: [Int!]!
  • }

link Require by