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