Class ManagedZoneDnsSecConfig
Inheritance
object
ManagedZoneDnsSecConfig
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dns.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.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
Type | Description |
---|---|
System.Collections.Generic.IList<T><DnsKeySpec> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
string |
State
Specifies whether DNSSEC is enabled, and what mode it is in.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |