Class RegionTargetTcpProxyArgs


  • public final class RegionTargetTcpProxyArgs
    extends com.pulumi.resources.ResourceArgs
    • 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.