Package com.pulumi.gcp.compute.outputs
Class URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch
-
public final class URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch.Builder
builder()
static URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch.Builder
builder(URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch defaults)
java.lang.Integer
rangeEnd()
java.lang.Integer
rangeStart()
-
-
-
Method Detail
-
rangeEnd
public java.lang.Integer rangeEnd()
- Returns:
- The end of the range (exclusive).
-
rangeStart
public java.lang.Integer rangeStart()
- Returns:
- The start of the range (inclusive).
-
builder
public static URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch.Builder builder()
-
builder
public static URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch.Builder builder(URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch defaults)
-
-