Show / Hide Table of Contents

Class PromoteZoneDnssecKeyVersionDetails

Details for promoting a DnssecKeyVersion on a zone.

Inheritance
object
PromoteZoneDnssecKeyVersionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public class PromoteZoneDnssecKeyVersionDetails

Properties

DnssecKeyVersionUuid

Declaration
[Required(ErrorMessage = "DnssecKeyVersionUuid is required.")]
[JsonProperty(PropertyName = "dnssecKeyVersionUuid")]
public string DnssecKeyVersionUuid { get; set; }
Property Value
Type Description
string

The UUID of the DnssecKeyVersion that is being promoted.

Remarks

Required

In this article
Back to top