Class ResourcePolicySnapshotSchedulePolicy
A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk. Also specifies how many and how long these scheduled snapshots should be retained.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourcePolicySnapshotSchedulePolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RetentionPolicy
Retention policy applied to snapshots created by this resource policy.
Declaration
[JsonProperty("retentionPolicy")]
public virtual ResourcePolicySnapshotSchedulePolicyRetentionPolicy RetentionPolicy { get; set; }
Property Value
Type | Description |
---|---|
ResourcePolicySnapshotSchedulePolicyRetentionPolicy |
Schedule
A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when. Schedule that is applied to disks covered by this policy.
Declaration
[JsonProperty("schedule")]
public virtual ResourcePolicySnapshotSchedulePolicySchedule Schedule { get; set; }
Property Value
Type | Description |
---|---|
ResourcePolicySnapshotSchedulePolicySchedule |
SnapshotProperties
Properties with which snapshots are created such as labels, encryption keys.
Declaration
[JsonProperty("snapshotProperties")]
public virtual ResourcePolicySnapshotSchedulePolicySnapshotProperties SnapshotProperties { get; set; }
Property Value
Type | Description |
---|---|
ResourcePolicySnapshotSchedulePolicySnapshotProperties |