Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirror
Switch port mirror configurations
[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirror
- Inheritance
-
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirror
- Inherited Members
Constructors
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirror()
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirror()
Properties
Comment
My pretty comment
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "comment")]
public string Comment { get; set; }
Property Value
Destination
Destination port mirror configuration
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destination")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorDestination Destination { get; set; }
Property Value
Role
Switch role can be source or destination
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "role")]
public string Role { get; set; }
Property Value
Source
Source ports mirror configuration
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSource Source { get; set; }
Property Value
Tags
Port mirror tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }