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