Class ComputeUrlMapPathMatcher.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcher.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcher,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcher
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcher.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcher
An implementation forComputeUrlMapPathMatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcher
ComputeUrlMapPathMatcher.Builder, ComputeUrlMapPathMatcher.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcher.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcher.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ComputeUrlMapPathMatcherDefaultRouteActiongetDefaultRouteAction()default_route_action block.StringgetDefaultService()The backend service or backend bucket to use when none of the given paths match.ComputeUrlMapPathMatcherDefaultUrlRedirectgetDefaultUrlRedirect()default_url_redirect block.StringgetDescription()An optional description of this resource.ComputeUrlMapPathMatcherHeaderActiongetHeaderAction()header_action block.StringgetName()The name to which this PathMatcher is referred by the HostRule.ObjectgetPathRule()path_rule block.ObjectgetRouteRules()route_rules block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeUrlMapPathMatcher.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcher.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeUrlMapPathMatcherThe name to which this PathMatcher is referred by the HostRule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#name ComputeUrlMap#name}
- Specified by:
getNamein interfaceComputeUrlMapPathMatcher
-
getDefaultRouteAction
public final ComputeUrlMapPathMatcherDefaultRouteAction getDefaultRouteAction()
Description copied from interface:ComputeUrlMapPathMatcherdefault_route_action block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#default_route_action ComputeUrlMap#default_route_action}
- Specified by:
getDefaultRouteActionin interfaceComputeUrlMapPathMatcher
-
getDefaultService
public final String getDefaultService()
Description copied from interface:ComputeUrlMapPathMatcherThe backend service or backend bucket to use when none of the given paths match.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#default_service ComputeUrlMap#default_service}
- Specified by:
getDefaultServicein interfaceComputeUrlMapPathMatcher
-
getDefaultUrlRedirect
public final ComputeUrlMapPathMatcherDefaultUrlRedirect getDefaultUrlRedirect()
Description copied from interface:ComputeUrlMapPathMatcherdefault_url_redirect block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#default_url_redirect ComputeUrlMap#default_url_redirect}
- Specified by:
getDefaultUrlRedirectin interfaceComputeUrlMapPathMatcher
-
getDescription
public final String getDescription()
Description copied from interface:ComputeUrlMapPathMatcherAn optional description of this resource. Provide this property when you create the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#description ComputeUrlMap#description}
- Specified by:
getDescriptionin interfaceComputeUrlMapPathMatcher
-
getHeaderAction
public final ComputeUrlMapPathMatcherHeaderAction getHeaderAction()
Description copied from interface:ComputeUrlMapPathMatcherheader_action block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#header_action ComputeUrlMap#header_action}
- Specified by:
getHeaderActionin interfaceComputeUrlMapPathMatcher
-
getPathRule
public final Object getPathRule()
Description copied from interface:ComputeUrlMapPathMatcherpath_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#path_rule ComputeUrlMap#path_rule}
- Specified by:
getPathRulein interfaceComputeUrlMapPathMatcher
-
getRouteRules
public final Object getRouteRules()
Description copied from interface:ComputeUrlMapPathMatcherroute_rules block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#route_rules ComputeUrlMap#route_rules}
- Specified by:
getRouteRulesin interfaceComputeUrlMapPathMatcher
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-