Package com.pulumi.gcp.dns.outputs
Class RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer
- java.lang.Object
-
- com.pulumi.gcp.dns.outputs.RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer
-
public final class RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer.Builder
builder()
static RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer.Builder
builder(RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer defaults)
java.lang.String
ipAddress()
java.lang.String
ipProtocol()
java.lang.String
loadBalancerType()
java.lang.String
networkUrl()
java.lang.String
port()
java.lang.String
project()
java.util.Optional<java.lang.String>
region()
-
-
-
Method Detail
-
ipAddress
public java.lang.String ipAddress()
- Returns:
- The frontend IP address of the load balancer.
-
ipProtocol
public java.lang.String ipProtocol()
- Returns:
- The configured IP protocol of the load balancer. This value is case-sensitive. Possible values: ["tcp", "udp"]
-
loadBalancerType
public java.lang.String loadBalancerType()
- Returns:
- The type of load balancer. This value is case-sensitive. Possible values: ["regionalL4ilb", "regionalL7ilb", "globalL7ilb"]
-
networkUrl
public java.lang.String networkUrl()
- Returns:
- The fully qualified url of the network in which the load balancer belongs. This should be formatted like `projects/{project}/global/networks/{network}` or `https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`.
-
port
public java.lang.String port()
- Returns:
- The configured port of the load balancer.
-
project
public java.lang.String project()
- Returns:
- The ID of the project in which the load balancer belongs.
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- The region of the load balancer. Only needed for regional load balancers.
-
builder
public static RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancer.Builder builder()
-
-