Compute V1 Client - Class ResourcePolicyInstanceSchedulePolicy (1.5.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

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: http://en.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.

Generated from protobuf field optional string expiration_time = 230299229;

Returns
TypeDescription
string

hasExpirationTime

clearExpirationTime

setExpirationTime

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

Generated from protobuf field optional string expiration_time = 230299229;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

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

Generated from protobuf field optional string start_time = 37467274;

Returns
TypeDescription
string

hasStartTime

clearStartTime

setStartTime

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

Generated from protobuf field optional string start_time = 37467274;

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: http://en.wikipedia.org/wiki/Tz_database.

Generated from protobuf field optional string time_zone = 36848094;

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: http://en.wikipedia.org/wiki/Tz_database.

Generated from protobuf field optional string time_zone = 36848094;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVmStartSchedule

Specifies the schedule for starting instances.

Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;

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

hasVmStartSchedule

clearVmStartSchedule

setVmStartSchedule

Specifies the schedule for starting instances.

Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;

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

getVmStopSchedule

Specifies the schedule for stopping instances.

Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;

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

hasVmStopSchedule

clearVmStopSchedule

setVmStopSchedule

Specifies the schedule for stopping instances.

Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;

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