Compute V1 Client - Class ResourcePolicyInstanceSchedulePolicy (1.14.0)

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

An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ expiration_time string

The expiration time of the schedule. The timestamp is an RFC3339 string.

↳ start_time string

The start time of the schedule. The timestamp is an RFC3339 string.

↳ time_zone string

Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.

↳ vm_start_schedule Google\Cloud\Compute\V1\ResourcePolicyInstanceSchedulePolicySchedule

Specifies the schedule for starting instances.

↳ vm_stop_schedule Google\Cloud\Compute\V1\ResourcePolicyInstanceSchedulePolicySchedule

Specifies the schedule for stopping instances.

getExpirationTime

The expiration time of the schedule. The timestamp is an RFC3339 string.

Returns
TypeDescription
string

hasExpirationTime

clearExpirationTime

setExpirationTime

The expiration time of the schedule. The timestamp is an RFC3339 string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

The start time of the schedule. The timestamp is an RFC3339 string.

Returns
TypeDescription
string

hasStartTime

clearStartTime

setStartTime

The start time of the schedule. The timestamp is an RFC3339 string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTimeZone

Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.

Returns
TypeDescription
string

hasTimeZone

clearTimeZone

setTimeZone

Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVmStartSchedule

Specifies the schedule for starting instances.

Returns
TypeDescription
Google\Cloud\Compute\V1\ResourcePolicyInstanceSchedulePolicySchedule|null

hasVmStartSchedule

clearVmStartSchedule

setVmStartSchedule

Specifies the schedule for starting instances.

Parameter
NameDescription
var Google\Cloud\Compute\V1\ResourcePolicyInstanceSchedulePolicySchedule
Returns
TypeDescription
$this

getVmStopSchedule

Specifies the schedule for stopping instances.

Returns
TypeDescription
Google\Cloud\Compute\V1\ResourcePolicyInstanceSchedulePolicySchedule|null

hasVmStopSchedule

clearVmStopSchedule

setVmStopSchedule

Specifies the schedule for stopping instances.

Parameter
NameDescription
var Google\Cloud\Compute\V1\ResourcePolicyInstanceSchedulePolicySchedule
Returns
TypeDescription
$this