bms
Bare Metal Solution for Oracle
DatabasesGCP
General
General information about the service.
Description
Bare Metal Solution provides dedicated hardware for running Oracle and other enterprise database workloads on Google Cloud with low-latency access to GCP services.
Service ID
baremetalsolution.googleapis.comResource Pattern
projects/{project}/locations/{location}/instances/{instance}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
bms-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
regional
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_project_service" "bare_metal" {2 project = var.project_id3 service = "baremetalsolution.googleapis.com"4}
Utilities
Utilities to support app deployment or configuration.