public final class PscAutoConnectionConfig
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 Cloud SQL Admin 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 |
|---|
PscAutoConnectionConfig() |
| Modifier and Type | Method and Description |
|---|---|
PscAutoConnectionConfig |
clone() |
String |
getConsumerNetwork()
The consumer network of this consumer endpoint.
|
String |
getConsumerNetworkStatus()
The connection policy status of the consumer network.
|
String |
getConsumerProject()
This is the project ID of consumer service project of this consumer endpoint.
|
String |
getIpAddress()
The IP address of the consumer endpoint.
|
String |
getStatus()
The connection status of the consumer endpoint.
|
PscAutoConnectionConfig |
set(String fieldName,
Object value) |
PscAutoConnectionConfig |
setConsumerNetwork(String consumerNetwork)
The consumer network of this consumer endpoint.
|
PscAutoConnectionConfig |
setConsumerNetworkStatus(String consumerNetworkStatus)
The connection policy status of the consumer network.
|
PscAutoConnectionConfig |
setConsumerProject(String consumerProject)
This is the project ID of consumer service project of this consumer endpoint.
|
PscAutoConnectionConfig |
setIpAddress(String ipAddress)
The IP address of the consumer endpoint.
|
PscAutoConnectionConfig |
setStatus(String status)
The connection status of the consumer endpoint.
|
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 getConsumerNetwork()
null for nonepublic PscAutoConnectionConfig setConsumerNetwork(String consumerNetwork)
consumerNetwork - consumerNetwork or null for nonepublic String getConsumerNetworkStatus()
null for nonepublic PscAutoConnectionConfig setConsumerNetworkStatus(String consumerNetworkStatus)
consumerNetworkStatus - consumerNetworkStatus or null for nonepublic String getConsumerProject()
null for nonepublic PscAutoConnectionConfig setConsumerProject(String consumerProject)
consumerProject - consumerProject or null for nonepublic String getIpAddress()
null for nonepublic PscAutoConnectionConfig setIpAddress(String ipAddress)
ipAddress - ipAddress or null for nonepublic String getStatus()
null for nonepublic PscAutoConnectionConfig setStatus(String status)
status - status or null for nonepublic PscAutoConnectionConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PscAutoConnectionConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.