Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::FlexibleTimeRange (v3.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::FlexibleTimeRange.

Specifies a flexible time range with flexible start time and duration.

It is possible to specify a contradictory time range that cannot be matched by any Interval. This causes a validation error.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#max_duration

def max_duration() -> ::String
Returns
  • (::String)

#max_duration=

def max_duration=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)

#min_duration

def min_duration() -> ::String
Returns
  • (::String)

#min_duration=

def min_duration=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)

#start_time_not_earlier_than

def start_time_not_earlier_than() -> ::String
Returns
  • (::String)

#start_time_not_earlier_than=

def start_time_not_earlier_than=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)

#start_time_not_later_than

def start_time_not_later_than() -> ::String
Returns
  • (::String)

#start_time_not_later_than=

def start_time_not_later_than=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)