Table of Contents

Class VMwareAlarm

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

Represents an alarm configured on a VMware system

public class VMwareAlarm : BaseTypeSection, IComparable<VMwareAlarm>
Inheritance
VMwareAlarm
Implements

Constructors

VMwareAlarm()

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

public VMwareAlarm()

Properties

Description

Gets or sets a description of this alarm.

public string Description { get; set; }

Property Value

string

Enabled

Gets or sets whether the alarm is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the alarm.

public string Name { get; set; }

Property Value

string

Methods

CompareTo(VMwareAlarm)

Compares two CENTREL.XIA.Configuration.Types.VMwareAlarm objects to allow sorting alphabetically by name.

public int CompareTo(VMwareAlarm other)

Parameters

other VMwareAlarm

The CENTREL.XIA.Configuration.Types.VMwareAlarm to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.VMwareAlarm objects.