Oracle Database@Google Cloud V1 API - Module Google::Cloud::OracleDatabase::V1::OracleDatabase::Paths (v0.1.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API module Google::Cloud::OracleDatabase::V1::OracleDatabase::Paths.

Path helper methods for the OracleDatabase API.

Methods

#autonomous_database_path

def autonomous_database_path(project:, location:, autonomous_database:) -> ::String

Create a fully-qualified AutonomousDatabase resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}

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

#cloud_exadata_infrastructure_path

def cloud_exadata_infrastructure_path(project:, location:, cloud_exadata_infrastructure:) -> ::String

Create a fully-qualified CloudExadataInfrastructure resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}

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

#cloud_vm_cluster_path

def cloud_vm_cluster_path(project:, location:, cloud_vm_cluster:) -> ::String

Create a fully-qualified CloudVmCluster resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}

Parameters
  • project (String)
  • location (String)
  • cloud_vm_cluster (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)

#network_path

def network_path(project:, network:) -> ::String

Create a fully-qualified Network resource string.

The resource will be in the following format:

projects/{project}/global/networks/{network}

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