VsanFileShareSnapshotConfig

VsanFileShareSnapshotConfig
VsanFileShareSnapshotConfig

Configurations of a snapshot for a file share.

A snapshot is for consistent and efficient backup of file shares.

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

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

UUID of the file share to create a snapshot.

This configuration is required for snapshot creation.

string
name
Optional

The name of the snapshot.

Must be unique within the file share. The snapshot name cannot exceed 100 bytes. It should be a valid UTF-8 name and should not allow use of the following characters: '', '/', ':', '*', '?', '"', '<', '>', '|', '~', '@', '^', '..' and '%'. This configuration is required for snapshot creation.