Data Object - VsanFileShareSnapshot(vim.vsan.FileShareSnapshot)

Property of
VsanFileShareSnapshotQueryResult
Extends
DynamicData
See also
VsanFileShareSnapshotConfig
Since
vSAN API vSAN 7.0U2

Data Object Description

FileShareSnapshot is the data object type for reflecting the properties of a file share snapshot. This type provides the name, the creation time and the used capacity of the snapshot.

Properties

Name Type Description
config*VsanFileShareSnapshotConfig

Configuration of this snapshot, including the share UUID it belongs to, the name, etc. This property is set when the snapshot is created.
creationTime*xsd:dateTime

The timestamp for creating the snapshot.
usedCapacity*xsd:long

Used capacity in bytes for this snapshot. This field will be unset when the used capacity is under calculation
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition