Name: CinderSnapshotSpec

Class to specify Cinder snapshot specifications

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.cinder.CinderSnapshotSpec",
   "deletionPolicy": <String>,
   "description": <String>,
   "file": <String>,
   "instanceId": <String>,
   "snapshotCreator": <String>,
   "vmName": <String>,
   "vmTintriUuid": <String>,
}

Attributes
NameTypeDescription
deletionPolicyxsd:stringIndicates when the snapshot should be deleted. Possible values, DELETE_ON_EXPIRATION, DELETE_ON_ZERO_CLONE_REFERENCES
descriptionxsd:stringDescription of the snapshot
filexsd:stringFile to be used for snapshot operation. Should be Cinder volume file.
instanceIdxsd:stringInstanceId for the Cinder volume
snapshotCreatorxsd:stringCreator of the snapshot
vmNamexsd:stringVM name to associate with the snapshot on the UI
vmTintriUuidxsd:stringTintri UUID of the VM to associate with the snapshot