Class XenStorageRepository
Describes a XenServer storage repository.
Inherited Members
Namespace: Neon.XenServer
Assembly: Neon.XenServer.dll
Syntax
public class XenStorageRepository : XenObject
Properties
ContentType
Returns the type of content stored in the repository.
Declaration
public string ContentType { get; }
Property Value
Type | Description |
---|---|
string |
Host
Returns the XenServer host.
Declaration
public string Host { get; }
Property Value
Type | Description |
---|---|
string |
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 |
Type
Returns the repository type.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
string |
Uuid
Returns the repository unique ID.
Declaration
public string Uuid { get; }
Property Value
Type | Description |
---|---|
string |