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}
- project (String)
- location (String)
- orchestration_cluster (String)
- blueprint (String)
- (::String)
- (::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}
- project (String)
- location (String)
- orchestration_cluster (String)
- deployment (String)
- (::String)
- (::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}
- project (String)
- location (String)
- edge_slm (String)
- (::String)
- (::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}
- project (String)
- location (String)
- orchestration_cluster (String)
- deployment (String)
- hydrated_deployment (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)
#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}
- project (String)
- location (String)
- orchestration_cluster (String)
- (::String)
- (::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}
- project (String)
- location (String)
- public_lueprint (String)
- (::String)
- (::ArgumentError)