Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.04 KB

XiqDeviceCreateVlanAttributes.md

File metadata and controls

18 lines (14 loc) · 1.04 KB

XiqDeviceCreateVlanAttributes

Vlan Attribute model

Properties

Name Type Description Notes
name str Name of the vlan [optional]
dhcp_snooping_enabled bool Whether dhcp snooping is enabled on this vlan [optional]
dhcp_snooping_action XiqDeviceVlanAttributesDhcpSnoopingAction [optional]
igmp_snooping_enabled bool Whether igmp snooping is enabled on this vlan [optional]
immediate_leave bool When enabled, the multicast host is removed immediately if it leaves the group [optional]
always_create bool Should the vlan be created irrespective of port bindings [optional]
vlan_obj XiqVlanObject [optional]
vlan_id int Id of the vlan [optional]

[Back to Model list] [Back to API list] [Back to README]