Class Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycleDayOfWeek (v1.2.0)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#day

def day() -> ::String
Returns
  • (::String) — 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.

#day=

def day=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#duration

def duration() -> ::String
Returns
  • (::String) — [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.

#duration=

def duration=(value) -> ::String
Parameter
  • value (::String) — [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
Returns
  • (::String) — [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.

#start_time

def start_time() -> ::String
Returns
  • (::String) — Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.

#start_time=

def start_time=(value) -> ::String
Parameter
  • value (::String) — Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
Returns
  • (::String) — Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.