Compute V1 Client - Class InstanceGroupManagersScopedList (2.10.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance_group_managers array<InstanceGroupManager>

Output only. The list of managed instance groups that are contained in the specified project and zone.

↳ warning Warning

Output only. The warning that replaces the list of managed instance groups when the list is empty.

getInstanceGroupManagers

Output only. The list of managed instance groups that are contained in the specified project and zone.

Returns
Type Description
Google\Protobuf\RepeatedField<InstanceGroupManager>

setInstanceGroupManagers

Output only. The list of managed instance groups that are contained in the specified project and zone.

Parameter
Name Description
var array<InstanceGroupManager>
Returns
Type Description
$this

getWarning

Output only. The warning that replaces the list of managed instance groups when the list is empty.

Returns
Type Description
Warning|null

hasWarning

clearWarning

setWarning

Output only. The warning that replaces the list of managed instance groups when the list is empty.

Parameter
Name Description
var Warning
Returns
Type Description
$this