Class NetworksSwitchStackPortsMirrorUpdateRequestDestinationPortModule
Destination port module details
[DataContract]
public class NetworksSwitchStackPortsMirrorUpdateRequestDestinationPortModule
- Inheritance
-
NetworksSwitchStackPortsMirrorUpdateRequestDestinationPortModule
- Inherited Members
Constructors
NetworksSwitchStackPortsMirrorUpdateRequestDestinationPortModule()
public NetworksSwitchStackPortsMirrorUpdateRequestDestinationPortModule()
Properties
Slot
Slot number of the module which will act as destination port
[DataMember(Name = "slot")]
public int? Slot { get; set; }
Property Value
- int?
Type
Module type of the switch
[DataMember(Name = "type")]
public string? Type { get; set; }