Class StpBridgePriority
StpBridgePriority
[DataContract]
public class StpBridgePriority
- Inheritance
-
StpBridgePriority
- Inherited Members
Properties
Stacks
List of stack IDs
[ApiAccess(ApiAccess.ReadUpdate)]
[ApiForeignKey(typeof(List<SwitchStack>))]
[DataMember(Name = "stacks")]
public List<string>? Stacks { get; set; }
Property Value
StpPriority
STP priority for switch, stacks, or switch profiles
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "stpPriority")]
public int? StpPriority { get; set; }
Property Value
- int?
SwitchProfiles
List of switch profile IDs
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switchProfiles")]
public List<string>? SwitchProfiles { get; set; }
Property Value
Switches
List of switch serial numbers
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switches")]
public List<string>? Switches { get; set; }