Package com.pulumi.gcp.compute.inputs
Class URLMapHostRuleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.inputs.URLMapHostRuleArgs
-
public final class URLMapHostRuleArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URLMapHostRuleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static URLMapHostRuleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URLMapHostRuleArgs.Builder
builder()
static URLMapHostRuleArgs.Builder
builder(URLMapHostRuleArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
com.pulumi.core.Output<java.util.List<java.lang.String>>
hosts()
com.pulumi.core.Output<java.lang.String>
pathMatcher()
-
-
-
Field Detail
-
Empty
public static final URLMapHostRuleArgs Empty
-
-
Method Detail
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- An optional description of this resource. Provide this property when you create the resource.
-
hosts
public com.pulumi.core.Output<java.util.List<java.lang.String>> hosts()
- Returns:
- The list of host patterns to match. They must be valid hostnames, except * will match any string of ([a-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by either - or ..
-
pathMatcher
public com.pulumi.core.Output<java.lang.String> pathMatcher()
- Returns:
- The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.
-
builder
public static URLMapHostRuleArgs.Builder builder()
-
builder
public static URLMapHostRuleArgs.Builder builder(URLMapHostRuleArgs defaults)
-
-