Class: Google::Cloud::BackupDR::V1::GcpResource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gcp_resourcename::String

Returns Name of the Google Cloud resource.

Returns:

  • (::String)

    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: //"global"/"unspecified".

Returns:

  • (::String)

    Location of the resource: //"global"/"unspecified".



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.

Returns:

  • (::String)

    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