Class ComputeUrlMapHostRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapHostRule.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapHostRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapHostRule
@Stability(Stable) @Internal public static final class ComputeUrlMapHostRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapHostRule
An implementation forComputeUrlMapHostRule
-
-
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.ComputeUrlMapHostRule
ComputeUrlMapHostRule.Builder, ComputeUrlMapHostRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapHostRule.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapHostRule.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)StringgetDescription()An optional description of this resource.List<String>getHosts()The list of host patterns to match.StringgetPathMatcher()The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.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(ComputeUrlMapHostRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapHostRule.Builder.
-
-
Method Detail
-
getHosts
public final List<String> getHosts()
Description copied from interface:ComputeUrlMapHostRuleThe list of host patterns to match.They must be valid hostnames, except * will match any string of ([a-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by either - or .. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#hosts ComputeUrlMap#hosts}
- Specified by:
getHostsin interfaceComputeUrlMapHostRule
-
getPathMatcher
public final String getPathMatcher()
Description copied from interface:ComputeUrlMapHostRuleThe name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#path_matcher ComputeUrlMap#path_matcher}
- Specified by:
getPathMatcherin interfaceComputeUrlMapHostRule
-
getDescription
public final String getDescription()
Description copied from interface:ComputeUrlMapHostRuleAn 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 interfaceComputeUrlMapHostRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-