Class XenVirtualDisk
Specifies virtual disk creation parameters.
Namespace: Neon.XenServer
Assembly: Neon.XenServer.dll
Syntax
public class XenVirtualDisk
Properties
Description
Optionally specifies the disk description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optionally specifies the disk name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
The disk size in bytes.
Declaration
public decimal Size { get; set; }
Property Value
Type | Description |
---|---|
decimal |
StorageRepository
Identifies the storage repository where the disk will be created This defaults to LocalStorageName, indicating that the disk will be created on the XenServer host's local file system.
Declaration
public string StorageRepository { get; set; }
Property Value
Type | Description |
---|---|
string |