public final class DiskConfig extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DiskConfig() |
| Modifier and Type | Method and Description |
|---|---|
DiskConfig |
clone() |
Integer |
getBootDiskSizeGb()
Optional.
|
String |
getBootDiskType()
Optional.
|
Integer |
getNumLocalSsds()
Number of attached SSDs, from 0 to 4 (default is 0).
|
DiskConfig |
set(String fieldName,
Object value) |
DiskConfig |
setBootDiskSizeGb(Integer bootDiskSizeGb)
Optional.
|
DiskConfig |
setBootDiskType(String bootDiskType)
Optional.
|
DiskConfig |
setNumLocalSsds(Integer numLocalSsds)
Number of attached SSDs, from 0 to 4 (default is 0).
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getBootDiskSizeGb()
null for nonepublic DiskConfig setBootDiskSizeGb(Integer bootDiskSizeGb)
bootDiskSizeGb - bootDiskSizeGb or null for nonepublic String getBootDiskType()
null for nonepublic DiskConfig setBootDiskType(String bootDiskType)
bootDiskType - bootDiskType or null for nonepublic Integer getNumLocalSsds()
null for nonepublic DiskConfig setNumLocalSsds(Integer numLocalSsds)
numLocalSsds - numLocalSsds or null for nonepublic DiskConfig set(String fieldName, Object value)
set in class GenericJsonpublic DiskConfig clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.