| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
StorageImageConfiguration.ContainerType |
StorageImageConfiguration.containerType()
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.containerType(StorageImageConfiguration.ContainerType containerType)
Sets the format used to encode and transmit the block device.
|
Copyright © 2016 Google. All rights reserved.