Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Class and Description |
---|---|
class |
Snapshot
A Google Compute Engine snapshot.
|
Modifier and Type | Method and Description |
---|---|
abstract SnapshotInfo |
SnapshotInfo.Builder.build()
Creates a
SnapshotInfo object. |
static SnapshotInfo |
SnapshotInfo.of(SnapshotId snapshotId,
DiskId source)
Returns a
SnapshotInfo object given the snapshot identity and a source disk identity. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.create(SnapshotInfo snapshot,
Compute.OperationOption... options)
Creates a new snapshot.
|
Copyright © 2019 Google LLC. All rights reserved.