Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
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.getAttachedDisks()
Returns a list of disks attached to the instance.
|
Modifier and Type | Method and Description |
---|---|
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. |
Instance.Builder |
Instance.Builder.setAttachedDisks(AttachedDisk... attachedDisks) |
abstract InstanceInfo.Builder |
InstanceInfo.Builder.setAttachedDisks(AttachedDisk... attachedDisks)
Sets a list of disks to attach to the instance.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.setAttachedDisks(AttachedDisk... attachedDisks) |
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.setAttachedDisks(List<AttachedDisk> attachedDisks) |
abstract InstanceInfo.Builder |
InstanceInfo.Builder.setAttachedDisks(List<AttachedDisk> attachedDisks)
Sets a list of disks to attach to the instance.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.setAttachedDisks(List<AttachedDisk> attachedDisks) |
Copyright © 2019 Google LLC. All rights reserved.