Backup and DR Service V1 API - Class Google::Cloud::BackupDR::V1::DataSourceGcpResource (v1.2.0)

Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::DataSourceGcpResource.

DataSourceGcpResource is used for protected resources that are Google Cloud Resources. This name is easeier to understand than GcpResourceDataSource or GcpDataSourceResource

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cloud_sql_instance_datasource_properties

def cloud_sql_instance_datasource_properties() -> ::Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceProperties
Returns
  • (::Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceProperties) — Output only. CloudSqlInstanceDataSourceProperties has a subset of Cloud SQL Instance properties that are useful at the Datasource level.

    Note: The following fields are mutually exclusive: cloud_sql_instance_datasource_properties, compute_instance_datasource_properties, disk_datasource_properties. If a field in that set is populated, all other fields in the set will automatically be cleared.

#compute_instance_datasource_properties

def compute_instance_datasource_properties() -> ::Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties
Returns
  • (::Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties) — ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.

    Note: The following fields are mutually exclusive: compute_instance_datasource_properties, cloud_sql_instance_datasource_properties, disk_datasource_properties. If a field in that set is populated, all other fields in the set will automatically be cleared.

#compute_instance_datasource_properties=

def compute_instance_datasource_properties=(value) -> ::Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties
Parameter
  • value (::Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties) — ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.

    Note: The following fields are mutually exclusive: compute_instance_datasource_properties, cloud_sql_instance_datasource_properties, disk_datasource_properties. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::BackupDR::V1::ComputeInstanceDataSourceProperties) — ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.

    Note: The following fields are mutually exclusive: compute_instance_datasource_properties, cloud_sql_instance_datasource_properties, disk_datasource_properties. If a field in that set is populated, all other fields in the set will automatically be cleared.

#disk_datasource_properties

def disk_datasource_properties() -> ::Google::Cloud::BackupDR::V1::DiskDataSourceProperties
Returns
  • (::Google::Cloud::BackupDR::V1::DiskDataSourceProperties) — DiskDataSourceProperties has a subset of Disk properties that are useful at the Datasource level.

    Note: The following fields are mutually exclusive: disk_datasource_properties, compute_instance_datasource_properties, cloud_sql_instance_datasource_properties. If a field in that set is populated, all other fields in the set will automatically be cleared.

#disk_datasource_properties=

def disk_datasource_properties=(value) -> ::Google::Cloud::BackupDR::V1::DiskDataSourceProperties
Parameter
  • value (::Google::Cloud::BackupDR::V1::DiskDataSourceProperties) — DiskDataSourceProperties has a subset of Disk properties that are useful at the Datasource level.

    Note: The following fields are mutually exclusive: disk_datasource_properties, compute_instance_datasource_properties, cloud_sql_instance_datasource_properties. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::BackupDR::V1::DiskDataSourceProperties) — DiskDataSourceProperties has a subset of Disk properties that are useful at the Datasource level.

    Note: The following fields are mutually exclusive: disk_datasource_properties, compute_instance_datasource_properties, cloud_sql_instance_datasource_properties. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcp_resourcename

def gcp_resourcename() -> ::String
Returns
  • (::String) — Output only. Full resource pathname URL of the source Google Cloud resource.

#location

def location() -> ::String
Returns
  • (::String) — Location of the resource:

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — Location of the resource:
Returns
  • (::String) — Location of the resource:

#type

def type() -> ::String
Returns
  • (::String) — The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — 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.