Class GoogleCloudAssetV1p7beta1RelationshipAttributes
The relationship attributes which include type, source_resource_type, target_resource_type and action.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1beta1.Data
Assembly: Google.Apis.CloudAsset.v1beta1.dll
Syntax
public class GoogleCloudAssetV1p7beta1RelationshipAttributes : IDirectResponseSchema
Properties
Action
The detail of the relationship, e.g. contains, attaches
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceResourceType
The source asset type. Example: compute.googleapis.com/Instance
Declaration
[JsonProperty("sourceResourceType")]
public virtual string SourceResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetResourceType
The target asset type. Example: compute.googleapis.com/Disk
Declaration
[JsonProperty("targetResourceType")]
public virtual string TargetResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |