Oracle Database@Google Cloud V1 API - Module Google::Cloud::OracleDatabase::V1::OracleDatabase::Paths (v0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
defautonomous_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
defcloud_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
defcloud_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)
#location_path
deflocation_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
defnetwork_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)