DataSourceGcpResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DataSourceGcpResource is used for protected resources that are Google Cloud Resources. This name is easeier to understand than GcpResourceDataSource or GcpDataSourceResource
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
gcp_resourcename |
str
Output only. Full resource pathname URL of the source Google Cloud resource. |
location |
str
Location of the resource: |
type_ |
str
The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance. |
compute_instance_datasource_properties |
google.cloud.backupdr_v1.types.ComputeInstanceDataSourceProperties
ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level. This field is a member of oneof _ gcp_resource_properties .
|