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
GuestFamily
Gets or sets the guest family.
public VMwareVirtualMachineGuestFamily GuestFamily { get; set; }
Property Value
GuestFamilyString
Gets the guest family as a human readable string.
public string GuestFamilyString { get; set; }
Property Value
GuestID
Gets or sets the ID of the guest operating system - for example "winNetStandardGuest".
public string GuestID { get; set; }
Property Value
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
Hostname
Gets or sets the hostname as reported by the VMware tools.
public string Hostname { get; set; }
Property Value
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
ResolutionString
Gets the guest screen resolution as a human readable string.
public string ResolutionString { get; set; }
Property Value
ToolsRunningStatus
Gets or sets the running status of the VMware tools at the time of the scan.
public VMwareToolsRunningStatus ToolsRunningStatus { get; set; }
Property Value
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
ToolsVersion
Gets or sets the version of the VMware tools installed on the guest operating system.
public string ToolsVersion { get; set; }
Property Value
ToolsVersionStatus
Gets or sets the version status of the VMware tools.
public VMwareToolsVersionStatus ToolsVersionStatus { get; set; }
Property Value
ToolsVersionStatusString
Gets the version status of the VMware tools as a human readable string.
public string ToolsVersionStatusString { get; set; }
Property Value
XResolution
Gets or sets the horizontal resolution of the guest operating system in pixels.
public int XResolution { get; set; }
Property Value
YResolution
Gets or sets the vertical resolution of the guest operating system in pixels.
public int YResolution { get; set; }