Class: Google::Cloud::BackupDR::V1::DataSourceGcpResource
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::DataSourceGcpResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
DataSourceGcpResource is used for protected resources that are Google Cloud Resources. This name is easeier to understand than GcpResourceDataSource or GcpDataSourceResource
Instance Attribute Summary collapse
-
#compute_instance_datasource_properties ⇒ ::Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties
ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
-
#gcp_resourcename ⇒ ::String
readonly
Output only.
-
#location ⇒ ::String
Location of the resource:
/ /"global"/"unspecified". -
#type ⇒ ::String
The type of the Google Cloud resource.
Instance Attribute Details
#compute_instance_datasource_properties ⇒ ::Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties
Returns ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
338 339 340 341 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 338 class DataSourceGcpResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcp_resourcename ⇒ ::String (readonly)
Returns Output only. Full resource pathname URL of the source Google Cloud resource.
338 339 340 341 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 338 class DataSourceGcpResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Location of the resource:
338 339 340 341 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 338 class DataSourceGcpResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
338 339 340 341 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 338 class DataSourceGcpResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |