INPUT_OBJECT
PortTemplateConfigInput
link GraphQL Schema definition
- input PortTemplateConfigInput {
- : [Int]
- : Boolean
- : PortTemplateFabricTypeInput
- # Used for selecting one of the system provided port template types. Either a
- # customTemplateType or templateType is required
- : PortTemplateTypesInput
- : String
- : String
- : Boolean
- : String
- : PortTemplateFabricAuthTypeInput
- # Used for setting a custom port template type name. Either a customTemplateType
- # or templateType is required.
- : String
- # Used to define the scope of this Port Template. Global (-3) is used for Fabric
- # Connect services. Local (-1) is used by the site.
- : Long
- : Boolean
- : Boolean
- # Unique identifier for this Port Template. User created templates must use
- # values greater than 100000.
- : Int
- : Boolean
- : Boolean
- : Boolean
- : Int
- : Boolean
- : Boolean
- : [Int]
- }