Reference documentation and code samples for the Anthos Multi-Cloud V1 API module Google::Cloud::GkeMultiCloud::V1::AwsClusters::Paths.
Path helper methods for the AwsClusters API.
Methods
#aws_cluster_path
def aws_cluster_path(project:, location:, aws_cluster:) -> ::String
Create a fully-qualified AwsCluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/awsClusters/{aws_cluster}
- project (String)
- location (String)
- aws_cluster (String)
- (::String)
- (::ArgumentError)
#aws_node_pool_path
def aws_node_pool_path(project:, location:, aws_cluster:, aws_node_pool:) -> ::String
Create a fully-qualified AwsNodePool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/awsClusters/{aws_cluster}/awsNodePools/{aws_node_pool}
- project (String)
- location (String)
- aws_cluster (String)
- aws_node_pool (String)
- (::String)
- (::ArgumentError)
#aws_server_config_path
def aws_server_config_path(project:, location:) -> ::String
Create a fully-qualified AwsServerConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/awsServerConfig
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)