Class XenVirtualMachine
Describes a XenServer virtual machine.
Inherited Members
Namespace: Neon.XenServer
Assembly: Neon.XenServer.dll
Syntax
public class XenVirtualMachine : XenObject
Properties
Address
Returns the IP address associated with the VM or null
if the VM is not running or hasn't obtained an address yet.
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
string |
IsRunning
Indicates whether the virtual machine is running.
Declaration
public bool IsRunning { get; }
Property Value
Type | Description |
---|---|
bool |
NameLabel
Returns the virtual machine name.
Declaration
public string NameLabel { get; }
Property Value
Type | Description |
---|---|
string |
PowerState
Returns the virtual machine state.
Declaration
public XenVmPowerState PowerState { get; }
Property Value
Type | Description |
---|---|
XenVmPowerState |
Uuid
Returns the virtual machine ID.
Declaration
public string Uuid { get; }
Property Value
Type | Description |
---|---|
string |