Table of Contents

Class VMwareVirtualMachineGuestInformation

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

Represents the information about the guest system running on a VMware virtual machine.

public class VMwareVirtualMachineGuestInformation : GlobalSerializableClassicBase
Inheritance
VMwareVirtualMachineGuestInformation

Constructors

VMwareVirtualMachineGuestInformation()

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

public VMwareVirtualMachineGuestInformation()

Properties

Disks

Gets or sets the disks configured for the virtual machine.

public VMwareVirtualMachineGuestDisks Disks { get; set; }

Property Value

VMwareVirtualMachineGuestDisks

GuestFamily

Gets or sets the guest family.

public VMwareVirtualMachineGuestFamily GuestFamily { get; set; }

Property Value

VMwareVirtualMachineGuestFamily

GuestFamilyString

Gets the guest family as a human readable string.

public string GuestFamilyString { get; set; }

Property Value

string

GuestID

Gets or sets the ID of the guest operating system - for example "winNetStandardGuest".

public string GuestID { get; set; }

Property Value

string

GuestName

Gets or sets the display name of the guest operating system - for example "Microsoft Windows Server 2003, Standard Edition (32-bit)".

public string GuestName { get; set; }

Property Value

string

Hostname

Gets or sets the hostname as reported by the VMware tools.

public string Hostname { get; set; }

Property Value

string

IPAddress

Gets or sets the IP address of the guest operating system, as reported by the VMware tools.

public string IPAddress { get; set; }

Property Value

string

ResolutionString

Gets the guest screen resolution as a human readable string.

public string ResolutionString { get; set; }

Property Value

string

ToolsRunningStatus

Gets or sets the running status of the VMware tools at the time of the scan.

public VMwareToolsRunningStatus ToolsRunningStatus { get; set; }

Property Value

VMwareToolsRunningStatus

ToolsRunningStatusString

Gets the running status of the VMware tools at the time of the scan as a human readable string.

public string ToolsRunningStatusString { get; set; }

Property Value

string

ToolsVersion

Gets or sets the version of the VMware tools installed on the guest operating system.

public string ToolsVersion { get; set; }

Property Value

string

ToolsVersionStatus

Gets or sets the version status of the VMware tools.

public VMwareToolsVersionStatus ToolsVersionStatus { get; set; }

Property Value

VMwareToolsVersionStatus

ToolsVersionStatusString

Gets the version status of the VMware tools as a human readable string.

public string ToolsVersionStatusString { get; set; }

Property Value

string

XResolution

Gets or sets the horizontal resolution of the guest operating system in pixels.

public int XResolution { get; set; }

Property Value

int

YResolution

Gets or sets the vertical resolution of the guest operating system in pixels.

public int YResolution { get; set; }

Property Value

int