Class XenTempIso
Holds information about a temporary ISO. These are created temporarily and used during NEONKUBE cluster setup to inject a configuration script into a new node VM during cluster setup. See CreateTempIso(string, string) for more information.
Namespace: Neon.XenServer
Assembly: Neon.XenServer.dll
Syntax
public class XenTempIso
Constructors
XenTempIso()
Default constructor.
Declaration
public XenTempIso()
Properties
IsoName
Returns the name of the CD/DVD that can be insterted into a VM. This is currently set to a unique name like neon-dvd-UUID.iso to avoid conflicts.
Declaration
public string IsoName { get; }
Property Value
Type | Description |
---|---|
string |
PdbUuid
Returns the UUID for the temporary Physical Block Device (PBD) hosting the storage repository.
Declaration
public string PdbUuid { get; }
Property Value
Type | Description |
---|---|
string |
SrPath
Returns the path on the XenServer for the folder for the storage repository.
Declaration
public string SrPath { get; }
Property Value
Type | Description |
---|---|
string |
SrUuid
Returns the UUID for the temporary storage repository holding the ISO.
Declaration
public string SrUuid { get; }
Property Value
Type | Description |
---|---|
string |
VdiUuid
Returns the UUID for the ISO VDI.
Declaration
public string VdiUuid { get; }
Property Value
Type | Description |
---|---|
string |