Show / Hide Table of Contents

Class ResourcePolicyDailyCycle

Time window specified for daily operations.

Inheritance
object
ResourcePolicyDailyCycle
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 ResourcePolicyDailyCycle : IDirectResponseSchema

Properties

DaysInCycle

Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.

Declaration
[JsonProperty("daysInCycle")]
public virtual int? DaysInCycle { get; set; }
Property Value
Type Description
int?

Duration

[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.

Declaration
[JsonProperty("duration")]
public virtual string Duration { 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

StartTime

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.

Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX