GoogleApi.NetworkServices.V1.Model.LbRouteExtension (google_api_network_services v0.11.0)
View SourceLbRouteExtension is a resource that lets you control where traffic is routed to for a given request.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The timestamp when the resource was created. -
description(type:String.t, default:nil) - Optional. A human-readable description of the resource. -
extensionChains(type:list(GoogleApi.NetworkServices.V1.Model.ExtensionChain.t), default:nil) - 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. -
forwardingRules(type:list(String.t), default:nil) - Required. A list of references to the forwarding rules to which this service extension is attached. At least one forwarding rule is required. There can be only oneLbRouteExtensionresource per forwarding rule. -
labels(type:map(), default:nil) - Optional. Set of labels associated with theLbRouteExtensionresource. The format must comply with the requirements for labels for Google Cloud resources. -
loadBalancingScheme(type:String.t, default:nil) - Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values:INTERNAL_MANAGED,EXTERNAL_MANAGED. For more information, refer to Backend services overview. -
metadata(type:map(), default:nil) - Optional. The metadata provided here is included as part of themetadata_context(of typegoogle.protobuf.Struct) in theProcessingRequestmessage sent to the extension server. The metadata is available under the namespacecom.google.lb_route_extension.. The following variables are supported in the metadata Struct:{forwarding_rule_id}- substituted with the forwarding rule's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error. -
name(type:String.t, default:nil) - Required. Identifier. Name of theLbRouteExtensionresource in the following format:projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}. -
updateTime(type:DateTime.t, default:nil) - Output only. The timestamp when the resource was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.LbRouteExtension{ createTime: DateTime.t() | nil, description: String.t() | nil, extensionChains: [GoogleApi.NetworkServices.V1.Model.ExtensionChain.t()] | nil, forwardingRules: [String.t()] | nil, labels: map() | nil, loadBalancingScheme: String.t() | nil, metadata: map() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }