Table of Contents

Class VMwarePhysicalEsxHost

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

Represents a physical VMware virtualization host.

[SupportsLocations]
[SupportsClientScan]
[SupportsSupportProvisions]
public class VMwarePhysicalEsxHost : NetworkingDevice
Inheritance
VMwarePhysicalEsxHost
Inherited Members

Constructors

VMwarePhysicalEsxHost()

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

public VMwarePhysicalEsxHost()

Properties

General

Gets or sets the general information for this VMware physical ESX host.

public VMwarePhysicalEsxHostGeneral General { get; set; }

Property Value

VMwarePhysicalEsxHostGeneral

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHost.

public VMwarePhysicalEsxHost Clone()

Returns

VMwarePhysicalEsxHost

A clone of this CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHost.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHost object from the specified XML data

public static VMwarePhysicalEsxHost FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

VMwarePhysicalEsxHost

A CENTREL.XIA.Configuration.Types.VMwarePhysicalEsxHost object.