Interface ComputeBackendServiceConsistentHashHttpCookie
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeBackendServiceConsistentHashHttpCookie.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.326Z") @Stability(Stable) public interface ComputeBackendServiceConsistentHashHttpCookie extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeBackendServiceConsistentHashHttpCookie.BuilderA builder forComputeBackendServiceConsistentHashHttpCookiestatic classComputeBackendServiceConsistentHashHttpCookie.Jsii$ProxyAn implementation forComputeBackendServiceConsistentHashHttpCookie
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeBackendServiceConsistentHashHttpCookie.Builderbuilder()default StringgetName()Name of the cookie.default StringgetPath()Path to set for the cookie.default ComputeBackendServiceConsistentHashHttpCookieTtlgetTtl()ttl block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @Nullable default String getName()
Name of the cookie.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#name ComputeBackendService#name}
-
getPath
@Stability(Stable) @Nullable default String getPath()
Path to set for the cookie.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#path ComputeBackendService#path}
-
getTtl
@Stability(Stable) @Nullable default ComputeBackendServiceConsistentHashHttpCookieTtl getTtl()
ttl block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#ttl ComputeBackendService#ttl}
-
builder
@Stability(Stable) static ComputeBackendServiceConsistentHashHttpCookie.Builder builder()
-
-