Telco Automation V1 API - Module Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Paths (v0.2.1)

Reference documentation and code samples for the Telco Automation V1 API module Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Paths.

Path helper methods for the TelcoAutomation API.

Methods

#blueprint_path

def blueprint_path(project:, location:, orchestration_cluster:, blueprint:) -> ::String

Create a fully-qualified Blueprint resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}/blueprints/{blueprint}

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

#deployment_path

def deployment_path(project:, location:, orchestration_cluster:, deployment:) -> ::String

Create a fully-qualified Deployment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}/deployments/{deployment}

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

#edge_slm_path

def edge_slm_path(project:, location:, edge_slm:) -> ::String

Create a fully-qualified EdgeSlm resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/edgeSlms/{edge_slm}

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

#hydrated_deployment_path

def hydrated_deployment_path(project:, location:, orchestration_cluster:, deployment:, hydrated_deployment:) -> ::String

Create a fully-qualified HydratedDeployment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}/deployments/{deployment}/hydratedDeployments/{hydrated_deployment}

Parameters
  • project (String)
  • location (String)
  • orchestration_cluster (String)
  • deployment (String)
  • hydrated_deployment (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)

#orchestration_cluster_path

def orchestration_cluster_path(project:, location:, orchestration_cluster:) -> ::String

Create a fully-qualified OrchestrationCluster resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}

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

#public_blueprint_path

def public_blueprint_path(project:, location:, public_lueprint:) -> ::String

Create a fully-qualified PublicBlueprint resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/publicBlueprints/{public_lueprint}

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