Class XenTemplate
Describes a XenServer virtual machine template.
Inherited Members
Namespace: Neon.XenServer
Assembly: Neon.XenServer.dll
Syntax
public class XenTemplate : XenObject
Properties
NameDescription
Returns the repository description.
Declaration
public string NameDescription { get; }
Property Value
Type | Description |
---|---|
string |
NameLabel
Returns the repository name.
Declaration
public string NameLabel { get; }
Property Value
Type | Description |
---|---|
string |
Uuid
Returns the repository unique ID.
Declaration
public string Uuid { get; }
Property Value
Type | Description |
---|---|
string |