Class NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule
Source port module object
[DataContract]
public class NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule
- Inheritance
-
NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule
- Inherited Members
Constructors
NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule()
public NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule()
Properties
Slot
Slot of the switch module
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "slot")]
public int Slot { get; set; }
Property Value
Type
Module type of the switch
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }