Class NetworksSwitchStackPortsMirrorConfigurationsSourcePort
Source Port specific configuraion
[DataContract]
public class NetworksSwitchStackPortsMirrorConfigurationsSourcePort
- Inheritance
-
NetworksSwitchStackPortsMirrorConfigurationsSourcePort
- Inherited Members
Constructors
NetworksSwitchStackPortsMirrorConfigurationsSourcePort()
public NetworksSwitchStackPortsMirrorConfigurationsSourcePort()
Properties
Module
Source port module object
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "module")]
public NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule Module { get; set; }
Property Value
Number
Source port number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "number")]
public int Number { get; set; }
Property Value
Serial
Source port switch serial
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }