Class Override
Override1
[DataContract]
public class Override
- Inheritance
-
Override
- Inherited Members
Properties
FloodUnknownMulticastTrafficEnabled
Flood unknown multicast traffic setting for switches, switch stacks or switch profiles
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "floodUnknownMulticastTrafficEnabled")]
public bool FloodUnknownMulticastTrafficEnabled { get; set; }
Property Value
IgmpSnoopingEnabled
IGMP snooping setting for switches, switch stacks or switch profiles
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "igmpSnoopingEnabled")]
public bool IgmpSnoopingEnabled { get; set; }
Property Value
Stacks
List of switch stack ids for non-template network
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "stacks")]
public List<string> Stacks { get; set; }
Property Value
SwitchProfiles
List of switch profiles ids for template network
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switchProfiles")]
public List<string> SwitchProfiles { get; set; }
Property Value
Switches
List of switch serials for non-template network
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switches")]
public List<string> Switches { get; set; }