Table of Contents

Class VMwareVirtualMachineFileLayout

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the layout of files within a VMware virtual machine.

public class VMwareVirtualMachineFileLayout : GlobalSerializableClassicBase
Inheritance
VMwareVirtualMachineFileLayout

Constructors

VMwareVirtualMachineFileLayout()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareVirtualMachineFileLayout class.

public VMwareVirtualMachineFileLayout()

Properties

ConfigurationFiles

Gets or sets the list of configuration files used by this virtual machine - for example "CORP-DHCP01.vmsd, CORP-DHCP01.nvram".

public SerializableStringCollection ConfigurationFiles { get; set; }

Property Value

SerializableStringCollection

LogFiles

Gets or sets the list of log files associated with a virtual machine - for example "vmware.log".

public SerializableStringCollection LogFiles { get; set; }

Property Value

SerializableStringCollection

SnapshotFiles

Gets or sets the list of snapshot files associated with this virtual machine.

public SerializableStringCollection SnapshotFiles { get; set; }

Property Value

SerializableStringCollection

SwapFile

Gets or sets the path to the virtual machine's swap file - for example "[datastore1 (1)] DEV-VMTEST1/DEV-VMTEST1-a3219c3a.vswp".

public string SwapFile { get; set; }

Property Value

string

VmdkFiles

Gets or sets the list of VMDK (disk files) files associated with this virtual machine - for example "[datastore1 (1)] VMTEST1/VMTEST1.vmdk".

public SerializableStringCollection VmdkFiles { get; set; }

Property Value

SerializableStringCollection