Table of Contents

Class VMwareHostOption

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

Represents a single VMware Host configuration option.

public class VMwareHostOption : GlobalSerializableClassicBase, IComparable<VMwareHostOption>
Inheritance
VMwareHostOption
Implements

Constructors

VMwareHostOption()

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

public VMwareHostOption()

Properties

Description

Gets or sets the description of this option - for example "Backtrace on every nth watchdog".

public string Description { get; set; }

Property Value

string

DisplayName

Gets the display name of this option - for example "Misc > WatchdogBacktrace".

public string DisplayName { get; set; }

Property Value

string

Name

Gets or sets the name of the option value - for example "Misc.WatchdogBacktrace".

public string Name { get; set; }

Property Value

string

Value

Gets or sets the configured value of this option.

public string Value { get; set; }

Property Value

string

Methods

CompareTo(VMwareHostOption)

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

public int CompareTo(VMwareHostOption other)

Parameters

other VMwareHostOption

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

Returns

int

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