vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanSnapshotDetail(vim.vsan.VsanSnapshotDetail)
- Property of
- VsanObjectDetail
- Extends
- DynamicData
- See also
- KeyValue
- Since
- 8.0.0.4
Data Object Description
The information related to vSAN snapshot.Properties
| Name | Type | Description |
|---|---|---|
| snapshotId | xsd:int |
vSAN ESA Snapshot ID, such as 1.
|
| snapshotPath* | xsd:string |
Vmdk descriptor file path of the snapshot. It is a full
path in the format like
"/vmfs/volume/vsan:522116b0018397a0-faf6eef653793842/2e661d64-20a3-afb9-80f6-e4434ba16432/foo-001.vmdk"
It is set when the field includeDescriptorPath of
VsanSnapshotQuerySpec is True.
|
| snapshotTagsInfo* | KeyValue[] |
The tag information related to a snapshot on vSAN ESA, requested through
the snapshotTagMask in VsanSnapshotQuerySpec.
The key part is the snapshot tag type string. Currently only one tag type
"immutable_tag" is supported.
The value part is the value string of snapshot tag.
Since 9.1.0.0 |
| snapshotType | xsd:string |
Type of the snapshot. See VsanSnapshotType |
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |