Class ManagedZoneDnsSecConfig
Inheritance
ManagedZoneDnsSecConfig
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class ManagedZoneDnsSecConfig : IDirectResponseSchema
Properties
DefaultKeySpecs
Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the
state is OFF.
Declaration
[JsonProperty("defaultKeySpecs")]
public virtual IList<DnsKeySpec> DefaultKeySpecs { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
NonExistence
Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state
is OFF.
Declaration
[JsonProperty("nonExistence")]
public virtual string NonExistence { get; set; }
Property Value
State
Specifies whether DNSSEC is enabled, and what mode it is in.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Implements