Resource: 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.
| JSON representation | 
|---|
{ "name": string, "createTime": string, "updateTime": string, "description": string, "labels": { string: string, ... }, "forwardingRules": [ string ], "extensionChains": [ { object (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Required. Identifier. Name of the   | 
              
createTime | 
                
                   
 Output only. The timestamp when the resource was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. The timestamp when the resource was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
description | 
                
                   
 Optional. A human-readable description of the resource.  | 
              
labels | 
                
                   
 Optional. Set of labels associated with the  The format must comply with the requirements for labels for Google Cloud resources. An object containing a list of   | 
              
forwardingRules[] | 
                
                   
 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   | 
              
extensionChains[] | 
                
                   
 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.  | 
              
loadBalancingScheme | 
                
                   
 Required. All forwarding rules referenced by this extension must share the same load balancing scheme. Supported values:   | 
              
Methods | 
            |
|---|---|
                
 | 
              
                Creates a new LbEdgeExtension resource in a given project and location. | 
            
                
 | 
              
                Deletes the specified LbEdgeExtension resource. | 
            
                
 | 
              
                Gets details of the specified LbEdgeExtension resource. | 
            
                
 | 
              
                Lists LbEdgeExtension resources in a given project and location. | 
            
                
 | 
              
                Updates the parameters of the specified LbEdgeExtension resource. |