Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AwsClusters::Client::Configuration::Rpcs.
Configuration RPC class for the AwsClusters API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method
and includes
the following configuration fields:
-
timeout
(type:Numeric
) - The call timeout in seconds -
metadata
(type:Hash{Symbol=>String}
) - Additional gRPC headers -
retry_policy (type:
Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay
(type:Numeric
) - The initial delay in seconds. -
:max_delay
(type:Numeric
) - The max delay in seconds. -
:multiplier
(type:Numeric
) - The incremental backoff multiplier. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
-
Inherits
- Object
Methods
#create_aws_cluster
def create_aws_cluster() -> ::Gapic::Config::Method
RPC-specific configuration for create_aws_cluster
- (::Gapic::Config::Method)
#create_aws_node_pool
def create_aws_node_pool() -> ::Gapic::Config::Method
RPC-specific configuration for create_aws_node_pool
- (::Gapic::Config::Method)
#delete_aws_cluster
def delete_aws_cluster() -> ::Gapic::Config::Method
RPC-specific configuration for delete_aws_cluster
- (::Gapic::Config::Method)
#delete_aws_node_pool
def delete_aws_node_pool() -> ::Gapic::Config::Method
RPC-specific configuration for delete_aws_node_pool
- (::Gapic::Config::Method)
#generate_aws_access_token
def generate_aws_access_token() -> ::Gapic::Config::Method
RPC-specific configuration for generate_aws_access_token
- (::Gapic::Config::Method)
#get_aws_cluster
def get_aws_cluster() -> ::Gapic::Config::Method
RPC-specific configuration for get_aws_cluster
- (::Gapic::Config::Method)
#get_aws_node_pool
def get_aws_node_pool() -> ::Gapic::Config::Method
RPC-specific configuration for get_aws_node_pool
- (::Gapic::Config::Method)
#get_aws_server_config
def get_aws_server_config() -> ::Gapic::Config::Method
RPC-specific configuration for get_aws_server_config
- (::Gapic::Config::Method)
#list_aws_clusters
def list_aws_clusters() -> ::Gapic::Config::Method
RPC-specific configuration for list_aws_clusters
- (::Gapic::Config::Method)
#list_aws_node_pools
def list_aws_node_pools() -> ::Gapic::Config::Method
RPC-specific configuration for list_aws_node_pools
- (::Gapic::Config::Method)
#update_aws_cluster
def update_aws_cluster() -> ::Gapic::Config::Method
RPC-specific configuration for update_aws_cluster
- (::Gapic::Config::Method)
#update_aws_node_pool
def update_aws_node_pool() -> ::Gapic::Config::Method
RPC-specific configuration for update_aws_node_pool
- (::Gapic::Config::Method)