Uses of Interface
com.google.cloud.compute.v1.SavedAttachedDiskOrBuilder
-
Packages that use SavedAttachedDiskOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SavedAttachedDiskOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement SavedAttachedDiskOrBuilder Modifier and Type Class Description class
SavedAttachedDisk
DEPRECATED: Please use compute#savedDisk instead.static class
SavedAttachedDisk.Builder
DEPRECATED: Please use compute#savedDisk instead.Methods in com.google.cloud.compute.v1 that return SavedAttachedDiskOrBuilder Modifier and Type Method Description SavedAttachedDiskOrBuilder
SourceInstanceProperties.Builder. getDisksOrBuilder(int index)
An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDiskOrBuilder
SourceInstanceProperties. getDisksOrBuilder(int index)
An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDiskOrBuilder
SourceInstancePropertiesOrBuilder. getDisksOrBuilder(int index)
An array of disks that are associated with the instances that are created from this machine image.Methods in com.google.cloud.compute.v1 that return types with arguments of type SavedAttachedDiskOrBuilder Modifier and Type Method Description List<? extends SavedAttachedDiskOrBuilder>
SourceInstanceProperties.Builder. getDisksOrBuilderList()
An array of disks that are associated with the instances that are created from this machine image.List<? extends SavedAttachedDiskOrBuilder>
SourceInstanceProperties. getDisksOrBuilderList()
An array of disks that are associated with the instances that are created from this machine image.List<? extends SavedAttachedDiskOrBuilder>
SourceInstancePropertiesOrBuilder. getDisksOrBuilderList()
An array of disks that are associated with the instances that are created from this machine image.
-