Class ResourcePolicyHourlyCycle
Time window specified for hourly operations.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourcePolicyHourlyCycle : IDirectResponseSchema
Properties
Duration
[Output only] Duration of the time window, automatically chosen to be 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 |
HoursInCycle
Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
Declaration
[JsonProperty("hoursInCycle")]
public virtual int? HoursInCycle { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartTime
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
Type | Description |
---|---|
string |