Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule
Source port module details
[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule
- Inheritance
-
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule
- Inherited Members
Constructors
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule()
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule()
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 profile port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }