Class DeviceSwitchPortsMirrorUpdateRequest
UpdateDeviceSwitchPortsMirror
[DataContract]
public class DeviceSwitchPortsMirrorUpdateRequest
- Inheritance
-
DeviceSwitchPortsMirrorUpdateRequest
- Inherited Members
Constructors
DeviceSwitchPortsMirrorUpdateRequest()
public DeviceSwitchPortsMirrorUpdateRequest()
Properties
Comment
My pretty comment
[DataMember(Name = "comment")]
public string? Comment { get; set; }
Property Value
Destination
Destination port mirror configuration
[DataMember(Name = "destination")]
public DeviceSwitchPortMirrorDestination Destination { get; set; }
Property Value
Role
Switch role can be source or destination
[DataMember(Name = "role")]
public string? Role { get; set; }
Property Value
Serial
The switch Identifier
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Source
Source ports mirror configuration
[DataMember(Name = "source")]
public DeviceSwitchPortMirrorSource Source { get; set; }
Property Value
Tags
Port mirror tags
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }