vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanFileShareSnapshot(vim.vsan.FileShareSnapshot)
- Property of
- VsanFileShareSnapshotQueryResult
- Extends
- DynamicData
- See also
- VsanFileShareSnapshotConfig
- Since
- 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 |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |