Class HyperVServerVirtualMachineGuestInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the guest information for a Hyper-V virtual machine.
public class HyperVServerVirtualMachineGuestInformation : BypassSection
- Inheritance
-
HyperVServerVirtualMachineGuestInformation
- Inherited Members
Constructors
HyperVServerVirtualMachineGuestInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineGuestInformation class.
public HyperVServerVirtualMachineGuestInformation()
Properties
FullyQualifiedDomainName
Gets or sets the fully qualified domain name of the guest machine.
public string FullyQualifiedDomainName { get; set; }
Property Value
IntegrationServicesVersion
Gets or sets the integration services version.
public string IntegrationServicesVersion { get; set; }
Property Value
OperatingSystemName
Gets or sets the operating system name.
public string OperatingSystemName { get; set; }
Property Value
OperatingSystemVersion
Gets or sets the operating system version.
public string OperatingSystemVersion { get; set; }
Property Value
ProcessorArchitecture
Gets or sets the processor architecture of the guest.
public HyperVServerVirtualMachineGuestProcessorArchitecture ProcessorArchitecture { get; set; }
Property Value
ProcessorArchitectureString
Gets the processor architecture of the guest as a human readable string.
public string ProcessorArchitectureString { get; set; }
Property Value
Screenshot
Gets or sets a screenshot of the virtual machine guest.
public HyperVServerVirtualMachineGuestScreenshot Screenshot { get; set; }
Property Value
ServicePack
Gets or sets the service version of this server - for example "Service Pack 1".
public string ServicePack { get; set; }
Property Value
ServicePackString
Gets the service pack version of this server as a human readable string - for example "Service Pack 1", "[None Installed]" or "Unknown".
public string ServicePackString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineGuestInformation cloned from this object.
public HyperVServerVirtualMachineGuestInformation Clone()
Returns
- HyperVServerVirtualMachineGuestInformation
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineGuestInformation.
ToString()
Returns the guest information as a human readable string.
public override string ToString()
Returns
- string
The guest information as a human readable string.