T
- the disk configuration typeB
- the disk configuration builderpublic abstract static class DiskConfiguration.Builder<T extends DiskConfiguration,B extends DiskConfiguration.Builder<T,B>> extends Object
Modifier and Type | Method and Description |
---|---|
abstract T |
build()
Creates an object.
|
protected B |
self() |
B |
setDiskType(DiskTypeId diskType)
Sets the identity of the disk type.
|
B |
setSizeGb(Long sizeGb)
Sets the size of the persistent disk, in GB.
|
protected B self()
public B setDiskType(DiskTypeId diskType)
pd-standard
will be used.public abstract T build()
Copyright © 2019 Google LLC. All rights reserved.