INPUT_OBJECT
ServiceApplicationConfigInput
link GraphQL Schema definition
- input ServiceApplicationConfigInput {
 - #   Database ID for Service Application
 - : Long
 - #   Name for Service Application
 - : String
 - #   L2 Service Config for Service Application
 - : ListL2ConfigInput
 - #   L3 Service Config for Service Application
 - : ListL3ConfigInput
 - #   Vlan Config for Service Application
 - : SiteVlanConfigInput
 - #   Vrf Config for Service Application
 - : SiteVRFConfigInput
 - }