| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
AttachedDisk |
AttachedDisk.Builder.build()
Creates an
AttachedDisk object. |
static AttachedDisk |
AttachedDisk.of(AttachedDisk.AttachedDiskConfiguration configuration)
Returns an
AttachedDisk object given its configuration. |
static AttachedDisk |
AttachedDisk.of(String deviceName,
AttachedDisk.AttachedDiskConfiguration configuration)
Returns an
AttachedDisk object given the device name and its configuration. |
| Modifier and Type | Method and Description |
|---|---|
List<AttachedDisk> |
InstanceInfo.attachedDisks()
Returns a list of disks attached to the instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InstanceInfo.Builder |
InstanceInfo.Builder.attachedDisks(AttachedDisk... attachedDisks)
Sets a list of disks to attach to the instance.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.attachedDisks(AttachedDisk... attachedDisks) |
Instance.Builder |
Instance.Builder.attachedDisks(AttachedDisk... attachedDisks) |
static InstanceInfo |
InstanceInfo.of(InstanceId instanceId,
MachineTypeId machineType,
AttachedDisk disk,
NetworkInterface networkInterface)
Returns an
InstanceInfo object given the instance identity, the machine type, a disk
to attach to the instance and a network interface. |
| Modifier and Type | Method and Description |
|---|---|
abstract InstanceInfo.Builder |
InstanceInfo.Builder.attachedDisks(List<AttachedDisk> attachedDisks)
Sets a list of disks to attach to the instance.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.attachedDisks(List<AttachedDisk> attachedDisks) |
Instance.Builder |
Instance.Builder.attachedDisks(List<AttachedDisk> attachedDisks) |
Copyright © 2016 Google. All rights reserved.