Reference documentation and code samples for the Anthos Multi-Cloud V1 API module Google::Cloud::GkeMultiCloud::V1::AttachedClusters::Paths.
Path helper methods for the AttachedClusters API.
Methods
#attached_cluster_path
def attached_cluster_path(project:, location:, attached_cluster:) -> ::String
Create a fully-qualified AttachedCluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/attachedClusters/{attached_cluster}
- project (String)
- location (String)
- attached_cluster (String)
- (::String)
- (::ArgumentError)
#attached_server_config_path
def attached_server_config_path(project:, location:) -> ::String
Create a fully-qualified AttachedServerConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/attachedServerConfig
- 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)