Package com.pulumi.cloudflare.inputs
Class TunnelConfigConfigIngressRuleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.cloudflare.inputs.TunnelConfigConfigIngressRuleArgs
-
public final class TunnelConfigConfigIngressRuleArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TunnelConfigConfigIngressRuleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TunnelConfigConfigIngressRuleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TunnelConfigConfigIngressRuleArgs.Builder
builder()
static TunnelConfigConfigIngressRuleArgs.Builder
builder(TunnelConfigConfigIngressRuleArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
hostname()
java.util.Optional<com.pulumi.core.Output<TunnelConfigConfigIngressRuleOriginRequestArgs>>
originRequest()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
path()
com.pulumi.core.Output<java.lang.String>
service()
-
-
-
Field Detail
-
Empty
public static final TunnelConfigConfigIngressRuleArgs Empty
-
-
Method Detail
-
hostname
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> hostname()
- Returns:
- Hostname to match the incoming request with. If the hostname matches, the request will be sent to the service.
-
originRequest
public java.util.Optional<com.pulumi.core.Output<TunnelConfigConfigIngressRuleOriginRequestArgs>> originRequest()
-
path
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> path()
- Returns:
- Path of the incoming request. If the path matches, the request will be sent to the local service.
-
service
public com.pulumi.core.Output<java.lang.String> service()
- Returns:
- Name of the service to which the request will be sent.
-
builder
public static TunnelConfigConfigIngressRuleArgs.Builder builder()
-
builder
public static TunnelConfigConfigIngressRuleArgs.Builder builder(TunnelConfigConfigIngressRuleArgs defaults)
-
-