VsanFileShareSnapshot

VsanFileShareSnapshot
VsanFileShareSnapshot

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.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "config": {
        "_typeName": "string",
        "shareUuid": "string",
        "name": "string"
    },
    "creationTime": "string",
    "usedCapacity": 0
}
config
Optional

Configuration of this snapshot, including the share UUID it belongs to, the name, etc.

This property is set when the snapshot is created.

string As date-time As date-time
creationTime
Optional

The timestamp for creating the snapshot.

integer As int64 As int64
usedCapacity
Optional

Used capacity in bytes for this snapshot.

This field will be unset when the used capacity is under calculation