Reference documentation and code samples for the Google Cloud Network Services V1 Client class LbEdgeExtension.
LbEdgeExtension is a resource that lets the extension service influence
the selection of backend services and Cloud CDN cache keys by modifying
request headers.
Generated from protobuf message google.cloud.networkservices.v1.LbEdgeExtension
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Identifier. Name of the |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The timestamp when the resource was created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The timestamp when the resource was updated. |
↳ description |
string
Optional. A human-readable description of the resource. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. Set of labels associated with the |
↳ forwarding_rules |
array
Required. A list of references to the forwarding rules to which this service extension is attached. At least one forwarding rule is required. Only one |
↳ extension_chains |
array<ExtensionChain>
Required. A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed. Any subsequent extension chains do not execute. Limited to 5 extension chains per resource. |
↳ load_balancing_scheme |
int
Required. All forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: |
getName
Required. Identifier. Name of the LbEdgeExtension resource in the
following format:
projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Identifier. Name of the LbEdgeExtension resource in the
following format:
projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The timestamp when the resource was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp when the resource was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. The timestamp when the resource was updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp when the resource was updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Optional. A human-readable description of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Optional. A human-readable description of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Optional. Set of labels associated with the LbEdgeExtension resource.
The format must comply with the requirements for labels for Google Cloud resources.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Optional. Set of labels associated with the LbEdgeExtension resource.
The format must comply with the requirements for labels for Google Cloud resources.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getForwardingRules
Required. A list of references to the forwarding rules to which this service extension is attached. At least one forwarding rule is required.
Only one LbEdgeExtension resource can be associated with a forwarding
rule.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setForwardingRules
Required. A list of references to the forwarding rules to which this service extension is attached. At least one forwarding rule is required.
Only one LbEdgeExtension resource can be associated with a forwarding
rule.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExtensionChains
Required. A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed.
Any subsequent extension chains do not execute. Limited to 5 extension chains per resource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExtensionChains
Required. A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed.
Any subsequent extension chains do not execute. Limited to 5 extension chains per resource.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ExtensionChain>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLoadBalancingScheme
Required. All forwarding rules referenced by this extension must share the same load balancing scheme.
Supported values: EXTERNAL_MANAGED.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type LoadBalancingScheme. |
setLoadBalancingScheme
Required. All forwarding rules referenced by this extension must share the same load balancing scheme.
Supported values: EXTERNAL_MANAGED.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type LoadBalancingScheme. |
| Returns | |
|---|---|
| Type | Description |
$this |
|