Reference documentation and code samples for the Compute V1 Client class ConsistentHashLoadBalancerSettingsHttpCookie.
The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.
Generated from protobuf message google.cloud.compute.v1.ConsistentHashLoadBalancerSettingsHttpCookie
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the cookie. |
↳ path |
string
Path to set for the cookie. |
↳ ttl |
Google\Cloud\Compute\V1\Duration
Lifetime of the cookie. |
getName
Name of the cookie.
Returns | |
---|---|
Type | Description |
string |
hasName
clearName
setName
Name of the cookie.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPath
Path to set for the cookie.
Returns | |
---|---|
Type | Description |
string |
hasPath
clearPath
setPath
Path to set for the cookie.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTtl
Lifetime of the cookie.
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\Duration|null |
hasTtl
clearTtl
setTtl
Lifetime of the cookie.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Compute\V1\Duration
|
Returns | |
---|---|
Type | Description |
$this |