Reference documentation and code samples for the Compute V1 Client class 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.
Generated from protobuf message google.cloud.compute.v1.FlexibleTimeRange
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ max_duration
string
↳ min_duration
string
↳ start_time_not_earlier_than
string
↳ start_time_not_later_than
string
getMaxDuration
Generated from protobuf field optional string max_duration = 39954959;
string
hasMaxDuration
clearMaxDuration
setMaxDuration
Generated from protobuf field optional string max_duration = 39954959;
var
string
$this
getMinDuration
Generated from protobuf field optional string min_duration = 514381025;
string
hasMinDuration
clearMinDuration
setMinDuration
Generated from protobuf field optional string min_duration = 514381025;
var
string
$this
getStartTimeNotEarlierThan
Generated from protobuf field optional string start_time_not_earlier_than = 490386497;
string
hasStartTimeNotEarlierThan
clearStartTimeNotEarlierThan
setStartTimeNotEarlierThan
Generated from protobuf field optional string start_time_not_earlier_than = 490386497;
var
string
$this
getStartTimeNotLaterThan
Generated from protobuf field optional string start_time_not_later_than = 212764853;
string
hasStartTimeNotLaterThan
clearStartTimeNotLaterThan
setStartTimeNotLaterThan
Generated from protobuf field optional string start_time_not_later_than = 212764853;
var
string
$this

