Class: Google::Cloud::OracleDatabase::V1::GetExadbVmClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GetExadbVmClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb
Overview
The request for ExadbVmCluster.Get.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.
819 820 821 822 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 819 class GetExadbVmClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |