Reference documentation and code samples for the Anthos Multi-Cloud V1 API module Google::Cloud::GkeMultiCloud::V1::AzureClusters::Paths.
Path helper methods for the AzureClusters API.
Methods
#azure_client_path
def azure_client_path(project:, location:, azure_client:) -> ::String
Create a fully-qualified AzureClient resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/azureClients/{azure_client}
- project (String)
- location (String)
- azure_client (String)
- (::String)
- (::ArgumentError)
#azure_cluster_path
def azure_cluster_path(project:, location:, azure_cluster:) -> ::String
Create a fully-qualified AzureCluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/azureClusters/{azure_cluster}
- project (String)
- location (String)
- azure_cluster (String)
- (::String)
- (::ArgumentError)
#azure_node_pool_path
def azure_node_pool_path(project:, location:, azure_cluster:, azure_node_pool:) -> ::String
Create a fully-qualified AzureNodePool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool}
- project (String)
- location (String)
- azure_cluster (String)
- azure_node_pool (String)
- (::String)
- (::ArgumentError)
#azure_server_config_path
def azure_server_config_path(project:, location:) -> ::String
Create a fully-qualified AzureServerConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/azureServerConfig
- 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)