INPUT_OBJECT

DCMNetworkInput

link GraphQL Schema definition

  • input DCMNetworkInput {
  • isApproval: Boolean
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • nic: String
  • primaryVlanId: Int
  • # enable use of vlan fields in the DCM network setup.
  • privateVlan: Boolean
  • mode: String
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • isSync: Boolean
  • vlanName: String
  • swGroup: String
  • forwardAsTagged: Boolean
  • domain: String
  • name: String!
  • nacConfig: String!
  • secondaryVlanId: Int
  • }