Class VMwareDistributedSwitchPortMirroringSessions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of port mirroring sessions on a VMware distributed virtual switch. This applies to vSphere 5.0 and above only.
public class VMwareDistributedSwitchPortMirroringSessions : BypassSection
- Inheritance
-
VMwareDistributedSwitchPortMirroringSessions
- Inherited Members
Constructors
VMwareDistributedSwitchPortMirroringSessions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchPortMirroringSessions class.
public VMwareDistributedSwitchPortMirroringSessions()
Properties
Items
Gets or sets the items in the collection.
public VMwareDistributedSwitchPortMirroringSessionCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the port mirroring sessions in a human readable format - for example "10 Port Monitoring Sessions".
public override string ToString()
Returns
- string
The port mirroring sessions in a human readable format.