Class VMwareDistributedSwitchPortMirroringSession
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a port mirroring sessions on a VMware distributed virtual switch..
public class VMwareDistributedSwitchPortMirroringSession : BaseTypeSection
- Inheritance
-
VMwareDistributedSwitchPortMirroringSession
Constructors
VMwareDistributedSwitchPortMirroringSession()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchPortMirroringSession class.
public VMwareDistributedSwitchPortMirroringSession()
Properties
Description
Gets or sets the description of this port mirroring session.
public string Description { get; set; }
Property Value
Enabled
Gets or sets whether the session is enabled.
public BooleanOption Enabled { get; set; }
Property Value
Name
Gets or sets the session name.
public string Name { get; set; }
Property Value
SessionType
Gets or sets the mirroring session type.
public VMwareDistributedSwitchPortMirroringSessionType SessionType { get; set; }
Property Value
SessionTypeString
Gets or sets the mirroring session type as a human readable string.
public string SessionTypeString { get; set; }