Show / Hide Table of Contents

Class ManagedZoneDnssecConfig

Inheritance
System.Object
ManagedZoneDnssecConfig
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: Pulumi.Gcp.Dns.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneDnssecConfig

Fields

View Source

DefaultKeySpecs

Specifies parameters that will be used for generating initial DnsKeys for this ManagedZone. If you provide a spec for keySigning or zoneSigning, you must also provide one for the other. default_key_specs can only be updated when the state is off. Structure is documented below.

Declaration
public readonly ImmutableArray<ManagedZoneDnssecConfigDefaultKeySpec> DefaultKeySpecs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ManagedZoneDnssecConfigDefaultKeySpec>
View Source

Kind

Identifies what kind of resource this is

Declaration
public readonly string Kind
Field Value
Type Description
System.String
View Source

NonExistence

Specifies the mechanism used to provide authenticated denial-of-existence responses. non_existence can only be updated when the state is off.

Declaration
public readonly string NonExistence
Field Value
Type Description
System.String
View Source

State

Specifies whether DNSSEC is enabled, and what mode it is in

Declaration
public readonly string State
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.