Class ComputeUrlMapTest.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapTest.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapTest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapTest
@Stability(Stable) @Internal public static final class ComputeUrlMapTest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapTest
An implementation forComputeUrlMapTest
-
-
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.ComputeUrlMapTest
ComputeUrlMapTest.Builder, ComputeUrlMapTest.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapTest.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapTest.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()The backend service or backend bucket link that should be matched by this test.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(ComputeUrlMapTest.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapTest.Builder.
-
-
Method Detail
-
getHost
public final String getHost()
Description copied from interface:ComputeUrlMapTestHost portion of the URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#host ComputeUrlMap#host}
- Specified by:
getHostin interfaceComputeUrlMapTest
-
getPath
public final String getPath()
Description copied from interface:ComputeUrlMapTestPath portion of the URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#path ComputeUrlMap#path}
- Specified by:
getPathin interfaceComputeUrlMapTest
-
getService
public final String getService()
Description copied from interface:ComputeUrlMapTestThe backend service or backend bucket link that should be matched by this test.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#service ComputeUrlMap#service}
- Specified by:
getServicein interfaceComputeUrlMapTest
-
getDescription
public final String getDescription()
Description copied from interface:ComputeUrlMapTestDescription of this test case.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 interfaceComputeUrlMapTest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-