Table of Contents

Class VMwareAlarms

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of alarms directly configured for a VMware object.

public class VMwareAlarms : BaseTypeSection
Inheritance
VMwareAlarms

Constructors

VMwareAlarms()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareAlarms class.

public VMwareAlarms()

Properties

Items

Gets or sets the items in the collection.

public VMwareAlarmCollection Items { get; set; }

Property Value

VMwareAlarmCollection

Methods

ToString()

Returns the alarms as a human readable string.

public override string ToString()

Returns

string

The alarms as a human readable string.