Show / Hide Table of Contents

Class ManagedZoneDnssecConfigDefaultKeySpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedZoneDnssecConfigDefaultKeySpecArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneDnssecConfigDefaultKeySpecArgs : ResourceArgs

Constructors

View Source

ManagedZoneDnssecConfigDefaultKeySpecArgs()

Declaration
public ManagedZoneDnssecConfigDefaultKeySpecArgs()

Properties

View Source

Algorithm

String mnemonic specifying the DNSSEC algorithm of this key

Declaration
public Input<string> Algorithm { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyLength

Length of the keys in bits

Declaration
public Input<int> KeyLength { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

KeyType

Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.

Declaration
public Input<string> KeyType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Kind

Identifies what kind of resource this is

Declaration
public Input<string> Kind { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.