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}
- project (String)
- location (String)
- autonomous_database (String)
- (::String)
- (::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}
- project (String)
- location (String)
- cloud_exadata_infrastructure (String)
- (::String)
- (::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}
- project (String)
- location (String)
- cloud_vm_cluster (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)
#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}
- project (String)
- network (String)
- (::String)
- (::ArgumentError)