Anthos Multi-Cloud V1 API - Module Google::Cloud::GkeMultiCloud::V1::AzureClusters::Paths (v0.1.0)

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}

Parameters
  • project (String)
  • location (String)
  • azure_client (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • azure_cluster (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • azure_cluster (String)
  • azure_node_pool (String)
Returns
  • (::String)
Raises
  • (::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

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)