Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicySchedule

A schedule for disks where the schedueled operations are performed.

Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicySchedule
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourcePolicySnapshotSchedulePolicySchedule : IDirectResponseSchema

Properties

DailySchedule

Declaration
[JsonProperty("dailySchedule")]
public virtual ResourcePolicyDailyCycle DailySchedule { get; set; }
Property Value
Type Description
ResourcePolicyDailyCycle

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

HourlySchedule

Declaration
[JsonProperty("hourlySchedule")]
public virtual ResourcePolicyHourlyCycle HourlySchedule { get; set; }
Property Value
Type Description
ResourcePolicyHourlyCycle

WeeklySchedule

Declaration
[JsonProperty("weeklySchedule")]
public virtual ResourcePolicyWeeklyCycle WeeklySchedule { get; set; }
Property Value
Type Description
ResourcePolicyWeeklyCycle

Implements

IDirectResponseSchema
In This Article
Back to top