Compute V1 Client - Class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus (2.4.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
Name Description
data array

Optional. Data for populating the Message object.

↳ last_run_start_time string

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

↳ next_run_start_time string

Output only. [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. [Output Only] The last time the schedule successfully ran.

The timestamp is an RFC3339 string.

Returns
Type Description
string

hasLastRunStartTime

clearLastRunStartTime

setLastRunStartTime

Output only. [Output Only] The last time the schedule successfully ran.

The timestamp is an RFC3339 string.

Parameter
Name Description
var string
Returns
Type Description
$this

getNextRunStartTime

Output only. [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
Type Description
string

hasNextRunStartTime

clearNextRunStartTime

setNextRunStartTime

Output only. [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
Name Description
var string
Returns
Type Description
$this