Class DeviceSwitchPortsMirrorUpdateResponse
DeviceSwitchPortsMirrorUpdateResponse
[DataContract]
[ApiAccessReadOnlyClass]
public class DeviceSwitchPortsMirrorUpdateResponse
- Inheritance
-
DeviceSwitchPortsMirrorUpdateResponse
- Inherited Members
Constructors
DeviceSwitchPortsMirrorUpdateResponse()
public DeviceSwitchPortsMirrorUpdateResponse()
Properties
Mirror
Switch port mirror configurations
[DataMember(Name = "mirror")]
public DeviceSwitchPortMirrorConfiguration? Mirror { get; set; }
Property Value
Network
Network of the switch
[DataMember(Name = "network")]
public DeviceSwitchPortMirrorNetwork? Network { get; set; }
Property Value
Serial
Switch serial Number
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
Warnings
Warnings from traffic mirror configuration changes
[DataMember(Name = "warnings")]
public List<string>? Warnings { get; set; }