public final class InstantSnapshotGroup
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 |
|---|
InstantSnapshotGroup() |
| Modifier and Type | Method and Description |
|---|---|
InstantSnapshotGroup |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
Optional.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Identifier.
|
String |
getRegion()
[Output Only] URL of the region where the instant snapshot group resides.
|
InstantSnapshotGroupResourceStatus |
getResourceStatus() |
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource's resource id.
|
String |
getSourceConsistencyGroup() |
String |
getStatus()
[Output Only]
|
String |
getZone()
[Output Only] URL of the zone where the instant snapshot group resides.
|
InstantSnapshotGroup |
set(String fieldName,
Object value) |
InstantSnapshotGroup |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
InstantSnapshotGroup |
setDescription(String description)
Optional.
|
InstantSnapshotGroup |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
InstantSnapshotGroup |
setKind(String kind)
[Output Only] Type of the resource.
|
InstantSnapshotGroup |
setName(String name)
Identifier.
|
InstantSnapshotGroup |
setRegion(String region)
[Output Only] URL of the region where the instant snapshot group resides.
|
InstantSnapshotGroup |
setResourceStatus(InstantSnapshotGroupResourceStatus resourceStatus) |
InstantSnapshotGroup |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
InstantSnapshotGroup |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource's resource id.
|
InstantSnapshotGroup |
setSourceConsistencyGroup(String sourceConsistencyGroup) |
InstantSnapshotGroup |
setStatus(String status)
[Output Only]
|
InstantSnapshotGroup |
setZone(String zone)
[Output Only] URL of the zone where the instant snapshot group 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 InstantSnapshotGroup setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic InstantSnapshotGroup setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic InstantSnapshotGroup setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic InstantSnapshotGroup setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic InstantSnapshotGroup setName(String name)
name - name or null for nonepublic String getRegion()
null for nonepublic InstantSnapshotGroup setRegion(String region)
region - region or null for nonepublic InstantSnapshotGroupResourceStatus getResourceStatus()
null for nonepublic InstantSnapshotGroup setResourceStatus(InstantSnapshotGroupResourceStatus resourceStatus)
resourceStatus - resourceStatus or null for nonepublic String getSelfLink()
null for nonepublic InstantSnapshotGroup setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic InstantSnapshotGroup setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic String getSourceConsistencyGroup()
null for nonepublic InstantSnapshotGroup setSourceConsistencyGroup(String sourceConsistencyGroup)
sourceConsistencyGroup - sourceConsistencyGroup or null for nonepublic String getStatus()
null for nonepublic InstantSnapshotGroup setStatus(String status)
status - status or null for nonepublic String getZone()
null for nonepublic InstantSnapshotGroup setZone(String zone)
zone - zone or null for nonepublic InstantSnapshotGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InstantSnapshotGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.