Compute V1 Client - Class UpcomingMaintenance (1.14.0)

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

Upcoming Maintenance notification information.

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ can_reschedule bool

Indicates if the maintenance can be customer triggered.

↳ latest_window_start_time string

The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.

↳ maintenance_status string

Check the MaintenanceStatus enum for the list of possible values.

↳ type string

Defines the type of maintenance. Check the Type enum for the list of possible values.

↳ window_end_time string

The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.

↳ window_start_time string

The current start time of the maintenance window. This timestamp value is in RFC3339 text format.

getCanReschedule

Indicates if the maintenance can be customer triggered.

Returns
TypeDescription
bool

hasCanReschedule

clearCanReschedule

setCanReschedule

Indicates if the maintenance can be customer triggered.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getLatestWindowStartTime

The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.

Returns
TypeDescription
string

hasLatestWindowStartTime

clearLatestWindowStartTime

setLatestWindowStartTime

The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMaintenanceStatus

Check the MaintenanceStatus enum for the list of possible values.

Returns
TypeDescription
string

hasMaintenanceStatus

clearMaintenanceStatus

setMaintenanceStatus

Check the MaintenanceStatus enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

Defines the type of maintenance.

Check the Type enum for the list of possible values.

Returns
TypeDescription
string

hasType

clearType

setType

Defines the type of maintenance.

Check the Type enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWindowEndTime

The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.

Returns
TypeDescription
string

hasWindowEndTime

clearWindowEndTime

setWindowEndTime

The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWindowStartTime

The current start time of the maintenance window. This timestamp value is in RFC3339 text format.

Returns
TypeDescription
string

hasWindowStartTime

clearWindowStartTime

setWindowStartTime

The current start time of the maintenance window. This timestamp value is in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this