Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
SavedDisk |
SavedDisk.clone() |
SavedDisk |
SavedDisk.set(String fieldName,
Object value) |
SavedDisk |
SavedDisk.setArchitecture(String architecture)
[Output Only] The architecture of the attached disk.
|
SavedDisk |
SavedDisk.setKind(String kind)
[Output Only] Type of the resource.
|
SavedDisk |
SavedDisk.setSourceDisk(String sourceDisk)
Specifies a URL of the disk attached to the source instance.
|
SavedDisk |
SavedDisk.setStorageBytes(Long storageBytes)
[Output Only] Size of the individual disk snapshot used by this machine image.
|
SavedDisk |
SavedDisk.setStorageBytesStatus(String storageBytesStatus)
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as
a result of shared storage reallocation.
|
Modifier and Type | Method and Description |
---|---|
List<SavedDisk> |
MachineImage.getSavedDisks()
An array of Machine Image specific properties for disks attached to the source instance
|
Modifier and Type | Method and Description |
---|---|
MachineImage |
MachineImage.setSavedDisks(List<SavedDisk> savedDisks)
An array of Machine Image specific properties for disks attached to the source instance
|
Copyright © 2011–2024 Google. All rights reserved.