Package com.pulumi.cloudflare.inputs
Class PageRuleActionsCacheKeyFieldsHostArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.cloudflare.inputs.PageRuleActionsCacheKeyFieldsHostArgs
-
public final class PageRuleActionsCacheKeyFieldsHostArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PageRuleActionsCacheKeyFieldsHostArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PageRuleActionsCacheKeyFieldsHostArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PageRuleActionsCacheKeyFieldsHostArgs.Builder
builder()
static PageRuleActionsCacheKeyFieldsHostArgs.Builder
builder(PageRuleActionsCacheKeyFieldsHostArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
resolved()
-
-
-
Field Detail
-
Empty
public static final PageRuleActionsCacheKeyFieldsHostArgs Empty
-
-
Method Detail
-
resolved
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> resolved()
- Returns:
- `false` (default) - includes the Host header in the HTTP request sent to the origin; `true` - includes the Host header that was resolved to get the origin IP for the request (e.g. changed with Resolve Override Page Rule).
-
builder
public static PageRuleActionsCacheKeyFieldsHostArgs.Builder builder()
-
builder
public static PageRuleActionsCacheKeyFieldsHostArgs.Builder builder(PageRuleActionsCacheKeyFieldsHostArgs defaults)
-
-