INPUT_OBJECT

EngineGroupUpdateInput

link GraphQL Schema definition

  • input EngineGroupUpdateInput {
  • # Update the policy domain on existing switches in the group
  • updatePolicyDomain: Boolean
  • # policy domain to apply to switches added to this engine group
  • policyDomain: String
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # Configuration used by engine group
  • configuration: String!
  • # Name of engine group
  • name: String!
  • # enable distributed end-system cache in this engine group
  • distributedEndSystemCache: Boolean
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • }