Class: Google::Cloud::Compute::V1::RequestMirrorPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. Loadbalancer does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host / authority header is suffixed with -shadow.

Instance Attribute Summary collapse

Instance Attribute Details

#backend_service::String

Returns The full or partial URL to the BackendService resource being mirrored to.

Returns:

  • (::String)

    The full or partial URL to the BackendService resource being mirrored to.



19591
19592
19593
19594
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19591

class RequestMirrorPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end