DnssecKeyVersionDsData¶
-
class
oci.dns.models.
DnssecKeyVersionDsData
(**kwargs)¶ Bases:
object
Data for a parent zone DS record corresponding to this key-signing key (KSK).
Attributes
DIGEST_TYPE_SHA_256
A constant which can be used with the digest_type property of a DnssecKeyVersionDsData. digest_type
Gets the digest_type of this DnssecKeyVersionDsData. rdata
Gets the rdata of this DnssecKeyVersionDsData. Methods
__init__
(**kwargs)Initializes a new DnssecKeyVersionDsData object with values from keyword arguments. -
DIGEST_TYPE_SHA_256
= 'SHA_256'¶ A constant which can be used with the digest_type property of a DnssecKeyVersionDsData. This constant has a value of “SHA_256”
-
__init__
(**kwargs)¶ Initializes a new DnssecKeyVersionDsData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - rdata (str) – The value to assign to the rdata property of this DnssecKeyVersionDsData.
- digest_type (str) – The value to assign to the digest_type property of this DnssecKeyVersionDsData. Allowed values for this property are: “SHA_256”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
digest_type
¶ Gets the digest_type of this DnssecKeyVersionDsData. The type of the digest associated with the rdata.
Allowed values for this property are: “SHA_256”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The digest_type of this DnssecKeyVersionDsData. Return type: str
-
rdata
¶ Gets the rdata of this DnssecKeyVersionDsData. Presentation-format DS record data that must be added to the parent zone. For more information about RDATA, see Supported DNS Resource Record Types
Returns: The rdata of this DnssecKeyVersionDsData. Return type: str
-