Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::HttpRouteAction.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cors_policy
def cors_policy() -> ::Google::Cloud::Compute::V1::CorsPolicy-
(::Google::Cloud::Compute::V1::CorsPolicy) — The specification for allowing client-side cross-origin requests. For more
information about the W3C recommendation for cross-origin resource sharing
(CORS), see Fetch API Living
Standard.
Not supported when the URL map is bound to a target gRPC proxy.
#cors_policy=
def cors_policy=(value) -> ::Google::Cloud::Compute::V1::CorsPolicy-
value (::Google::Cloud::Compute::V1::CorsPolicy) — The specification for allowing client-side cross-origin requests. For more
information about the W3C recommendation for cross-origin resource sharing
(CORS), see Fetch API Living
Standard.
Not supported when the URL map is bound to a target gRPC proxy.
-
(::Google::Cloud::Compute::V1::CorsPolicy) — The specification for allowing client-side cross-origin requests. For more
information about the W3C recommendation for cross-origin resource sharing
(CORS), see Fetch API Living
Standard.
Not supported when the URL map is bound to a target gRPC proxy.
#fault_injection_policy
def fault_injection_policy() -> ::Google::Cloud::Compute::V1::HttpFaultInjection-
(::Google::Cloud::Compute::V1::HttpFaultInjection) —
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests.timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if:
- The traffic is generated by fault injection AND
- The fault injection is not a delay fault injection. Fault injection is not supported with the classic Application Load Balancer . To see which load balancers support fault injection, see Load balancing: Routing and traffic management features.
#fault_injection_policy=
def fault_injection_policy=(value) -> ::Google::Cloud::Compute::V1::HttpFaultInjection-
value (::Google::Cloud::Compute::V1::HttpFaultInjection) —
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests.timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if:
- The traffic is generated by fault injection AND
- The fault injection is not a delay fault injection. Fault injection is not supported with the classic Application Load Balancer . To see which load balancers support fault injection, see Load balancing: Routing and traffic management features.
-
(::Google::Cloud::Compute::V1::HttpFaultInjection) —
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests.timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if:
- The traffic is generated by fault injection AND
- The fault injection is not a delay fault injection. Fault injection is not supported with the classic Application Load Balancer . To see which load balancers support fault injection, see Load balancing: Routing and traffic management features.
#max_stream_duration
def max_stream_duration() -> ::Google::Cloud::Compute::V1::Duration-
(::Google::Cloud::Compute::V1::Duration) — Specifies the maximum duration (timeout) for streams on the selected route.
Unlike the timeout field where the timeout duration starts
from the time the request has been fully processed (known as*end-of-stream*),
the duration in this field is computed from the beginning of the stream
until the response has been processed, including all retries. A
stream that does not complete in this duration is closed.
If not specified, this field uses the maximummaxStreamDuration value among all backend services associated with the route.
This field is only allowed if the Url map is used with backend services with loadBalancingScheme set toINTERNAL_SELF_MANAGED.
#max_stream_duration=
def max_stream_duration=(value) -> ::Google::Cloud::Compute::V1::Duration-
value (::Google::Cloud::Compute::V1::Duration) — Specifies the maximum duration (timeout) for streams on the selected route.
Unlike the timeout field where the timeout duration starts
from the time the request has been fully processed (known as*end-of-stream*),
the duration in this field is computed from the beginning of the stream
until the response has been processed, including all retries. A
stream that does not complete in this duration is closed.
If not specified, this field uses the maximummaxStreamDuration value among all backend services associated with the route.
This field is only allowed if the Url map is used with backend services with loadBalancingScheme set toINTERNAL_SELF_MANAGED.
-
(::Google::Cloud::Compute::V1::Duration) — Specifies the maximum duration (timeout) for streams on the selected route.
Unlike the timeout field where the timeout duration starts
from the time the request has been fully processed (known as*end-of-stream*),
the duration in this field is computed from the beginning of the stream
until the response has been processed, including all retries. A
stream that does not complete in this duration is closed.
If not specified, this field uses the maximummaxStreamDuration value among all backend services associated with the route.
This field is only allowed if the Url map is used with backend services with loadBalancingScheme set toINTERNAL_SELF_MANAGED.
#request_mirror_policy
def request_mirror_policy() -> ::Google::Cloud::Compute::V1::RequestMirrorPolicy-
(::Google::Cloud::Compute::V1::RequestMirrorPolicy) — Specifies the policy on how requests intended for the route's backends
are shadowed to a separate mirrored backend service. The load balancer does
not wait for responses from the shadow service. Before sending traffic
to the shadow service, the host / authority header is suffixed with-shadow.
Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
#request_mirror_policy=
def request_mirror_policy=(value) -> ::Google::Cloud::Compute::V1::RequestMirrorPolicy-
value (::Google::Cloud::Compute::V1::RequestMirrorPolicy) — Specifies the policy on how requests intended for the route's backends
are shadowed to a separate mirrored backend service. The load balancer does
not wait for responses from the shadow service. Before sending traffic
to the shadow service, the host / authority header is suffixed with-shadow.
Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
-
(::Google::Cloud::Compute::V1::RequestMirrorPolicy) — Specifies the policy on how requests intended for the route's backends
are shadowed to a separate mirrored backend service. The load balancer does
not wait for responses from the shadow service. Before sending traffic
to the shadow service, the host / authority header is suffixed with-shadow.
Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
#retry_policy
def retry_policy() -> ::Google::Cloud::Compute::V1::HttpRetryPolicy- (::Google::Cloud::Compute::V1::HttpRetryPolicy) — Specifies the retry policy associated with this route.
#retry_policy=
def retry_policy=(value) -> ::Google::Cloud::Compute::V1::HttpRetryPolicy- value (::Google::Cloud::Compute::V1::HttpRetryPolicy) — Specifies the retry policy associated with this route.
- (::Google::Cloud::Compute::V1::HttpRetryPolicy) — Specifies the retry policy associated with this route.
#timeout
def timeout() -> ::Google::Cloud::Compute::V1::Duration-
(::Google::Cloud::Compute::V1::Duration) — Specifies the timeout for the selected route. Timeout is computed from the
time the request has been fully processed (known as end-of-stream)
up until the response has been processed. Timeout includes
all retries.
If not specified, this field uses the largest timeout among all backend services associated with the route.
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
#timeout=
def timeout=(value) -> ::Google::Cloud::Compute::V1::Duration-
value (::Google::Cloud::Compute::V1::Duration) — Specifies the timeout for the selected route. Timeout is computed from the
time the request has been fully processed (known as end-of-stream)
up until the response has been processed. Timeout includes
all retries.
If not specified, this field uses the largest timeout among all backend services associated with the route.
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
-
(::Google::Cloud::Compute::V1::Duration) — Specifies the timeout for the selected route. Timeout is computed from the
time the request has been fully processed (known as end-of-stream)
up until the response has been processed. Timeout includes
all retries.
If not specified, this field uses the largest timeout among all backend services associated with the route.
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
#url_rewrite
def url_rewrite() -> ::Google::Cloud::Compute::V1::UrlRewrite-
(::Google::Cloud::Compute::V1::UrlRewrite) — The spec to modify the URL of the request, before forwarding the request
to the matched service.
urlRewrite is the only action supported in UrlMaps for classic Application Load Balancers.
Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
#url_rewrite=
def url_rewrite=(value) -> ::Google::Cloud::Compute::V1::UrlRewrite-
value (::Google::Cloud::Compute::V1::UrlRewrite) — The spec to modify the URL of the request, before forwarding the request
to the matched service.
urlRewrite is the only action supported in UrlMaps for classic Application Load Balancers.
Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
-
(::Google::Cloud::Compute::V1::UrlRewrite) — The spec to modify the URL of the request, before forwarding the request
to the matched service.
urlRewrite is the only action supported in UrlMaps for classic Application Load Balancers.
Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
#weighted_backend_services
def weighted_backend_services() -> ::Array<::Google::Cloud::Compute::V1::WeightedBackendService>-
(::Array<::Google::Cloud::Compute::V1::WeightedBackendService>) — A list of weighted backend services to send traffic to when a route match
occurs. The weights determine the fraction of traffic that flows to
their corresponding backend service. If all traffic needs to
go to a single backend service, there must be oneweightedBackendService with weight set to a non-zero number.
After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
#weighted_backend_services=
def weighted_backend_services=(value) -> ::Array<::Google::Cloud::Compute::V1::WeightedBackendService>-
value (::Array<::Google::Cloud::Compute::V1::WeightedBackendService>) — A list of weighted backend services to send traffic to when a route match
occurs. The weights determine the fraction of traffic that flows to
their corresponding backend service. If all traffic needs to
go to a single backend service, there must be oneweightedBackendService with weight set to a non-zero number.
After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
-
(::Array<::Google::Cloud::Compute::V1::WeightedBackendService>) — A list of weighted backend services to send traffic to when a route match
occurs. The weights determine the fraction of traffic that flows to
their corresponding backend service. If all traffic needs to
go to a single backend service, there must be oneweightedBackendService with weight set to a non-zero number.
After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.