Table of Contents

Class VMwareSystemInformation

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

Represents the system information for a VMware system.

public class VMwareSystemInformation : BaseTypeSection
Inheritance
VMwareSystemInformation

Constructors

VMwareSystemInformation()

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

public VMwareSystemInformation()

Properties

ApiType

Gets or sets the API type - for example "VirtualCenter".

public VMwareSystemApiType ApiType { get; set; }

Property Value

VMwareSystemApiType

ApiTypeString

Gets or sets the API type as a human readable string - for example "vCenter Server".

public string ApiTypeString { get; set; }

Property Value

string

ApiVersion

Gets or sets the API version - for example "2.5u2" or "6.0.0".

public string ApiVersion { get; set; }

Property Value

string

Build

Gets or sets the build of the software running on this VMware system.

public string Build { get; set; }

Property Value

string

Hierarchy

Gets or sets the VMware object hierarchy.

public VMwareHierarchy Hierarchy { get; set; }

Property Value

VMwareHierarchy

InstanceUuid

Gets or sets the globally unique identifier associated with this service instance in GUID format - for example "8d45ad46-bf7c-4fb1-ae2d-16eeb3777a52". This setting only applies to vCenter server 4.0 and above.

public string InstanceUuid { get; set; }

Property Value

string

Licenses

Gets or sets the assigned licenses.

public VMwareLicenses Licenses { get; set; }

Property Value

VMwareLicenses

ProductName

Gets or sets the name of the software running on this VMware system - for example "VMware VirtualCenter".

public string ProductName { get; set; }

Property Value

string

Settings

Gets or sets the settings configured for this system.

public VMwareSystemSettingCollection Settings { get; set; }

Property Value

VMwareSystemSettingCollection

Version

Gets or sets the version of the software running on this VMware System - for example "2.5.0".

public SerializableVersion Version { get; set; }

Property Value

SerializableVersion

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.VMwareSystemInformation class from the specified XML.

public static VMwareSystemInformation FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

VMwareSystemInformation

A CENTREL.XIA.Configuration.Types.VMwareSystemInformation class.