Class: Google::Cloud::BackupDR::V1::DataSourceGcpResourceInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/datasourcereference.rb

Overview

The GCP resource that the DataSource is associated with.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_sql_instance_properties::Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceReferenceProperties (readonly)

Returns Output only. The properties of the Cloud SQL instance.

Returns:



87
88
89
90
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87

class DataSourceGcpResourceInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcp_resourcename::String (readonly)

Returns Output only. The resource name of the GCP resource. Ex: projects/{project}/zones/{zone}/instances/{instance}.

Returns:

  • (::String)

    Output only. The resource name of the GCP resource. Ex: projects/{project}/zones/{zone}/instances/{instance}



87
88
89
90
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87

class DataSourceGcpResourceInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::String (readonly)

Returns Output only. The location of the GCP resource. Ex: //"global"/"unspecified".

Returns:

  • (::String)

    Output only. The location of the GCP resource. Ex: //"global"/"unspecified"



87
88
89
90
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87

class DataSourceGcpResourceInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String (readonly)

Returns Output only. The type of the GCP resource. Ex: compute.googleapis.com/Instance.

Returns:

  • (::String)

    Output only. The type of the GCP resource. Ex: compute.googleapis.com/Instance



87
88
89
90
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 87

class DataSourceGcpResourceInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end