Class ZoneInfo.DnsSecConfig (2.41.0)

public static class ZoneInfo.DnsSecConfig

This class represents the DNSSEC configuration.

Inheritance

Object > ZoneInfo.DnsSecConfig

Static Methods

newBuilder()

public static ZoneInfo.DnsSecConfig.Builder newBuilder()

Returns a builder for DnsSecConfig objects.

Returns
Type Description
ZoneInfo.DnsSecConfig.Builder

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getDefaultKeySpecs()

public List<ZoneInfo.KeySpec> getDefaultKeySpecs()

Returns the DefaultKeySpecs.

Returns
Type Description
List<KeySpec>

getNonExistence()

public String getNonExistence()

Returns the authenticated denial-of-existence responses.

Returns
Type Description
String

getState()

public String getState()

Returns the DNSSEC state.

Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public ZoneInfo.DnsSecConfig.Builder toBuilder()

Returns a builder for the current blob.

Returns
Type Description
ZoneInfo.DnsSecConfig.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides