Class NetworksSwitchStackPortsMirrorConfigurations
Switch port mirror configurations
[DataContract]
public class NetworksSwitchStackPortsMirrorConfigurations
- Inheritance
-
NetworksSwitchStackPortsMirrorConfigurations
- Inherited Members
Constructors
NetworksSwitchStackPortsMirrorConfigurations()
public NetworksSwitchStackPortsMirrorConfigurations()
Properties
Comment
My pretty comment
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "comment")]
public string Comment { get; set; }
Property Value
Destination
Destination port mirror configuration
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "destination")]
public NetworksSwitchStackPortsMirrorConfigurationsDestination Destination { get; set; }
Property Value
Role
Switch role can be source or destination
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "role")]
public string Role { get; set; }
Property Value
Source
Source port mirror configuration
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "source")]
public NetworksSwitchStackPortsMirrorConfigurationsSource Source { get; set; }
Property Value
Tags
Port mirror tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }