Class ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddomains_registration.ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
@Stability(Stable) @Internal public static final class ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
An implementation forClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.clouddomains_registration.ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Builder, ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAlgorithm()The algorithm used to generate the referenced DNSKEY.StringgetDigest()The digest generated from the referenced DNSKEY.StringgetDigestType()The hash function used to generate the digest of the referenced DNSKEY.NumbergetKeyTag()The key tag of the record.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Builder.
-
-
Method Detail
-
getAlgorithm
public final String getAlgorithm()
Description copied from interface:ClouddomainsRegistrationDnsSettingsCustomDnsDsRecordsThe algorithm used to generate the referenced DNSKEY.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#algorithm ClouddomainsRegistration#algorithm}
- Specified by:
getAlgorithmin interfaceClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
-
getDigest
public final String getDigest()
Description copied from interface:ClouddomainsRegistrationDnsSettingsCustomDnsDsRecordsThe digest generated from the referenced DNSKEY.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#digest ClouddomainsRegistration#digest}
- Specified by:
getDigestin interfaceClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
-
getDigestType
public final String getDigestType()
Description copied from interface:ClouddomainsRegistrationDnsSettingsCustomDnsDsRecordsThe hash function used to generate the digest of the referenced DNSKEY.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#digest_type ClouddomainsRegistration#digest_type}
- Specified by:
getDigestTypein interfaceClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
-
getKeyTag
public final Number getKeyTag()
Description copied from interface:ClouddomainsRegistrationDnsSettingsCustomDnsDsRecordsThe key tag of the record. Must be set in range 0 -- 65535.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#key_tag ClouddomainsRegistration#key_tag}
- Specified by:
getKeyTagin interfaceClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-