Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
static AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.newBuilder(DiskTypeId diskType)
Returns a builder for
ScratchDiskConfiguration objects given the disk type identity. |
AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.Builder.setDiskType(DiskTypeId diskType)
Sets the identity of the disk type for the scratch disk to attach.
|
AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.Builder.setInterfaceType(AttachedDisk.AttachedDiskConfiguration.InterfaceType interfaceType)
Sets the interface type.
|
AttachedDisk.ScratchDiskConfiguration.Builder |
AttachedDisk.ScratchDiskConfiguration.toBuilder()
Returns a builder for the current configuration.
|
Copyright © 2019 Google LLC. All rights reserved.