Package com.pulumi.gcp.compute.outputs
Class URLMapHeaderAction
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.URLMapHeaderAction
-
public final class URLMapHeaderAction extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URLMapHeaderAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URLMapHeaderAction.Builder
builder()
static URLMapHeaderAction.Builder
builder(URLMapHeaderAction defaults)
java.util.List<URLMapHeaderActionRequestHeadersToAdd>
requestHeadersToAdds()
java.util.List<java.lang.String>
requestHeadersToRemoves()
java.util.List<URLMapHeaderActionResponseHeadersToAdd>
responseHeadersToAdds()
java.util.List<java.lang.String>
responseHeadersToRemoves()
-
-
-
Method Detail
-
requestHeadersToAdds
public java.util.List<URLMapHeaderActionRequestHeadersToAdd> requestHeadersToAdds()
- Returns:
- Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.
-
requestHeadersToRemoves
public java.util.List<java.lang.String> requestHeadersToRemoves()
- Returns:
- A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.
-
responseHeadersToAdds
public java.util.List<URLMapHeaderActionResponseHeadersToAdd> responseHeadersToAdds()
- Returns:
- Headers to add the response prior to sending the response back to the client. Structure is documented below.
-
responseHeadersToRemoves
public java.util.List<java.lang.String> responseHeadersToRemoves()
- Returns:
- A list of header names for headers that need to be removed from the response prior to sending the response back to the client.
-
builder
public static URLMapHeaderAction.Builder builder()
-
builder
public static URLMapHeaderAction.Builder builder(URLMapHeaderAction defaults)
-
-