Show / Hide Table of Contents

Class ManagedZoneDnsSecConfig

Inheritance
System.Object
ManagedZoneDnsSecConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v2.Data
Assembly: Google.Apis.Dns.v2.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<DnsKeySpec>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top