Class DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dns_record_set.DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Jsii$Proxy
-
- All Implemented Interfaces:
DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
@Stability(Stable) @Internal public static final class DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
An implementation forDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
-
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_record_set.DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Builder, DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Builder builder)Constructor that initializes the object based on literal property values passed by theDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.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)StringgetIpAddress()The frontend IP address of the load balancer.StringgetIpProtocol()The configured IP protocol of the load balancer.StringgetLoadBalancerType()The type of load balancer.StringgetNetworkUrl()The fully qualified url of the network in which the load balancer belongs.StringgetPort()The configured port of the load balancer.StringgetProject()The ID of the project in which the load balancer belongs.StringgetRegion()The region of the load balancer.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(DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Builder builder)
Constructor that initializes the object based on literal property values passed by theDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.Builder.
-
-
Method Detail
-
getIpAddress
public final String getIpAddress()
Description copied from interface:DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersThe frontend IP address of the load balancer.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#ip_address DnsRecordSet#ip_address}
- Specified by:
getIpAddressin interfaceDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
getIpProtocol
public final String getIpProtocol()
Description copied from interface:DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersThe configured IP protocol of the load balancer. This value is case-sensitive. Possible values: ["tcp", "udp"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#ip_protocol DnsRecordSet#ip_protocol}
- Specified by:
getIpProtocolin interfaceDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
getNetworkUrl
public final String getNetworkUrl()
Description copied from interface:DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersThe fully qualified url of the network in which the load balancer belongs. This should be formatted likehttps://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#network_url DnsRecordSet#network_url}
- Specified by:
getNetworkUrlin interfaceDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
getPort
public final String getPort()
Description copied from interface:DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersThe configured port of the load balancer.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#port DnsRecordSet#port}
- Specified by:
getPortin interfaceDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
getProject
public final String getProject()
Description copied from interface:DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersThe ID of the project in which the load balancer belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#project DnsRecordSet#project}
- Specified by:
getProjectin interfaceDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
getLoadBalancerType
public final String getLoadBalancerType()
Description copied from interface:DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersThe type of load balancer. This value is case-sensitive. Possible values: ["regionalL4ilb", "regionalL7ilb", "globalL7ilb"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#load_balancer_type DnsRecordSet#load_balancer_type}
- Specified by:
getLoadBalancerTypein interfaceDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
getRegion
public final String getRegion()
Description copied from interface:DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersThe region of the load balancer. Only needed for regional load balancers.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#region DnsRecordSet#region}
- Specified by:
getRegionin interfaceDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-