Class DnsResponsePolicyRuleLocalDataLocalDatas.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dns_response_policy_rule.DnsResponsePolicyRuleLocalDataLocalDatas.Jsii$Proxy
-
- All Implemented Interfaces:
DnsResponsePolicyRuleLocalDataLocalDatas,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DnsResponsePolicyRuleLocalDataLocalDatas
@Stability(Stable) @Internal public static final class DnsResponsePolicyRuleLocalDataLocalDatas.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DnsResponsePolicyRuleLocalDataLocalDatas
An implementation forDnsResponsePolicyRuleLocalDataLocalDatas
-
-
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.dns_response_policy_rule.DnsResponsePolicyRuleLocalDataLocalDatas
DnsResponsePolicyRuleLocalDataLocalDatas.Builder, DnsResponsePolicyRuleLocalDataLocalDatas.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DnsResponsePolicyRuleLocalDataLocalDatas.Builder builder)Constructor that initializes the object based on literal property values passed by theDnsResponsePolicyRuleLocalDataLocalDatas.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)StringgetName()For example, www.example.com.List<String>getRrdatas()As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).NumbergetTtl()Number of seconds that this ResourceRecordSet can be cached by resolvers.StringgetType()One of valid DNS resource types.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(DnsResponsePolicyRuleLocalDataLocalDatas.Builder builder)
Constructor that initializes the object based on literal property values passed by theDnsResponsePolicyRuleLocalDataLocalDatas.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:DnsResponsePolicyRuleLocalDataLocalDatasFor example, www.example.com.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#name DnsResponsePolicyRule#name}
- Specified by:
getNamein interfaceDnsResponsePolicyRuleLocalDataLocalDatas
-
getType
public final String getType()
Description copied from interface:DnsResponsePolicyRuleLocalDataLocalDatasOne of valid DNS resource types.Possible values: ["A", "AAAA", "CAA", "CNAME", "DNSKEY", "DS", "HTTPS", "IPSECVPNKEY", "MX", "NAPTR", "NS", "PTR", "SOA", "SPF", "SRV", "SSHFP", "SVCB", "TLSA", "TXT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#type DnsResponsePolicyRule#type}
- Specified by:
getTypein interfaceDnsResponsePolicyRuleLocalDataLocalDatas
-
getRrdatas
public final List<String> getRrdatas()
Description copied from interface:DnsResponsePolicyRuleLocalDataLocalDatasAs defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#rrdatas DnsResponsePolicyRule#rrdatas}
- Specified by:
getRrdatasin interfaceDnsResponsePolicyRuleLocalDataLocalDatas
-
getTtl
public final Number getTtl()
Description copied from interface:DnsResponsePolicyRuleLocalDataLocalDatasNumber of seconds that this ResourceRecordSet can be cached by resolvers.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#ttl DnsResponsePolicyRule#ttl}
- Specified by:
getTtlin interfaceDnsResponsePolicyRuleLocalDataLocalDatas
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-