Package com.pulumi.gcp.compute.outputs
Class RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd
-
public final class RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd.Builder
builder()
static RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd.Builder
builder(RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd defaults)
java.lang.String
headerName()
java.lang.String
headerValue()
java.lang.Boolean
replace()
-
-
-
Method Detail
-
headerName
public java.lang.String headerName()
- Returns:
- The name of the header.
-
headerValue
public java.lang.String headerValue()
- Returns:
- The value of the header to add.
-
replace
public java.lang.Boolean replace()
- Returns:
- If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.
-
builder
public static RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd.Builder builder()
-
builder
public static RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd.Builder builder(RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd defaults)
-
-