VAppSnapshots
VAppSnapshots
A list of VApp snapshots.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "Snapshot Sample Name",
"isCurrent": false,
"state": "string",
"storageConsumedMb": 0,
"dateCreated": "string",
"memory": false,
"quiesce": false,
"vmSnapshotsCount": 0
}
]
}