Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
StandardDiskConfiguration |
StandardDiskConfiguration.Builder.build()
Creates a
StandardDiskConfiguration object. |
static StandardDiskConfiguration |
StandardDiskConfiguration.of(DiskTypeId diskType)
Returns a
StandardDiskConfiguration object given the disk type. |
static StandardDiskConfiguration |
StandardDiskConfiguration.of(DiskTypeId diskType,
long sizeGb)
Returns a
StandardDiskConfiguration object given the disk type and size in GB. |
static StandardDiskConfiguration |
StandardDiskConfiguration.of(long sizeGb)
Returns a
StandardDiskConfiguration object given the disk size in GB. |
Copyright © 2019 Google LLC. All rights reserved.