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