public final class AcceleratorType
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 |
|---|
AcceleratorType() |
| Modifier and Type | Method and Description |
|---|---|
AcceleratorType |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp inRFC3339 text format.
|
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this accelerator type.
|
String |
getDescription()
[Output Only] An optional textual description of the resource.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] The type of the resource.
|
Integer |
getMaximumCardsPerInstance()
[Output Only] Maximum number of accelerator cards allowed per instance.
|
String |
getName()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined, fully qualified URL for this resource.
|
String |
getZone()
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a.
|
AcceleratorType |
set(String fieldName,
Object value) |
AcceleratorType |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
AcceleratorType |
setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this accelerator type.
|
AcceleratorType |
setDescription(String description)
[Output Only] An optional textual description of the resource.
|
AcceleratorType |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
AcceleratorType |
setKind(String kind)
[Output Only] The type of the resource.
|
AcceleratorType |
setMaximumCardsPerInstance(Integer maximumCardsPerInstance)
[Output Only] Maximum number of accelerator cards allowed per instance.
|
AcceleratorType |
setName(String name)
[Output Only] Name of the resource.
|
AcceleratorType |
setSelfLink(String selfLink)
[Output Only] Server-defined, fully qualified URL for this resource.
|
AcceleratorType |
setZone(String zone)
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a.
|
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 String getCreationTimestamp()
null for nonepublic AcceleratorType setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic DeprecationStatus getDeprecated()
null for nonepublic AcceleratorType setDeprecated(DeprecationStatus deprecated)
deprecated - deprecated or null for nonepublic String getDescription()
null for nonepublic AcceleratorType setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic AcceleratorType setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic AcceleratorType setKind(String kind)
kind - kind or null for nonepublic Integer getMaximumCardsPerInstance()
null for nonepublic AcceleratorType setMaximumCardsPerInstance(Integer maximumCardsPerInstance)
maximumCardsPerInstance - maximumCardsPerInstance or null for nonepublic String getName()
null for nonepublic AcceleratorType setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic AcceleratorType setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getZone()
null for nonepublic AcceleratorType setZone(String zone)
zone - zone or null for nonepublic AcceleratorType set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AcceleratorType clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.