Table of Contents

Class VMwareVirtualMachineSnapshots

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

Represents a collection of snapshots on a VMware virtual machines.

public class VMwareVirtualMachineSnapshots : BaseTypeSection
Inheritance
VMwareVirtualMachineSnapshots

Constructors

VMwareVirtualMachineSnapshots()

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

public VMwareVirtualMachineSnapshots()

Properties

Items

Gets or sets the items in the collection.

public VMwareVirtualMachineSnapshotCollection Items { get; set; }

Property Value

VMwareVirtualMachineSnapshotCollection

TotalCount

Gets or sets the total count of all snapshots.

public int TotalCount { get; set; }

Property Value

int

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.VMwareVirtualMachineSnapshots class from the specified XML.

public static VMwareVirtualMachineSnapshots FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

VMwareVirtualMachineSnapshots

A CENTREL.XIA.Configuration.Types.VMwareVirtualMachineSnapshots class.

ToString()

Returns the virtual machine snapshots as a human readable string - for example "20 Snapshots".

public override string ToString()

Returns

string

The virtual machine snapshots as a human readable string.