Show / Hide Table of Contents

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.

Inheritance
object
ResourcePolicySnapshotSchedulePolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX