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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public DiskConfig clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.