Package com.google.cloud.dns
Class ZoneInfo.DnsSecConfig
- java.lang.Object
-
- com.google.cloud.dns.ZoneInfo.DnsSecConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZoneInfo.DnsSecConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<ZoneInfo.KeySpec>getDefaultKeySpecs()Returns the DefaultKeySpecs.StringgetNonExistence()Returns the authenticated denial-of-existence responses.StringgetState()Returns the DNSSEC state.inthashCode()static ZoneInfo.DnsSecConfig.BuildernewBuilder()Returns a builder forDnsSecConfigobjects.ZoneInfo.DnsSecConfig.BuildertoBuilder()Returns a builder for the current blob.StringtoString()
-
-
-
Method Detail
-
toBuilder
public ZoneInfo.DnsSecConfig.Builder toBuilder()
Returns a builder for the current blob.
-
newBuilder
public static ZoneInfo.DnsSecConfig.Builder newBuilder()
Returns a builder forDnsSecConfigobjects.
-
getDefaultKeySpecs
public List<ZoneInfo.KeySpec> getDefaultKeySpecs()
Returns the DefaultKeySpecs.
-
getNonExistence
public String getNonExistence()
Returns the authenticated denial-of-existence responses.
-
getState
public String getState()
Returns the DNSSEC state.
-
-