INPUT_OBJECT

L3ServiceConfigInput

link GraphQL Schema definition

  • input L3ServiceConfigInput {
  • # sourceId associated with L3 Configuration
  • sourceId: Int
  • # DatabaseId for L3 Service Config
  • id: Long
  • # L3 Configuration IsId
  • isId: Int
  • # VrfId associated with L3 Configuration
  • vrfId: Int
  • # L3 Configuration Name
  • name: String
  • }