| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.builder(DiskTypeId diskType)
Returns a builder for
ScratchDiskConfiguration objects given the disk type identity. |
AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.Builder.diskType(DiskTypeId diskType)
Sets the identity of the disk type for the scratch disk to attach.
|
AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.Builder.interfaceType(AttachedDisk.AttachedDiskConfiguration.InterfaceType interfaceType)
Sets the interface type.
|
AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.toBuilder()
Returns a builder for the current configuration.
|
Copyright © 2016 Google. All rights reserved.