Class: Google::Cloud::BackupDR::V1::DataSourceGcpResourceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::DataSourceGcpResourceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/datasourcereference.rb
Overview
The GCP resource that the DataSource is associated with.
Instance Attribute Summary collapse
-
#cloud_sql_instance_properties ⇒ ::Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceReferenceProperties
readonly
Output only.
-
#gcp_resourcename ⇒ ::String
readonly
Output only.
-
#location ⇒ ::String
readonly
Output only.
-
#type ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cloud_sql_instance_properties ⇒ ::Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceReferenceProperties (readonly)
Returns Output only. The properties of the Cloud SQL instance.
87 88 89 90 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87 class DataSourceGcpResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcp_resourcename ⇒ ::String (readonly)
Returns Output only. The resource name of the GCP resource. Ex: projects/{project}/zones/{zone}/instances/{instance}.
87 88 89 90 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87 class DataSourceGcpResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String (readonly)
Returns Output only. The location of the GCP resource.
Ex:
87 88 89 90 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87 class DataSourceGcpResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String (readonly)
Returns Output only. The type of the GCP resource. Ex: compute.googleapis.com/Instance.
87 88 89 90 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87 class DataSourceGcpResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |