Class ComputeRegionUrlMapTest.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapTest.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionUrlMapTest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionUrlMapTest
@Stability(Stable) @Internal public static final class ComputeRegionUrlMapTest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionUrlMapTest
An implementation forComputeRegionUrlMapTest
-
-
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_region_url_map.ComputeRegionUrlMapTest
ComputeRegionUrlMapTest.Builder, ComputeRegionUrlMapTest.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionUrlMapTest.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapTest.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()Description of this test case.StringgetHost()Host portion of the URL.StringgetPath()Path portion of the URL.StringgetService()A reference to expected RegionBackendService resource the given URL should be mapped to.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(ComputeRegionUrlMapTest.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapTest.Builder.
-
-
Method Detail
-
getHost
public final String getHost()
Description copied from interface:ComputeRegionUrlMapTestHost portion of the URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#host ComputeRegionUrlMap#host}
- Specified by:
getHostin interfaceComputeRegionUrlMapTest
-
getPath
public final String getPath()
Description copied from interface:ComputeRegionUrlMapTestPath portion of the URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#path ComputeRegionUrlMap#path}
- Specified by:
getPathin interfaceComputeRegionUrlMapTest
-
getService
public final String getService()
Description copied from interface:ComputeRegionUrlMapTestA reference to expected RegionBackendService resource the given URL should be mapped to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#service ComputeRegionUrlMap#service}
- Specified by:
getServicein interfaceComputeRegionUrlMapTest
-
getDescription
public final String getDescription()
Description copied from interface:ComputeRegionUrlMapTestDescription of this test case.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#description ComputeRegionUrlMap#description}
- Specified by:
getDescriptionin interfaceComputeRegionUrlMapTest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-