Class Snapshot
java.lang.Object
org.jclouds.googlecomputeengine.domain.Snapshot
-
Method Summary
Modifier and TypeMethodDescriptionstatic Snapshot
create
(String id, URI selfLink, Date creationTimestamp, String name, String description, int diskSizeGb, String status, URI sourceDisk, String sourceDiskId, Long storageBytes, String storageByteStatus, List<String> licenses) abstract Date
abstract String
abstract int
abstract String
id()
licenses()
abstract String
name()
abstract URI
selfLink()
abstract URI
The source disk used to insert this snapshot.abstract String
The ID value of the disk used to insert this snapshot.abstract String
status()
abstract Long
abstract String
-
Method Details
-
id
-
selfLink
-
creationTimestamp
-
name
-
description
-
diskSizeGb
public abstract int diskSizeGb() -
status
-
sourceDisk
The source disk used to insert this snapshot. Once the source disk has been deleted from the system, this field will be cleared, and will not be set even if a disk with the same name has been re-created (output only). -
sourceDiskId
The ID value of the disk used to insert this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name. -
storageBytes
-
storageByteStatus
-
licenses
-
create
-