Compute Engine v1 API - Class ResourcePolicyWeeklyCycleDayOfWeek (2.3.0)

public sealed class ResourcePolicyWeeklyCycleDayOfWeek : IMessage<ResourcePolicyWeeklyCycleDayOfWeek>, IEquatable<ResourcePolicyWeeklyCycleDayOfWeek>, IDeepCloneable<ResourcePolicyWeeklyCycleDayOfWeek>, IBufferMessage, IMessage

Inheritance

Object > ResourcePolicyWeeklyCycleDayOfWeek

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ResourcePolicyWeeklyCycleDayOfWeek()

public ResourcePolicyWeeklyCycleDayOfWeek()

ResourcePolicyWeeklyCycleDayOfWeek(ResourcePolicyWeeklyCycleDayOfWeek)

public ResourcePolicyWeeklyCycleDayOfWeek(ResourcePolicyWeeklyCycleDayOfWeek other)
Parameter
NameDescription
otherResourcePolicyWeeklyCycleDayOfWeek

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
TypeDescription
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
TypeDescription
String

HasDay

public bool HasDay { get; }

Gets whether the "day" field is set

Property Value
TypeDescription
Boolean

HasDuration

public bool HasDuration { get; }

Gets whether the "duration" field is set

Property Value
TypeDescription
Boolean

HasStartTime

public bool HasStartTime { get; }

Gets whether the "start_time" field is set

Property Value
TypeDescription
Boolean

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
TypeDescription
String