Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
Disk |
Disk.clone() |
Disk |
Disk.set(String fieldName,
Object value) |
Disk |
Disk.setDiskType(String diskType)
Disk storage type, as defined by Google Compute Engine.
|
Disk |
Disk.setMountPoint(String mountPoint)
Directory in a VM where disk is mounted.
|
Disk |
Disk.setSizeGb(Integer sizeGb)
Size of disk in GB.
|
Modifier and Type | Method and Description |
---|---|
List<Disk> |
WorkerPool.getDataDisks()
Data disks that are used by a VM in this workflow.
|
Modifier and Type | Method and Description |
---|---|
WorkerPool |
WorkerPool.setDataDisks(List<Disk> dataDisks)
Data disks that are used by a VM in this workflow.
|
Copyright © 2011–2019 Google. All rights reserved.