Class: Google::Cloud::BackupDR::V1::DataSourceGcpResource

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

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.

Returns:



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.

Returns:

  • (::String)

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

Returns:

  • (::String)

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



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.

Returns:

  • (::String)

    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