INPUT_OBJECT

DeviceConfigMutationInput

link GraphQL Schema definition

  • input DeviceConfigMutationInput {
  • enforceClip: Boolean
  • enforceSystem: Boolean
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • enforceTopology: Boolean
  • enforcePortFabric: Boolean
  • enforceVrf: Boolean
  • enforcePortAlias: Boolean
  • enforcePortVlan: Boolean
  • deviceConfig: DeviceConfigInput!
  • enforceVlan: Boolean
  • # Request timeout in seconds.Timeout must be >= 5 && <= 3600
  • timeout: Int
  • enforceAll: Boolean
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • enforceLag: Boolean
  • enforceServices: Boolean
  • }