TrunkSwitchPortConfig
Description
An object that holds properties of a switchport interface in trunk mode. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
protectedEnabled | True | boolean | A boolean value that specifies if the switchport interface is protected. Possible values are TRUE or FALSE (Default). When TRUE the port is restricted from communicating with other switchport protected interfaces. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
trunkModeNativeVlan | True | object | A VLAN interface object that specifies the native VLAN for untagged traffic that passes through the port. trunkModeNativeVlan cannot be null. Field level constraints: cannot be null. (Note: Additional constraints might exist) Allowed types are: [VlanInterface] |
|||
trunkModeAllowedVlans | True | [object] | A list of VLAN interface objects which specify the allowed VLAN ID tagged traffic to pass through the switchport interface. A minimum of 1 and maximum of 20 VLAN interfaces can be specified. Field level constraints: cannot be null. (Note: Additional constraints might exist) Allowed types are: [VlanInterface] |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |