Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
AttachedDisk |
AttachedDisk.Builder.build() |
AttachedDisk |
AttachDiskInstanceHttpRequest.getApiMessageRequestBody() |
AttachedDisk |
AttachDiskInstanceHttpRequest.getAttachedDiskResource()
An instance-attached disk resource.
|
AttachedDisk |
AttachDiskInstanceHttpRequest.Builder.getAttachedDiskResource()
An instance-attached disk resource.
|
static AttachedDisk |
AttachedDisk.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<AttachedDisk> |
Instance.getDisksList()
Array of disks associated with this instance.
|
List<AttachedDisk> |
Instance.Builder.getDisksList()
Array of disks associated with this instance.
|
List<AttachedDisk> |
InstanceProperties.getDisksList()
An array of disks that are associated with the instances that are created from this template.
|
List<AttachedDisk> |
InstanceProperties.Builder.getDisksList()
An array of disks that are associated with the instances that are created from this template.
|
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.addDisks(AttachedDisk disks)
Array of disks associated with this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addDisks(AttachedDisk disks)
An array of disks that are associated with the instances that are created from this template.
|
Operation |
InstanceClient.attachDiskInstance(ProjectZoneInstanceName instance,
Boolean forceAttach,
AttachedDisk attachedDiskResource)
Attaches an existing Disk resource to an instance.
|
Operation |
InstanceClient.attachDiskInstance(String instance,
Boolean forceAttach,
AttachedDisk attachedDiskResource)
Attaches an existing Disk resource to an instance.
|
AttachedDisk.Builder |
AttachedDisk.Builder.mergeFrom(AttachedDisk other) |
static AttachedDisk.Builder |
AttachedDisk.newBuilder(AttachedDisk prototype) |
AttachDiskInstanceHttpRequest.Builder |
AttachDiskInstanceHttpRequest.Builder.setAttachedDiskResource(AttachedDisk attachedDiskResource)
An instance-attached disk resource.
|
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.addAllDisks(List<AttachedDisk> disks)
Array of disks associated with this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addAllDisks(List<AttachedDisk> disks)
An array of disks that are associated with the instances that are created from this template.
|
Copyright © 2019 Google LLC. All rights reserved.