StageZoneDnssecKeyVersionDetails¶
-
class
oci.dns.models.
StageZoneDnssecKeyVersionDetails
(**kwargs)¶ Bases:
object
Details for staging a DnssecKeyVersion on a zone.
Methods
__init__
(**kwargs)Initializes a new StageZoneDnssecKeyVersionDetails object with values from keyword arguments. Attributes
predecessor_dnssec_key_version_uuid
[Required] Gets the predecessor_dnssec_key_version_uuid of this StageZoneDnssecKeyVersionDetails. -
__init__
(**kwargs)¶ Initializes a new StageZoneDnssecKeyVersionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: predecessor_dnssec_key_version_uuid (str) – The value to assign to the predecessor_dnssec_key_version_uuid property of this StageZoneDnssecKeyVersionDetails.
-
predecessor_dnssec_key_version_uuid
¶ [Required] Gets the predecessor_dnssec_key_version_uuid of this StageZoneDnssecKeyVersionDetails. The UUID of the DnssecKeyVersion for which a new successor should be generated.
Returns: The predecessor_dnssec_key_version_uuid of this StageZoneDnssecKeyVersionDetails. Return type: str
-