Compute V1 Client - Class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus (1.14.0)

Reference documentation and code samples for the Compute V1 Client class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.

Generated from protobuf message google.cloud.compute.v1.ResourcePolicyResourceStatusInstanceSchedulePolicyStatus

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ last_run_start_time string

[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.

↳ next_run_start_time string

[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.

getLastRunStartTime

[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.

Returns
TypeDescription
string

hasLastRunStartTime

clearLastRunStartTime

setLastRunStartTime

[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNextRunStartTime

[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.

Returns
TypeDescription
string

hasNextRunStartTime

clearNextRunStartTime

setNextRunStartTime

[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this