Class: Google::Cloud::NetworkServices::V1::TlsRoute::RouteAction

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

Overview

The specifications for routing traffic and applying associated policies.

Instance Attribute Summary collapse

Instance Attribute Details

#destinations::Array<::Google::Cloud::NetworkServices::V1::TlsRoute::RouteDestination>

Returns Required. The destination services to which traffic should be forwarded. At least one destination service is required.

Returns:



121
122
123
124
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 121

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

#idle_timeout::Google::Protobuf::Duration

Returns Optional. Specifies the idle timeout for the selected route. The idle timeout is defined as the period in which there are no bytes sent or received on either the upstream or downstream connection. If not set, the default idle timeout is 1 hour. If set to 0s, the timeout will be disabled.

Returns:

  • (::Google::Protobuf::Duration)

    Optional. Specifies the idle timeout for the selected route. The idle timeout is defined as the period in which there are no bytes sent or received on either the upstream or downstream connection. If not set, the default idle timeout is 1 hour. If set to 0s, the timeout will be disabled.



121
122
123
124
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 121

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