public final class MultiMig
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 |
|---|
MultiMig() |
| Modifier and Type | Method and Description |
|---|---|
MultiMig |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
MultiMigLocationPolicy |
getLocationPolicy() |
String |
getName()
Name of the resource.
|
Map<String,MultiMigPart> |
getParts()
User-provided names for Parts of MultiMIG and the Parts themselves.
|
String |
getRegion()
[Output Only] URL of the region where the resource resides.
|
MultiMigSchedulingPolicy |
getSchedulingPolicy()
Policy for handling provisioning and other scheduling-related events.
|
String |
getSelfLink()
[Output only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
MultiMigStatus |
getStatus() |
MultiMig |
set(String fieldName,
Object value) |
MultiMig |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
MultiMig |
setDescription(String description)
An optional description of this resource.
|
MultiMig |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
MultiMig |
setKind(String kind)
[Output Only] Type of the resource.
|
MultiMig |
setLocationPolicy(MultiMigLocationPolicy locationPolicy) |
MultiMig |
setName(String name)
Name of the resource.
|
MultiMig |
setParts(Map<String,MultiMigPart> parts)
User-provided names for Parts of MultiMIG and the Parts themselves.
|
MultiMig |
setRegion(String region)
[Output Only] URL of the region where the resource resides.
|
MultiMig |
setSchedulingPolicy(MultiMigSchedulingPolicy schedulingPolicy)
Policy for handling provisioning and other scheduling-related events.
|
MultiMig |
setSelfLink(String selfLink)
[Output only] Server-defined URL for the resource.
|
MultiMig |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
MultiMig |
setStatus(MultiMigStatus status) |
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 MultiMig setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic MultiMig setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic MultiMig setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic MultiMig setKind(String kind)
kind - kind or null for nonepublic MultiMigLocationPolicy getLocationPolicy()
null for nonepublic MultiMig setLocationPolicy(MultiMigLocationPolicy locationPolicy)
locationPolicy - locationPolicy or null for nonepublic String getName()
null for nonepublic MultiMig setName(String name)
name - name or null for nonepublic Map<String,MultiMigPart> getParts()
null for nonepublic MultiMig setParts(Map<String,MultiMigPart> parts)
parts - parts or null for nonepublic String getRegion()
null for nonepublic MultiMig setRegion(String region)
region - region or null for nonepublic MultiMigSchedulingPolicy getSchedulingPolicy()
null for nonepublic MultiMig setSchedulingPolicy(MultiMigSchedulingPolicy schedulingPolicy)
schedulingPolicy - schedulingPolicy or null for nonepublic String getSelfLink()
null for nonepublic MultiMig setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic MultiMig setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic MultiMigStatus getStatus()
null for nonepublic MultiMig setStatus(MultiMigStatus status)
status - status or null for nonepublic MultiMig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MultiMig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.