Uses of Interface
com.google.cloud.compute.v1.AttachedDiskOrBuilder
-
Packages that use AttachedDiskOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of AttachedDiskOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement AttachedDiskOrBuilder Modifier and Type Class Description class
AttachedDisk
An instance-attached disk resource.static class
AttachedDisk.Builder
An instance-attached disk resource.Methods in com.google.cloud.compute.v1 that return AttachedDiskOrBuilder Modifier and Type Method Description AttachedDiskOrBuilder
AttachDiskInstanceRequest.Builder. getAttachedDiskResourceOrBuilder()
The body resource for this requestAttachedDiskOrBuilder
AttachDiskInstanceRequest. getAttachedDiskResourceOrBuilder()
The body resource for this requestAttachedDiskOrBuilder
AttachDiskInstanceRequestOrBuilder. getAttachedDiskResourceOrBuilder()
The body resource for this requestAttachedDiskOrBuilder
Instance.Builder. getDisksOrBuilder(int index)
Array of disks associated with this instance.AttachedDiskOrBuilder
Instance. getDisksOrBuilder(int index)
Array of disks associated with this instance.AttachedDiskOrBuilder
InstanceOrBuilder. getDisksOrBuilder(int index)
Array of disks associated with this instance.AttachedDiskOrBuilder
InstanceProperties.Builder. getDisksOrBuilder(int index)
An array of disks that are associated with the instances that are created from these properties.AttachedDiskOrBuilder
InstanceProperties. getDisksOrBuilder(int index)
An array of disks that are associated with the instances that are created from these properties.AttachedDiskOrBuilder
InstancePropertiesOrBuilder. getDisksOrBuilder(int index)
An array of disks that are associated with the instances that are created from these properties.Methods in com.google.cloud.compute.v1 that return types with arguments of type AttachedDiskOrBuilder Modifier and Type Method Description List<? extends AttachedDiskOrBuilder>
Instance.Builder. getDisksOrBuilderList()
Array of disks associated with this instance.List<? extends AttachedDiskOrBuilder>
Instance. getDisksOrBuilderList()
Array of disks associated with this instance.List<? extends AttachedDiskOrBuilder>
InstanceOrBuilder. getDisksOrBuilderList()
Array of disks associated with this instance.List<? extends AttachedDiskOrBuilder>
InstanceProperties.Builder. getDisksOrBuilderList()
An array of disks that are associated with the instances that are created from these properties.List<? extends AttachedDiskOrBuilder>
InstanceProperties. getDisksOrBuilderList()
An array of disks that are associated with the instances that are created from these properties.List<? extends AttachedDiskOrBuilder>
InstancePropertiesOrBuilder. getDisksOrBuilderList()
An array of disks that are associated with the instances that are created from these properties.
-