public sealed class ResourcePolicyWeeklyCycleDayOfWeek : IMessage<ResourcePolicyWeeklyCycleDayOfWeek>, IEquatable<ResourcePolicyWeeklyCycleDayOfWeek>, IDeepCloneable<ResourcePolicyWeeklyCycleDayOfWeek>, IBufferMessage, IMessage
Implements
IMessageResourcePolicyWeeklyCycleDayOfWeek, IEquatableResourcePolicyWeeklyCycleDayOfWeek, IDeepCloneableResourcePolicyWeeklyCycleDayOfWeek, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourcePolicyWeeklyCycleDayOfWeek()
public ResourcePolicyWeeklyCycleDayOfWeek()
ResourcePolicyWeeklyCycleDayOfWeek(ResourcePolicyWeeklyCycleDayOfWeek)
public ResourcePolicyWeeklyCycleDayOfWeek(ResourcePolicyWeeklyCycleDayOfWeek other)
Parameter | |
---|---|
Name | Description |
other | ResourcePolicyWeeklyCycleDayOfWeek |
Properties
Day
public string Day { get; set; }
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Check the Day enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
Duration
public string Duration { get; set; }
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
Property Value | |
---|---|
Type | Description |
string |
HasDay
public bool HasDay { get; }
Gets whether the "day" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasDuration
public bool HasDuration { get; }
Gets whether the "duration" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasStartTime
public bool HasStartTime { get; }
Gets whether the "start_time" field is set
Property Value | |
---|---|
Type | Description |
bool |
StartTime
public string StartTime { get; set; }
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
Property Value | |
---|---|
Type | Description |
string |