Class SnapshotRecycleBinPolicyRule
A rule that defines the retention policy for snapshots in the recycle bin.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SnapshotRecycleBinPolicyRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StandardSnapshots
The rule config for standard snapshots.
Declaration
[JsonProperty("standardSnapshots")]
public virtual SnapshotRecycleBinPolicyRuleRuleConfig StandardSnapshots { get; set; }
Property Value
| Type | Description |
|---|---|
| SnapshotRecycleBinPolicyRuleRuleConfig |