RelationshipAttributes(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DEPRECATED. This message only presents for the purpose of
backward-compatibility. The server will never populate this message
in responses. The relationship attributes which include type
,
source_resource_type
, target_resource_type
and action
.
Attributes |
|
---|---|
Name | Description |
type_ |
str
The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP
|
source_resource_type |
str
The source asset type. Example: compute.googleapis.com/Instance
|
target_resource_type |
str
The target asset type. Example: compute.googleapis.com/Disk
|
action |
str
The detail of the relationship, e.g. contains ,
attaches
|