public final class StatefulPolicyPreservedState 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 | 
|---|
| StatefulPolicyPreservedState() | 
| Modifier and Type | Method and Description | 
|---|---|
| StatefulPolicyPreservedState | clone() | 
| Map<String,StatefulPolicyPreservedStateDiskDevice> | getDisks()Disks created on the instances that will be preserved on instance delete, update, etc. | 
| Map<String,StatefulPolicyPreservedStateNetworkIp> | getExternalIPs()External network IPs assigned to the instances that will be preserved on instance delete,
 update, etc. | 
| Map<String,StatefulPolicyPreservedStateNetworkIp> | getInternalIPs()Internal network IPs assigned to the instances that will be preserved on instance delete,
 update, etc. | 
| StatefulPolicyPreservedState | set(String fieldName,
   Object value) | 
| StatefulPolicyPreservedState | setDisks(Map<String,StatefulPolicyPreservedStateDiskDevice> disks)Disks created on the instances that will be preserved on instance delete, update, etc. | 
| StatefulPolicyPreservedState | setExternalIPs(Map<String,StatefulPolicyPreservedStateNetworkIp> externalIPs)External network IPs assigned to the instances that will be preserved on instance delete,
 update, etc. | 
| StatefulPolicyPreservedState | setInternalIPs(Map<String,StatefulPolicyPreservedStateNetworkIp> internalIPs)Internal network IPs assigned to the instances that will be preserved on instance delete,
 update, etc. | 
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 Map<String,StatefulPolicyPreservedStateDiskDevice> getDisks()
null for nonepublic StatefulPolicyPreservedState setDisks(Map<String,StatefulPolicyPreservedStateDiskDevice> disks)
disks - disks or null for nonepublic Map<String,StatefulPolicyPreservedStateNetworkIp> getExternalIPs()
null for nonepublic StatefulPolicyPreservedState setExternalIPs(Map<String,StatefulPolicyPreservedStateNetworkIp> externalIPs)
externalIPs - externalIPs or null for nonepublic Map<String,StatefulPolicyPreservedStateNetworkIp> getInternalIPs()
null for nonepublic StatefulPolicyPreservedState setInternalIPs(Map<String,StatefulPolicyPreservedStateNetworkIp> internalIPs)
internalIPs - internalIPs or null for nonepublic StatefulPolicyPreservedState set(String fieldName, Object value)
set in class GenericJsonpublic StatefulPolicyPreservedState clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.