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 |
Disk
A Google Compute Engine persistent disk.
|
Modifier and Type | Method and Description |
---|---|
abstract DiskInfo |
DiskInfo.Builder.build()
Creates a
DiskInfo object. |
static DiskInfo |
DiskInfo.of(DiskId diskId,
DiskConfiguration configuration)
Returns a
DiskInfo object given its identity and configuration. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.create(DiskInfo disk,
Compute.OperationOption... options)
Creates a new disk.
|
Copyright © 2019 Google LLC. All rights reserved.