Table of Contents

Class VMwarePhysicalEsxHostGeneral

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

Represents general information about a VMware physical ESX host.

public class VMwarePhysicalEsxHostGeneral : BaseTypeSection
Inheritance
VMwarePhysicalEsxHostGeneral

Constructors

VMwarePhysicalEsxHostGeneral()

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

public VMwarePhysicalEsxHostGeneral()

Properties

Build

Gets or sets the build number of this ESX host.

public string Build { get; set; }

Property Value

string

ProductName

Gets or sets the product name installed on this ESX physical host - for example "VMware ESXi".

public string ProductName { get; set; }

Property Value

string

Version

Gets or sets the version number of the installed product - for example "4.0.0".

public SerializableVersion Version { get; set; }

Property Value

SerializableVersion

VersionString

Gets the version number of the installed product - for example "4.0.0".

public string VersionString { get; set; }

Property Value

string

Methods

FromXml(string)

Returns an instance of CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHostGeneral from the specified XML data.

public static VMwarePhysicalEsxHostGeneral FromXml(string xml)

Parameters

xml string

The XML representation of the general settings.

Returns

VMwarePhysicalEsxHostGeneral

A CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHostGeneral from the specified XML.

ToString()

Returns the CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHostGeneral as a human readable string.

public override string ToString()

Returns

string

The CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHostGeneral as a human readable string.