Class: Google::Cloud::BackupDR::V1::GcpResource
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GcpResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Minimum details to identify a Google Cloud resource
Instance Attribute Summary collapse
-
#gcp_resourcename ⇒ ::String
Name of the Google Cloud resource.
-
#location ⇒ ::String
Location of the resource:
/ /"global"/"unspecified". -
#type ⇒ ::String
Type of the resource.
Instance Attribute Details
#gcp_resourcename ⇒ ::String
Returns Name of the Google Cloud resource.
1056 1057 1058 1059 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1056 class GcpResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Location of the resource:
1056 1057 1058 1059 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1056 class GcpResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
1056 1057 1058 1059 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 1056 class GcpResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |