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.
Included In
Methods
#autonomous_database_path
def autonomous_database_path(project:, location:, autonomous_database:) -> ::StringCreate a fully-qualified AutonomousDatabase resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}
- project (String)
- location (String)
- autonomous_database (String)
- (::String)
- (::ArgumentError)
#cloud_exadata_infrastructure_path
def cloud_exadata_infrastructure_path(project:, location:, cloud_exadata_infrastructure:) -> ::StringCreate a fully-qualified CloudExadataInfrastructure resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
- project (String)
- location (String)
- cloud_exadata_infrastructure (String)
- (::String)
- (::ArgumentError)
#cloud_vm_cluster_path
def cloud_vm_cluster_path(project:, location:, cloud_vm_cluster:) -> ::StringCreate a fully-qualified CloudVmCluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}
- project (String)
- location (String)
- cloud_vm_cluster (String)
- (::String)
- (::ArgumentError)
#crypto_key_path
def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::StringCreate a fully-qualified CryptoKey resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- project (String)
- location (String)
- key_ring (String)
- crypto_key (String)
- (::String)
- (::ArgumentError)
#database_path
def database_path(project:, location:, database:) -> ::StringCreate a fully-qualified Database resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/databases/{database}
- project (String)
- location (String)
- database (String)
- (::String)
- (::ArgumentError)
#db_system_path
def db_system_path(project:, location:, db_system:) -> ::StringCreate a fully-qualified DbSystem resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/dbSystems/{db_system}
- project (String)
- location (String)
- db_system (String)
- (::String)
- (::ArgumentError)
#exadb_vm_cluster_path
def exadb_vm_cluster_path(project:, location:, exadb_vm_cluster:) -> ::StringCreate a fully-qualified ExadbVmCluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}
- project (String)
- location (String)
- exadb_vm_cluster (String)
- (::String)
- (::ArgumentError)
#exascale_db_storage_vault_path
def exascale_db_storage_vault_path(project:, location:, exascale_db_storage_vault:) -> ::StringCreate a fully-qualified ExascaleDbStorageVault resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- project (String)
- location (String)
- exascale_db_storage_vault (String)
- (::String)
- (::ArgumentError)
#gi_version_path
def gi_version_path(project:, location:, gi_version:) -> ::StringCreate a fully-qualified GiVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/giVersions/{gi_version}
- project (String)
- location (String)
- gi_version (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#network_path
def network_path(project:, network:) -> ::StringCreate a fully-qualified Network resource string.
The resource will be in the following format:
projects/{project}/global/networks/{network}
- project (String)
- network (String)
- (::String)
- (::ArgumentError)
#odb_network_path
def odb_network_path(project:, location:, odb_network:) -> ::StringCreate a fully-qualified OdbNetwork resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/odbNetworks/{odb_network}
- project (String)
- location (String)
- odb_network (String)
- (::String)
- (::ArgumentError)
#odb_subnet_path
def odb_subnet_path(project:, location:, odb_network:, odb_subnet:) -> ::StringCreate a fully-qualified OdbSubnet resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
- project (String)
- location (String)
- odb_network (String)
- odb_subnet (String)
- (::String)
- (::ArgumentError)
#pluggable_database_path
def pluggable_database_path(project:, location:, pluggable_database:) -> ::StringCreate a fully-qualified PluggableDatabase resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/pluggableDatabases/{pluggable_database}
- project (String)
- location (String)
- pluggable_database (String)
- (::String)
- (::ArgumentError)