Compute V1 Client - Class NodeGroupsPerformMaintenanceRequest (1.18.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ nodes array

[Required] List of nodes affected by the call.

↳ start_time string

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

getNodes

[Required] List of nodes affected by the call.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNodes

[Required] List of nodes affected by the call.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getStartTime

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

Returns
Type Description
string

hasStartTime

clearStartTime

setStartTime

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

Parameter
Name Description
var string
Returns
Type Description
$this