Class OrganizationSwitchPortsMirrorConfiguration
List of port mirror configurations in an organization by switch
[DataContract]
public class OrganizationSwitchPortsMirrorConfiguration
- Inheritance
-
OrganizationSwitchPortsMirrorConfiguration
- Inherited Members
Constructors
OrganizationSwitchPortsMirrorConfiguration()
public OrganizationSwitchPortsMirrorConfiguration()
Properties
Mirror
Switch port mirror configurations
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mirror")]
public OrganizationSwitchPortsMirrorConfigurationMirror Mirror { get; set; }
Property Value
Network
Network of the switch
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationSwitchPortsMirrorConfigurationNetwork Network { get; set; }
Property Value
Serial
Switch serial number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Warnings
Warnings from traffic mirror configuration changes
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "warnings")]
public List<string> Warnings { get; set; }