INPUT_OBJECT

PortTemplateConfigInput

link GraphQL Schema definition

  • input PortTemplateConfigInput {
  • # Used for setting a custom port template type name. Either a customTemplateType
  • # or templateType is required.
  • customTemplateType: 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.
  • sourceId: Long
  • spanGuard: Boolean
  • vlanTrunk: Boolean
  • portMvrp: Boolean
  • loopProtect: Boolean
  • nodeAlias: Boolean
  • untagged: [Int]
  • fabricAuthKey: String
  • policy: String
  • fabricAuthType: PortTemplateFabricAuthTypeInput
  • fabricDropStpBpdu: Boolean
  • # Used for selecting one of the system provided port template types. Either a
  • # customTemplateType or templateType is required
  • templateType: PortTemplateTypesInput
  • # Unique identifier for this Port Template. User created templates must use
  • # values greater than 100000.
  • id: Int
  • auth1x: Boolean
  • autoNegotiation: Boolean
  • tagged: [Int]
  • authMac: Boolean
  • fabricEnable: PortTemplateFabricTypeInput
  • sitePath: String
  • pvid: Int
  • }