Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ScalingScheduleStatus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_start_time
def last_start_time() -> ::String
Returns
- (::String) — [Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
#last_start_time=
def last_start_time=(value) -> ::String
Parameter
- value (::String) — [Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
Returns
- (::String) — [Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
#next_start_time
def next_start_time() -> ::String
Returns
- (::String) — [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
#next_start_time=
def next_start_time=(value) -> ::String
Parameter
- value (::String) — [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
Returns
- (::String) — [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
#state
def state() -> ::String
Returns
- (::String) — [Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values.
#state=
def state=(value) -> ::String
Parameter
- value (::String) — [Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values.
Returns
- (::String) — [Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values.