Backup and DR Service V1 API - Module Google::Cloud::BackupDR::V1::BackupDR::Paths (v0.2.0)

Reference documentation and code samples for the Backup and DR Service V1 API module Google::Cloud::BackupDR::V1::BackupDR::Paths.

Path helper methods for the BackupDR API.

Methods

#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)

#management_server_path

def management_server_path(project:, location:, managementserver:) -> ::String

Create a fully-qualified ManagementServer resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/managementServers/{managementserver}

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