INPUT_OBJECT
PortTemplateConfigInput
link GraphQL Schema definition
- input PortTemplateConfigInput {
- : PortTemplateFabricAuthTypeInput
- : Int
- #   Used for setting a custom port template type name. Either a customTemplateType 
- #   or templateType is required.
- : String
- : Boolean
- : String
- : Boolean
- : [Int]
- : String
- #   Unique identifier for this Port Template.  User created templates must use 
- #   values greater than 100000.
- : Int
- : PortTemplateFabricTypeInput
- : Boolean
- : Boolean
- : Boolean
- #   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
- : String
- #   Used for selecting one of the system provided port template types. Either a 
- #   customTemplateType or templateType is required
- : PortTemplateTypesInput
- : Boolean
- : Boolean
- : Boolean
- : [Int]
- : Boolean
- }