Uses of Class
com.hashicorp.cdktf.providers.google.dns_record_set.DnsRecordSetRoutingPolicyWrr.Builder
-
Packages that use DnsRecordSetRoutingPolicyWrr.Builder Package Description com.hashicorp.cdktf.providers.google.dns_record_set google_dns_record_set -
-
Uses of DnsRecordSetRoutingPolicyWrr.Builder in com.hashicorp.cdktf.providers.google.dns_record_set
Methods in com.hashicorp.cdktf.providers.google.dns_record_set that return DnsRecordSetRoutingPolicyWrr.Builder Modifier and Type Method Description static DnsRecordSetRoutingPolicyWrr.BuilderDnsRecordSetRoutingPolicyWrr. builder()DnsRecordSetRoutingPolicyWrr.BuilderDnsRecordSetRoutingPolicyWrr.Builder. healthCheckedTargets(DnsRecordSetRoutingPolicyWrrHealthCheckedTargets healthCheckedTargets)Sets the value ofDnsRecordSetRoutingPolicyWrr.getHealthCheckedTargets()DnsRecordSetRoutingPolicyWrr.BuilderDnsRecordSetRoutingPolicyWrr.Builder. rrdatas(List<String> rrdatas)Sets the value ofDnsRecordSetRoutingPolicyWrr.getRrdatas()DnsRecordSetRoutingPolicyWrr.BuilderDnsRecordSetRoutingPolicyWrr.Builder. weight(Number weight)Sets the value ofDnsRecordSetRoutingPolicyWrr.getWeight()Constructors in com.hashicorp.cdktf.providers.google.dns_record_set with parameters of type DnsRecordSetRoutingPolicyWrr.Builder Constructor Description Jsii$Proxy(DnsRecordSetRoutingPolicyWrr.Builder builder)Constructor that initializes the object based on literal property values passed by theDnsRecordSetRoutingPolicyWrr.Builder.
-