public final class InstanceManagedByIgmErrorInstanceActionDetails extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InstanceManagedByIgmErrorInstanceActionDetails() |
| Modifier and Type | Method and Description |
|---|---|
InstanceManagedByIgmErrorInstanceActionDetails |
clone() |
String |
getAction()
[Output Only] Action that managed instance group was executing on the instance when the error
occurred.
|
String |
getInstance()
[Output Only] The URL of the instance.
|
ManagedInstanceVersion |
getVersion()
[Output Only] Version this instance was created from, or was being created from, but the
creation failed.
|
InstanceManagedByIgmErrorInstanceActionDetails |
set(String fieldName,
Object value) |
InstanceManagedByIgmErrorInstanceActionDetails |
setAction(String action)
[Output Only] Action that managed instance group was executing on the instance when the error
occurred.
|
InstanceManagedByIgmErrorInstanceActionDetails |
setInstance(String instance)
[Output Only] The URL of the instance.
|
InstanceManagedByIgmErrorInstanceActionDetails |
setVersion(ManagedInstanceVersion version)
[Output Only] Version this instance was created from, or was being created from, but the
creation failed.
|
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 InstanceManagedByIgmErrorInstanceActionDetails()
public String getAction()
null for nonepublic InstanceManagedByIgmErrorInstanceActionDetails setAction(String action)
action - action or null for nonepublic String getInstance()
null for nonepublic InstanceManagedByIgmErrorInstanceActionDetails setInstance(String instance)
instance - instance or null for nonepublic ManagedInstanceVersion getVersion()
null for nonepublic InstanceManagedByIgmErrorInstanceActionDetails setVersion(ManagedInstanceVersion version)
version - version or null for nonepublic InstanceManagedByIgmErrorInstanceActionDetails set(String fieldName, Object value)
set in class GenericJsonpublic InstanceManagedByIgmErrorInstanceActionDetails clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.