public final class IpMapping 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 Cloud SQL Admin 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 |
|---|
IpMapping() |
| Modifier and Type | Method and Description |
|---|---|
IpMapping |
clone() |
String |
getIpAddress()
The IP address assigned.
|
String |
getTimeToRetire()
The due time for this IP to be retired in [RFC 3339](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`.
|
String |
getType()
The type of this IP address.
|
IpMapping |
set(String fieldName,
Object value) |
IpMapping |
setIpAddress(String ipAddress)
The IP address assigned.
|
IpMapping |
setTimeToRetire(String timeToRetire)
The due time for this IP to be retired in [RFC 3339](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`.
|
IpMapping |
setType(String type)
The type of this IP address.
|
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 getIpAddress()
null for nonepublic IpMapping setIpAddress(String ipAddress)
ipAddress - ipAddress or null for nonepublic String getTimeToRetire()
null for nonepublic IpMapping setTimeToRetire(String timeToRetire)
timeToRetire - timeToRetire or null for nonepublic String getType()
null for nonepublic IpMapping setType(String type)
type - type or null for nonepublic IpMapping set(String fieldName, Object value)
set in class GenericJsonpublic IpMapping clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.