Package com.pulumi.gcp.compute
Class RegionTargetHttpProxyArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.RegionTargetHttpProxyArgs
-
public final class RegionTargetHttpProxyArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegionTargetHttpProxyArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RegionTargetHttpProxyArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegionTargetHttpProxyArgs.Builder
builder()
static RegionTargetHttpProxyArgs.Builder
builder(RegionTargetHttpProxyArgs 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.String>>
region()
com.pulumi.core.Output<java.lang.String>
urlMap()
-
-
-
Field Detail
-
Empty
public static final RegionTargetHttpProxyArgs Empty
-
-
Method Detail
-
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.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The Region in which the created target https proxy should reside. If it is not provided, the provider region is used.
-
urlMap
public com.pulumi.core.Output<java.lang.String> urlMap()
- Returns:
- A reference to the RegionUrlMap resource that defines the mapping from URL to the BackendService. ***
-
builder
public static RegionTargetHttpProxyArgs.Builder builder()
-
builder
public static RegionTargetHttpProxyArgs.Builder builder(RegionTargetHttpProxyArgs defaults)
-
-