public final class FutureResourcesSpecAggregateResources
extends com.google.api.client.json.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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FutureResourcesSpecAggregateResources() |
| Modifier and Type | Method and Description |
|---|---|
FutureResourcesSpecAggregateResources |
clone() |
Long |
getAcceleratorCount()
Size of the request, in accelerator (chip) count.
|
String |
getVmFamily()
The VM family that all instances scheduled against this reservation must belong to.
|
String |
getWorkloadType()
Workload type.
|
FutureResourcesSpecAggregateResources |
set(String fieldName,
Object value) |
FutureResourcesSpecAggregateResources |
setAcceleratorCount(Long acceleratorCount)
Size of the request, in accelerator (chip) count.
|
FutureResourcesSpecAggregateResources |
setVmFamily(String vmFamily)
The VM family that all instances scheduled against this reservation must belong to.
|
FutureResourcesSpecAggregateResources |
setWorkloadType(String workloadType)
Workload type.
|
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 FutureResourcesSpecAggregateResources()
public Long getAcceleratorCount()
null for nonepublic FutureResourcesSpecAggregateResources setAcceleratorCount(Long acceleratorCount)
acceleratorCount - acceleratorCount or null for nonepublic String getVmFamily()
null for nonepublic FutureResourcesSpecAggregateResources setVmFamily(String vmFamily)
vmFamily - vmFamily or null for nonepublic String getWorkloadType()
null for nonepublic FutureResourcesSpecAggregateResources setWorkloadType(String workloadType)
workloadType - workloadType or null for nonepublic FutureResourcesSpecAggregateResources set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FutureResourcesSpecAggregateResources clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.