PromoteZoneDnssecKeyVersionDetails¶
-
class
oci.dns.models.
PromoteZoneDnssecKeyVersionDetails
(**kwargs)¶ Bases:
object
Details for promoting a DnssecKeyVersion on a zone.
Methods
__init__
(**kwargs)Initializes a new PromoteZoneDnssecKeyVersionDetails object with values from keyword arguments. Attributes
dnssec_key_version_uuid
[Required] Gets the dnssec_key_version_uuid of this PromoteZoneDnssecKeyVersionDetails. -
__init__
(**kwargs)¶ Initializes a new PromoteZoneDnssecKeyVersionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: dnssec_key_version_uuid (str) – The value to assign to the dnssec_key_version_uuid property of this PromoteZoneDnssecKeyVersionDetails.
-
dnssec_key_version_uuid
¶ [Required] Gets the dnssec_key_version_uuid of this PromoteZoneDnssecKeyVersionDetails. The UUID of the DnssecKeyVersion that is being promoted.
Returns: The dnssec_key_version_uuid of this PromoteZoneDnssecKeyVersionDetails. Return type: str
-