| Package | Description |
|---|---|
| com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
| Modifier and Type | Method and Description |
|---|---|
StorageImageConfiguration.ContainerType |
StorageImageConfiguration.getContainerType()
Returns the format used to encode and transmit the block device.
|
static StorageImageConfiguration.ContainerType |
StorageImageConfiguration.ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageImageConfiguration.ContainerType[] |
StorageImageConfiguration.ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StorageImageConfiguration.Builder |
StorageImageConfiguration.Builder.setContainerType(StorageImageConfiguration.ContainerType containerType)
Sets the format used to encode and transmit the block device.
|
Copyright © 2018 Google LLC. All rights reserved.