Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendServiceHttpCookie |
BackendServiceHttpCookie.clone() |
BackendServiceHttpCookie |
BackendService.getStrongSessionAffinityCookie()
Describes the HTTP cookie used for stateful session affinity.
|
BackendServiceHttpCookie |
BackendServiceHttpCookie.set(String fieldName,
Object value) |
BackendServiceHttpCookie |
BackendServiceHttpCookie.setName(String name)
Name of the cookie.
|
BackendServiceHttpCookie |
BackendServiceHttpCookie.setPath(String path)
Path to set for the cookie.
|
BackendServiceHttpCookie |
BackendServiceHttpCookie.setTtl(Duration ttl)
Lifetime of the cookie.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setStrongSessionAffinityCookie(BackendServiceHttpCookie strongSessionAffinityCookie)
Describes the HTTP cookie used for stateful session affinity.
|
Copyright © 2011–2025 Google. All rights reserved.