public final class ManagedZoneForwardingConfigNameServerTarget 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 DNS 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 |
|---|
ManagedZoneForwardingConfigNameServerTarget() |
| Modifier and Type | Method and Description |
|---|---|
ManagedZoneForwardingConfigNameServerTarget |
clone() |
String |
getForwardingPath()
Forwarding path for this NameServerTarget.
|
String |
getIpv4Address()
IPv4 address of a target name server.
|
String |
getKind() |
ManagedZoneForwardingConfigNameServerTarget |
set(String fieldName,
Object value) |
ManagedZoneForwardingConfigNameServerTarget |
setForwardingPath(String forwardingPath)
Forwarding path for this NameServerTarget.
|
ManagedZoneForwardingConfigNameServerTarget |
setIpv4Address(String ipv4Address)
IPv4 address of a target name server.
|
ManagedZoneForwardingConfigNameServerTarget |
setKind(String kind) |
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 ManagedZoneForwardingConfigNameServerTarget()
public String getForwardingPath()
null for nonepublic ManagedZoneForwardingConfigNameServerTarget setForwardingPath(String forwardingPath)
forwardingPath - forwardingPath or null for nonepublic String getIpv4Address()
null for nonepublic ManagedZoneForwardingConfigNameServerTarget setIpv4Address(String ipv4Address)
ipv4Address - ipv4Address or null for nonepublic String getKind()
null for nonepublic ManagedZoneForwardingConfigNameServerTarget setKind(String kind)
kind - kind or null for nonepublic ManagedZoneForwardingConfigNameServerTarget set(String fieldName, Object value)
set in class GenericJsonpublic ManagedZoneForwardingConfigNameServerTarget clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.