Class: Google::Cloud::OracleDatabase::V1::GetCloudVmClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GetCloudVmClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb
Overview
The request for CloudVmCluster.Get.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Cloud VM Cluster in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.
158 159 160 161 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 158 class GetCloudVmClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |