INPUT_OBJECT

TopologyDefinitionMutationInput

link GraphQL Schema definition

  • input TopologyDefinitionMutationInput {
  • secondaryBvlan: Int
  • definitionId: Long
  • ipShortcutsEnable: Boolean
  • # Request timeout in seconds.Timeout must be >= 5 && <= 3600
  • timeout: Int
  • fabricType: FabricTypeInput
  • ipV6ShorcutsEnable: Boolean
  • multicastEnable: Boolean
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • isIsManualArea: String
  • definitionName: String
  • dvrDomains: [DvrDomainInput]
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • primaryBvlan: Int
  • }