public final class StoragePoolType
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 |
|---|
StoragePoolType() |
| Modifier and Type | Method and Description |
|---|---|
StoragePoolType |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this storage pool type.
|
String |
getDescription()
[Output Only] An optional description of this resource.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
Long |
getMaxProvisionedIops()
[Output Only] Maximum provisioned IOPS.
|
Long |
getMaxProvisionedThroughput()
[Output Only] Maximum provisioned throughput.
|
Long |
getMaxSizeGb()
[Output Only] Maximum storage pool size in GB.
|
Long |
getMinProvisionedIops()
[Output Only] Minimum provisioned IOPS.
|
Long |
getMinProvisionedThroughput()
[Output Only] Minimum provisioned throughput.
|
Long |
getMinSizeGb()
[Output Only] Minimum storage pool size in GB.
|
String |
getName()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
List<String> |
getSupportedDiskTypes()
[Output Only] The list of disk types supported in this storage pool type.
|
String |
getZone()
[Output Only] URL of the zone where the storage pool type resides.
|
StoragePoolType |
set(String fieldName,
Object value) |
StoragePoolType |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
StoragePoolType |
setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this storage pool type.
|
StoragePoolType |
setDescription(String description)
[Output Only] An optional description of this resource.
|
StoragePoolType |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
StoragePoolType |
setKind(String kind)
[Output Only] Type of the resource.
|
StoragePoolType |
setMaxProvisionedIops(Long maxProvisionedIops)
[Output Only] Maximum provisioned IOPS.
|
StoragePoolType |
setMaxProvisionedThroughput(Long maxProvisionedThroughput)
[Output Only] Maximum provisioned throughput.
|
StoragePoolType |
setMaxSizeGb(Long maxSizeGb)
[Output Only] Maximum storage pool size in GB.
|
StoragePoolType |
setMinProvisionedIops(Long minProvisionedIops)
[Output Only] Minimum provisioned IOPS.
|
StoragePoolType |
setMinProvisionedThroughput(Long minProvisionedThroughput)
[Output Only] Minimum provisioned throughput.
|
StoragePoolType |
setMinSizeGb(Long minSizeGb)
[Output Only] Minimum storage pool size in GB.
|
StoragePoolType |
setName(String name)
[Output Only] Name of the resource.
|
StoragePoolType |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
StoragePoolType |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
StoragePoolType |
setSupportedDiskTypes(List<String> supportedDiskTypes)
[Output Only] The list of disk types supported in this storage pool type.
|
StoragePoolType |
setZone(String zone)
[Output Only] URL of the zone where the storage pool type resides.
|
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 StoragePoolType setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic DeprecationStatus getDeprecated()
null for nonepublic StoragePoolType setDeprecated(DeprecationStatus deprecated)
deprecated - deprecated or null for nonepublic String getDescription()
null for nonepublic StoragePoolType setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic StoragePoolType setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic StoragePoolType setKind(String kind)
kind - kind or null for nonepublic Long getMaxProvisionedIops()
null for nonepublic StoragePoolType setMaxProvisionedIops(Long maxProvisionedIops)
maxProvisionedIops - maxProvisionedIops or null for nonepublic Long getMaxProvisionedThroughput()
null for nonepublic StoragePoolType setMaxProvisionedThroughput(Long maxProvisionedThroughput)
maxProvisionedThroughput - maxProvisionedThroughput or null for nonepublic Long getMaxSizeGb()
null for nonepublic StoragePoolType setMaxSizeGb(Long maxSizeGb)
maxSizeGb - maxSizeGb or null for nonepublic Long getMinProvisionedIops()
null for nonepublic StoragePoolType setMinProvisionedIops(Long minProvisionedIops)
minProvisionedIops - minProvisionedIops or null for nonepublic Long getMinProvisionedThroughput()
null for nonepublic StoragePoolType setMinProvisionedThroughput(Long minProvisionedThroughput)
minProvisionedThroughput - minProvisionedThroughput or null for nonepublic Long getMinSizeGb()
null for nonepublic StoragePoolType setMinSizeGb(Long minSizeGb)
minSizeGb - minSizeGb or null for nonepublic String getName()
null for nonepublic StoragePoolType setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic StoragePoolType setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic StoragePoolType setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic List<String> getSupportedDiskTypes()
null for nonepublic StoragePoolType setSupportedDiskTypes(List<String> supportedDiskTypes)
supportedDiskTypes - supportedDiskTypes or null for nonepublic String getZone()
null for nonepublic StoragePoolType setZone(String zone)
zone - zone or null for nonepublic StoragePoolType set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StoragePoolType clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.