public abstract class Snapshot extends Object
Modifier and Type | Method and Description |
---|---|
static 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 |
creationTimestamp() |
abstract String |
description() |
abstract int |
diskSizeGb() |
abstract String |
id() |
abstract List<String> |
licenses() |
abstract String |
name() |
abstract URI |
selfLink() |
abstract URI |
sourceDisk()
The source disk used to insert this snapshot.
|
abstract String |
sourceDiskId()
The ID value of the disk used to insert this snapshot.
|
abstract String |
status() |
abstract Long |
storageBytes() |
abstract String |
storageByteStatus() |
public abstract String id()
public abstract URI selfLink()
public abstract Date creationTimestamp()
public abstract String name()
public abstract int diskSizeGb()
public abstract String status()
@Nullable public abstract URI sourceDisk()
public abstract String sourceDiskId()
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.