Class NetworksSwitchStackPortsMirrorUpdateRequest
Networks Switch Stack Ports Mirror Update Request
[DataContract]
public class NetworksSwitchStackPortsMirrorUpdateRequest
- Inheritance
-
NetworksSwitchStackPortsMirrorUpdateRequest
- Inherited Members
Constructors
NetworksSwitchStackPortsMirrorUpdateRequest()
public NetworksSwitchStackPortsMirrorUpdateRequest()
Properties
Comment
My pretty comment (Actually from the documentation!)
[DataMember(Name = "comment")]
public string? Comment { get; set; }
Property Value
Destination
Destination port Details
[DataMember(Name = "destination")]
public NetworksSwitchStackPortsMirrorUpdateRequestDestination Destination { get; set; }
Property Value
Role
Switch role can be source or destination
[DataMember(Name = "role")]
public string? Role { get; set; }
Property Value
Source
Source port details
[DataMember(Name = "source")]
public NetworksSwitchStackPortsMirrorUpdateRequestSource Source { get; set; }
Property Value
Tags
Port mirror tags
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }