Class SwitchSection
Provides access to switch API endpoints
public class SwitchSection
- Inheritance
-
SwitchSection
- Inherited Members
Constructors
SwitchSection()
public SwitchSection()
Properties
AccessControlLists
Return the access control lists for a MS network
public ISwitchAccessControlLists AccessControlLists { get; }
Property Value
AccessPolicies
List the access policies for a switch network.
public ISwitchAccessPolicies AccessPolicies { get; }
Property Value
AlternateManagementInterface
Return the switch alternate management interface for the network
public ISwitchAlternateManagementInterface AlternateManagementInterface { get; }
Property Value
ConfigTemplates
Gets the config templates
public SwitchConfigTemplatesSection ConfigTemplates { get; }
Property Value
Devices
Clone port-level and some switch-level configuration settings from a source switch to one or more target switches.
public ISwitchDevices Devices { get; }
Property Value
DhcpServerPolicy
Return the DHCP server policy
public ISwitchDhcpServerPolicy DhcpServerPolicy { get; }
Property Value
DscpToCosMappings
Return the DSCP to CoS mappings
public ISwitchDscpToCosMappings DscpToCosMappings { get; }
Property Value
LinkAggregations
List link aggregation groups
public ISwitchLinkAggregations LinkAggregations { get; }
Property Value
Mtu
Return the MTU configuration
public ISwitchMtu Mtu { get; }
Property Value
PortSchedules
List switch port schedules
public ISwitchPortSchedules PortSchedules { get; }
Property Value
Ports
List the switch ports for a switch
public ISwitchPorts Ports { get; }
Property Value
QosRules
List quality of service rules
public ISwitchQosRules QosRules { get; }
Property Value
Routing
Gets the routing
public SwitchRoutingSection Routing { get; }
Property Value
Settings
Returns the switch network settings
public ISwitchSettings Settings { get; }
Property Value
Stacks
List the switch stacks in a network
public ISwitchStacks Stacks { get; }
Property Value
StormControl
Return the storm control configuration for a switch network
public ISwitchStormControl StormControl { get; }
Property Value
Stp
Returns STP settings
public ISwitchStp Stp { get; }
Property Value
WarmSpare
Return warm spare configuration for a switch
public ISwitchWarmSpare WarmSpare { get; }