INPUT_OBJECT

L2ServiceConfigInput

link GraphQL Schema definition

  • input L2ServiceConfigInput {
  • # L2 Configuration AutoSense Service Type
  • autoSenseServiceType: AutoSenseServiceTypeEnumInput
  • # L2 Configuration flexUni
  • flexUni: FlexUniInput
  • # L2 Configuration IsId
  • isId: Int
  • # Unique key for this service
  • serviceKey: String
  • # sourceId associated with L2 Configuration
  • sourceId: Int
  • # L2 Configuration AutoSense Service CVID
  • autoSenseServiceCvid: Int
  • # L2 Configuration Port Template ID List
  • portTemplateIdList: [Int]
  • # L2 Configuration ifIndexList
  • ifIndexList: [Int]
  • # L2 Configuration Name
  • name: String
  • # DatabaseId for L2 Service Config
  • id: Long
  • # L2 Configuration cvid
  • cvid: Int
  • # vlanId associated with L2 Configuration
  • vlanId: Int
  • }