Class: Google::Cloud::OracleDatabase::V1::GetCloudExadataInfrastructureRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GetCloudExadataInfrastructureRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb
Overview
The request for CloudExadataInfrastructure.Get.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.
60 61 62 63 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 60 class GetCloudExadataInfrastructureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |