public abstract class Disk extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Disk.Status |
Modifier and Type | Method and Description |
---|---|
static Disk |
create(String id,
Date creationTimestamp,
URI zone,
Disk.Status status,
String name,
String description,
int sizeGb,
String sourceSnapshot,
String sourceSnapshotId,
URI selfLink,
URI sourceImage,
String sourceImageId,
URI type,
List<String> licenses) |
abstract Date |
creationTimestamp() |
abstract String |
description() |
abstract String |
id() |
abstract List<String> |
licenses() |
abstract String |
name() |
abstract URI |
selfLink() |
abstract int |
sizeGb() |
abstract URI |
sourceImage() |
abstract String |
sourceImageId() |
abstract String |
sourceSnapshot() |
abstract String |
sourceSnapshotId() |
abstract Disk.Status |
status() |
abstract URI |
type()
URL of the corresponding disk type resource.
|
abstract URI |
zone() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.