Reference documentation and code samples for the Compute V1 Client class ScalingScheduleStatus.
Generated from protobuf message google.cloud.compute.v1.ScalingScheduleStatus
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ last_start_time |
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 |
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 |
string
[Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values. |
getLastStartTime
[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 | |
---|---|
Type | Description |
string |
hasLastStartTime
clearLastStartTime
setLastStartTime
[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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNextStartTime
[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 | |
---|---|
Type | Description |
string |
hasNextStartTime
clearNextStartTime
setNextStartTime
[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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
[Output Only] The current state of a scaling schedule.
Check the State enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasState
clearState
setState
[Output Only] The current state of a scaling schedule.
Check the State enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |