Class VMwareVirtualMachineGuestDisks
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the information about the disks available to the guest system running on a VMware virtual machine.
public class VMwareVirtualMachineGuestDisks : GlobalSerializableClassicBase
- Inheritance
-
VMwareVirtualMachineGuestDisks
Constructors
VMwareVirtualMachineGuestDisks()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareVirtualMachineGuestDisks class.
public VMwareVirtualMachineGuestDisks()
Properties
Items
Gets or sets the items in the collection.
public VMwareVirtualMachineGuestDiskCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the guest disks as a human readable string - for example "10 Disks".
public override string ToString()
Returns
- string
The guest disks as a human readable string - for example "10 Disks".