GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::AppMesh::HttpRetryPolicy(3) User Contributed Perl Documentation Paws::AppMesh::HttpRetryPolicy(3)

Paws::AppMesh::HttpRetryPolicy

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::AppMesh::HttpRetryPolicy object:

  $service_obj->Method(Att1 => { HttpRetryEvents => $value, ..., TcpRetryEvents => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::AppMesh::HttpRetryPolicy object:

  $result = $service_obj->Method(...);
  $result->Att1->HttpRetryEvents

An object that represents a retry policy. Specify at least one value for at least one of the types of "RetryEvents", a value for "maxRetries", and a value for "perRetryTimeout". Both "server-error" and "gateway-error" under "httpRetryEvents" include the Envoy "reset" policy. For more information on the "reset" policy, see the Envoy documentation (https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on).

Specify at least one of the following values.

  • server-error – HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511
  • gateway-error – HTTP status codes 502, 503, and 504
  • client-error – HTTP status code 409
  • stream-error – Retry on refused stream

REQUIRED MaxRetries => Int

The maximum number of retry attempts.

REQUIRED PerRetryTimeout => Paws::AppMesh::Duration

The timeout for each retry attempt.

Specify a valid value. The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.

This class forms part of Paws, describing an object used in Paws::AppMesh

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.