public final class PreservedStatePreservedNetworkIpIpAddress 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 | 
|---|
| PreservedStatePreservedNetworkIpIpAddress() | 
| Modifier and Type | Method and Description | 
|---|---|
| PreservedStatePreservedNetworkIpIpAddress | clone() | 
| String | getAddress()The URL of the reservation for this IP address. | 
| String | getLiteral()An IPv4 internal network address to assign to the instance for this network interface. | 
| PreservedStatePreservedNetworkIpIpAddress | set(String fieldName,
   Object value) | 
| PreservedStatePreservedNetworkIpIpAddress | setAddress(String address)The URL of the reservation for this IP address. | 
| PreservedStatePreservedNetworkIpIpAddress | setLiteral(String literal)An IPv4 internal network address to assign to the instance for this network interface. | 
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 PreservedStatePreservedNetworkIpIpAddress()
public String getAddress()
null for nonepublic PreservedStatePreservedNetworkIpIpAddress setAddress(String address)
address - address or null for nonepublic String getLiteral()
null for nonepublic PreservedStatePreservedNetworkIpIpAddress setLiteral(String literal)
literal - literal or null for nonepublic PreservedStatePreservedNetworkIpIpAddress set(String fieldName, Object value)
set in class GenericJsonpublic PreservedStatePreservedNetworkIpIpAddress clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.