Compute V1 Client - Class ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest (1.14.0)

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
NameDescription
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
TypeDescription
string

setInstanceGroupManager

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProject

Project ID for this request.

Returns
TypeDescription
string

setProject

Project ID for this request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRegion

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

Returns
TypeDescription
string

setRegion

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRegionInstanceGroupManagersApplyUpdatesRequestResource

The body resource for this request

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

hasRegionInstanceGroupManagersApplyUpdatesRequestResource

clearRegionInstanceGroupManagersApplyUpdatesRequestResource

setRegionInstanceGroupManagersApplyUpdatesRequestResource

The body resource for this request

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

static::build

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Compute\V1\ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest