Interface ComputeBackendServiceLocalityLbPoliciesCustomPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeBackendServiceLocalityLbPoliciesCustomPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.328Z") @Stability(Stable) public interface ComputeBackendServiceLocalityLbPoliciesCustomPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeBackendServiceLocalityLbPoliciesCustomPolicy.BuilderA builder forComputeBackendServiceLocalityLbPoliciesCustomPolicystatic classComputeBackendServiceLocalityLbPoliciesCustomPolicy.Jsii$ProxyAn implementation forComputeBackendServiceLocalityLbPoliciesCustomPolicy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeBackendServiceLocalityLbPoliciesCustomPolicy.Builderbuilder()default StringgetData()An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.StringgetName()Identifies the custom policy.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Identifies the custom policy.The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#name ComputeBackendService#name}
-
getData
@Stability(Stable) @Nullable default String getData()
An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#data ComputeBackendService#data}
-
builder
@Stability(Stable) static ComputeBackendServiceLocalityLbPoliciesCustomPolicy.Builder builder()
-
-