Class Affiliation (0.8.0)

Affiliation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Affiliation information of a resource

Attributes

Name Description
resource_id str
Optional. resource id of affiliated resource
full_resource_name str
Optional. Full resource name
lineages MutableSequence[google.cloud.databasecenter_v1beta.types.Affiliation.Lineage]
Optional. Multiple lineages can be created from a resource. For example, a resource can be replicated to multiple target resources. In this case, there will be multiple lineages for the resource, one for each target resource.

Classes

Lineage

Lineage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

lineage information of the affiliated resources This captures source, target and process which created the lineage.

ProcessType

ProcessType(value)

Type of process which created the lineage.