Interface ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.844Z") @Stability(Stable) public interface ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.BuilderA builder forComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicystatic classComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Jsii$ProxyAn implementation forComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Builderbuilder()default StringgetBackendService()The full or partial URL to the RegionBackendService resource being mirrored to.
-
-
-
Method Detail
-
getBackendService
@Stability(Stable) @Nullable default String getBackendService()
The full or partial URL to the RegionBackendService resource being mirrored to.The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#backend_service ComputeRegionUrlMap#backend_service}
-
builder
@Stability(Stable) static ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Builder builder()
-
-