public final class ManagedZoneDnsSecConfig 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 |
|---|
ManagedZoneDnsSecConfig() |
| Modifier and Type | Method and Description |
|---|---|
ManagedZoneDnsSecConfig |
clone() |
List<DnsKeySpec> |
getDefaultKeySpecs()
Specifies parameters for generating initial DnsKeys for this ManagedZone.
|
String |
getKind() |
String |
getNonExistence()
Specifies the mechanism for authenticated denial-of-existence responses.
|
String |
getState()
Specifies whether DNSSEC is enabled, and what mode it is in.
|
ManagedZoneDnsSecConfig |
set(String fieldName,
Object value) |
ManagedZoneDnsSecConfig |
setDefaultKeySpecs(List<DnsKeySpec> defaultKeySpecs)
Specifies parameters for generating initial DnsKeys for this ManagedZone.
|
ManagedZoneDnsSecConfig |
setKind(String kind) |
ManagedZoneDnsSecConfig |
setNonExistence(String nonExistence)
Specifies the mechanism for authenticated denial-of-existence responses.
|
ManagedZoneDnsSecConfig |
setState(String state)
Specifies whether DNSSEC is enabled, and what mode it is in.
|
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 List<DnsKeySpec> getDefaultKeySpecs()
null for nonepublic ManagedZoneDnsSecConfig setDefaultKeySpecs(List<DnsKeySpec> defaultKeySpecs)
defaultKeySpecs - defaultKeySpecs or null for nonepublic String getKind()
null for nonepublic ManagedZoneDnsSecConfig setKind(String kind)
kind - kind or null for nonepublic String getNonExistence()
null for nonepublic ManagedZoneDnsSecConfig setNonExistence(String nonExistence)
nonExistence - nonExistence or null for nonepublic String getState()
null for nonepublic ManagedZoneDnsSecConfig setState(String state)
state - state or null for nonepublic ManagedZoneDnsSecConfig set(String fieldName, Object value)
set in class GenericJsonpublic ManagedZoneDnsSecConfig clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.