| Package | Description |
|---|---|
| com.google.api.services.cloudbilling.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
PersistentDisk |
PersistentDisk.clone() |
PersistentDisk |
PersistentDisk.set(String fieldName,
Object value) |
PersistentDisk |
PersistentDisk.setDiskSize(Usage diskSize)
Specifies the size of disk.
|
PersistentDisk |
PersistentDisk.setDiskType(String diskType)
The [disk type](https://cloud.google.com/compute/docs/disks#disk-types).
|
PersistentDisk |
PersistentDisk.setProvisionedIops(Usage provisionedIops)
Indicates how many IOPS to provision for the disk for extreme persistent disks.
|
PersistentDisk |
PersistentDisk.setScope(String scope)
The geographic scope of the disk.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersistentDisk> |
ComputeVmWorkload.getPersistentDisks()
Persistent disks attached to each instance.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeVmWorkload |
ComputeVmWorkload.setPersistentDisks(List<PersistentDisk> persistentDisks)
Persistent disks attached to each instance.
|
Copyright © 2011–2024 Google. All rights reserved.