Class: Google::Cloud::BackupDR::V1::TargetResource
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::TargetResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Details of the target resource created/modified as part of restore.
Instance Attribute Summary collapse
-
#gcp_resource ⇒ ::Google::Cloud::BackupDR::V1::GcpResource
Details of the native Google Cloud resource created as part of restore.
Instance Attribute Details
#gcp_resource ⇒ ::Google::Cloud::BackupDR::V1::GcpResource
Returns Details of the native Google Cloud resource created as part of restore.
1040 1041 1042 1043 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1040 class TargetResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |