INPUT_OBJECT

DCMNetworkDeleteInput

link GraphQL Schema definition

  • input DCMNetworkDeleteInput {
  • primaryVlanId: Int!
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • nacConfig: String!
  • removeEndSystemGroup: Boolean
  • name: String!
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • domain: String
  • }