Package com.pulumi.gcp.compute
Class RegionTargetTcpProxyArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.RegionTargetTcpProxyArgs
-
public final class RegionTargetTcpProxyArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegionTargetTcpProxyArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RegionTargetTcpProxyArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
backendService()
static RegionTargetTcpProxyArgs.Builder
builder()
static RegionTargetTcpProxyArgs.Builder
builder(RegionTargetTcpProxyArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
proxyBind()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
proxyHeader()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
region()
-
-
-
Field Detail
-
Empty
public static final RegionTargetTcpProxyArgs Empty
-
-
Method Detail
-
backendService
public com.pulumi.core.Output<java.lang.String> backendService()
- Returns:
- A reference to the BackendService resource. ***
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- An optional description of this resource.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `a-z?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
-
project
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
-
proxyBind
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> proxyBind()
- Returns:
- This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.
-
proxyHeader
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> proxyHeader()
- Returns:
- Specifies the type of proxy header to append before sending data to the backend. Default value is `NONE`. Possible values are: `NONE`, `PROXY_V1`.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The Region in which the created target TCP proxy should reside. If it is not provided, the provider region is used.
-
builder
public static RegionTargetTcpProxyArgs.Builder builder()
-
builder
public static RegionTargetTcpProxyArgs.Builder builder(RegionTargetTcpProxyArgs defaults)
-
-