Compute V1 Client - Class ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest (1.16.2)

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

A request message for RegionInstanceGroupManagers.ApplyUpdatesToInstances. See the method description for details.

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance_group_manager string

The name of the managed instance group, should conform to RFC1035.

↳ project string

Project ID for this request.

↳ region string

Name of the region scoping this request, should conform to RFC1035.

↳ region_instance_group_managers_apply_updates_request_resource Google\Cloud\Compute\V1\RegionInstanceGroupManagersApplyUpdatesRequest

The body resource for this request

getInstanceGroupManager

The name of the managed instance group, should conform to RFC1035.

Returns
Type Description
string

setInstanceGroupManager

The name of the managed instance group, should conform to RFC1035.

Parameter
Name Description
var string
Returns
Type Description
$this

getProject

Project ID for this request.

Returns
Type Description
string

setProject

Project ID for this request.

Parameter
Name Description
var string
Returns
Type Description
$this

getRegion

Name of the region scoping this request, should conform to RFC1035.

Returns
Type Description
string

setRegion

Name of the region scoping this request, should conform to RFC1035.

Parameter
Name Description
var string
Returns
Type Description
$this

getRegionInstanceGroupManagersApplyUpdatesRequestResource

The body resource for this request

Returns
Type Description
Google\Cloud\Compute\V1\RegionInstanceGroupManagersApplyUpdatesRequest|null

hasRegionInstanceGroupManagersApplyUpdatesRequestResource

clearRegionInstanceGroupManagersApplyUpdatesRequestResource

setRegionInstanceGroupManagersApplyUpdatesRequestResource

The body resource for this request

Parameter
Name Description
var Google\Cloud\Compute\V1\RegionInstanceGroupManagersApplyUpdatesRequest
Returns
Type Description
$this

static::build

Parameters
Name Description
project string

Project ID for this request.

region string

Name of the region scoping this request, should conform to RFC1035.

instanceGroupManager string

The name of the managed instance group, should conform to RFC1035.

regionInstanceGroupManagersApplyUpdatesRequestResource Google\Cloud\Compute\V1\RegionInstanceGroupManagersApplyUpdatesRequest

The body resource for this request

Returns
Type Description
Google\Cloud\Compute\V1\ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest