Class ManagedZoneDnssecConfigDefaultKeySpecArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneDnssecConfigDefaultKeySpecArgs : ResourceArgs
Constructors
View SourceManagedZoneDnssecConfigDefaultKeySpecArgs()
Declaration
public ManagedZoneDnssecConfigDefaultKeySpecArgs()
Properties
View SourceAlgorithm
String mnemonic specifying the DNSSEC algorithm of this key
Declaration
public Input<string> Algorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyLength
Length of the keys in bits
Declaration
public Input<int> KeyLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
Kind
Identifies what kind of resource this is
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |