Class DeviceSwitchPortMirrorNetwork
Network of the switch
[DataContract]
public class DeviceSwitchPortMirrorNetwork
- Inheritance
-
DeviceSwitchPortMirrorNetwork
- Inherited Members
Constructors
DeviceSwitchPortMirrorNetwork()
public DeviceSwitchPortMirrorNetwork()
Properties
Id
ID of the network
[DataMember(Name = "id")]
public string? Id { get; set; }
Property Value
Name
The name of the network
[DataMember(Name = "name")]
public string? Name { get; set; }