Interface ComputeRegionUrlMapTest
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionUrlMapTest.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.891Z") @Stability(Stable) public interface ComputeRegionUrlMapTest extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionUrlMapTest.BuilderA builder forComputeRegionUrlMapTeststatic classComputeRegionUrlMapTest.Jsii$ProxyAn implementation forComputeRegionUrlMapTest
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRegionUrlMapTest.Builderbuilder()default 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.
-
-
-
Method Detail
-
getHost
@Stability(Stable) @NotNull String getHost()
Host 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}
-
getPath
@Stability(Stable) @NotNull String getPath()
Path 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}
-
getService
@Stability(Stable) @NotNull String getService()
A 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}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description 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}
-
builder
@Stability(Stable) static ComputeRegionUrlMapTest.Builder builder()
- Returns:
- a
ComputeRegionUrlMapTest.BuilderofComputeRegionUrlMapTest
-
-