Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.Builder.build() |
Snapshot |
Compute.getSnapshot(String snapshot,
Compute.SnapshotOption... options)
Returns the requested snapshot or
null if not found. |
Snapshot |
Snapshot.reload(Compute.SnapshotOption... options)
Fetches current snapshot's latest information.
|
Modifier and Type | Method and Description |
---|---|
Page<Snapshot> |
Compute.listSnapshots(Compute.SnapshotListOption... options)
Lists snapshots.
|
Copyright © 2019 Google LLC. All rights reserved.