Class ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
An implementation forComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
-
-
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.ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder, ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.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)NumbergetRangeEnd()The end of the range (exclusive).NumbergetRangeStart()The start of the range (inclusive).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(ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder.
-
-
Method Detail
-
getRangeEnd
public final Number getRangeEnd()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatchThe end of the range (exclusive).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#range_end ComputeUrlMap#range_end}
- Specified by:
getRangeEndin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
-
getRangeStart
public final Number getRangeStart()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatchThe start of the range (inclusive).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#range_start ComputeUrlMap#range_start}
- Specified by:
getRangeStartin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-