DnssecConfig

class oci.dns.models.DnssecConfig(**kwargs)

Bases: object

DNSSEC configuration data.

A zone may have a maximum of 10 DnssecKeyVersions, regardless of signing key type.

Methods

__init__(**kwargs) Initializes a new DnssecConfig object with values from keyword arguments.

Attributes

ksk_dnssec_key_versions Gets the ksk_dnssec_key_versions of this DnssecConfig.
zsk_dnssec_key_versions Gets the zsk_dnssec_key_versions of this DnssecConfig.
__init__(**kwargs)

Initializes a new DnssecConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
ksk_dnssec_key_versions

Gets the ksk_dnssec_key_versions of this DnssecConfig. A read-only array of key signing key (KSK) versions.

Returns:The ksk_dnssec_key_versions of this DnssecConfig.
Return type:list[oci.dns.models.KskDnssecKeyVersion]
zsk_dnssec_key_versions

Gets the zsk_dnssec_key_versions of this DnssecConfig. A read-only array of zone signing key (ZSK) versions.

Returns:The zsk_dnssec_key_versions of this DnssecConfig.
Return type:list[oci.dns.models.ZskDnssecKeyVersion]