Reference documentation and code samples for the Compute V1 Client class ResourcePolicyWeeklyCycleDayOfWeek.
Generated from protobuf message google.cloud.compute.v1.ResourcePolicyWeeklyCycleDayOfWeek
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ day |
string
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Check the Day enum for the list of possible values. |
↳ duration |
string
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. |
↳ start_time |
string
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT. |
getDay
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
Check the Day enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasDay
clearDay
setDay
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
Check the Day enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDuration
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
Returns | |
---|---|
Type | Description |
string |
hasDuration
clearDuration
setDuration
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
Returns | |
---|---|
Type | Description |
string |
hasStartTime
clearStartTime
setStartTime
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |