Compute V1 Client - Class RegionInstanceGroupManagersClient (1.14.0)

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

Service Description: The RegionInstanceGroupManagers API.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods.

Namespace

Google \ Cloud \ Compute \ V1 \ Client

Methods

__construct

Constructor.

Parameters
NameDescription
options array

Optional. Options for configuring the service API wrapper.

↳ apiEndpoint string

The address of the API remote host. May optionally include the port, formatted as "

↳ credentials string|array|FetchAuthTokenInterface|CredentialsWrapper

The credentials to be used by the client to authorize API calls. This option accepts either a path to a credentials file, or a decoded credentials file as a PHP array. Advanced usage: In addition, this option can also accept a pre-constructed Google\Auth\FetchAuthTokenInterface object or Google\ApiCore\CredentialsWrapper object. Note that when one of these objects are provided, any settings in $credentialsConfig will be ignored.

↳ credentialsConfig array

Options used to configure credentials, including auth token caching, for the client. For a full list of supporting configuration options, see Google\ApiCore\CredentialsWrapper::build() .

↳ disableRetries bool

Determines whether or not retries defined by the client configuration should be disabled. Defaults to false.

↳ clientConfig string|array

Client method configuration, including retry settings. This option can be either a path to a JSON file, or a PHP array containing the decoded JSON data. By default this settings points to the default client config file, which is provided in the resources folder.

↳ transport string|TransportInterface

The transport used for executing network requests. At the moment, supports only rest. Advanced usage: Additionally, it is possible to pass in an already instantiated Google\ApiCore\Transport\TransportInterface object. Note that when this object is provided, any settings in $transportConfig, and any $apiEndpoint setting, will be ignored.

↳ transportConfig array

Configuration options that will be used to construct the transport. Options for each supported transport type should be passed in a key for that transport. For example: $transportConfig = [ 'rest' => [...], ]; See the Google\ApiCore\Transport\RestTransport::build() method for the supported options.

↳ clientCertSource callable

A callable which returns the client cert as a string. This can be used to provide a certificate and private key to the transport layer for mTLS.

abandonInstances

Flags the specified instances to be immediately removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::abandonInstancesAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\AbandonInstancesRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

applyUpdatesToInstances

Apply updates to selected instances the managed instance group.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::applyUpdatesToInstancesAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

createInstances

Creates instances with per-instance configurations in this regional managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::createInstancesAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\CreateInstancesRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

delete

Deletes the specified managed instance group and all of the instances in that group.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::deleteAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\DeleteRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

deleteInstances

Flags the specified instances in the managed instance group to be immediately deleted. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. The deleteInstances operation is marked DONE if the deleteInstances request is successful. The underlying actions take additional time. You must separately verify the status of the deleting action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::deleteInstancesAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\DeleteInstancesRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

deletePerInstanceConfigs

Deletes selected per-instance configurations for the managed instance group.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::deletePerInstanceConfigsAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\DeletePerInstanceConfigsRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

get

Returns all of the details about the specified managed instance group.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::getAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\GetRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Compute\V1\InstanceGroupManager

insert

Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A regional managed instance group can contain up to 2000 instances.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::insertAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\InsertRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

list

Retrieves the list of managed instance groups that are contained within the specified region.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::listAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListRegionInstanceGroupManagersRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listErrors

Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and orderBy query parameters are not supported.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::listErrorsAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListErrorsRegionInstanceGroupManagersRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listManagedInstances

Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. The orderBy query parameter is not supported. The pageToken query parameter is supported only in the alpha and beta API and only if the group's listManagedInstancesResults field is set to PAGINATED.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::listManagedInstancesAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListManagedInstancesRegionInstanceGroupManagersRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listPerInstanceConfigs

Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::listPerInstanceConfigsAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListPerInstanceConfigsRegionInstanceGroupManagersRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

patch

Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. If you update your group to specify a new template or instance configuration, it's possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::patchAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\PatchRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

patchPerInstanceConfigs

Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::patchPerInstanceConfigsAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\PatchPerInstanceConfigsRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

recreateInstances

Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group's current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::recreateInstancesAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\RecreateInstancesRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

resize

Changes the intended size of the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes one or more instances. The resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::resizeAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\ResizeRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

setInstanceTemplate

Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::setInstanceTemplateAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\SetInstanceTemplateRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

setTargetPools

Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::setTargetPoolsAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\SetTargetPoolsRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

updatePerInstanceConfigs

Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.

The async variant is Google\Cloud\Compute\V1\Client\RegionInstanceGroupManagersClient::updatePerInstanceConfigsAsync() .

Parameters
NameDescription
request Google\Cloud\Compute\V1\UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

abandonInstancesAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\AbandonInstancesRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

applyUpdatesToInstancesAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

createInstancesAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\CreateInstancesRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

deleteAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\DeleteRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

deleteInstancesAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\DeleteInstancesRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

deletePerInstanceConfigsAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\DeletePerInstanceConfigsRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

getAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\GetRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

insertAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\InsertRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListRegionInstanceGroupManagersRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listErrorsAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListErrorsRegionInstanceGroupManagersRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listManagedInstancesAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListManagedInstancesRegionInstanceGroupManagersRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listPerInstanceConfigsAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\ListPerInstanceConfigsRegionInstanceGroupManagersRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

patchAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\PatchRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

patchPerInstanceConfigsAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\PatchPerInstanceConfigsRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

recreateInstancesAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\RecreateInstancesRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

resizeAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\ResizeRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

setInstanceTemplateAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\SetInstanceTemplateRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

setTargetPoolsAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\SetTargetPoolsRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

updatePerInstanceConfigsAsync

Parameters
NameDescription
request Google\Cloud\Compute\V1\UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

getOperationsClient

Return an RegionOperationsClient object with the same endpoint as $this.

Returns
TypeDescription
Google\Cloud\Compute\V1\RegionOperationsClient

resumeOperation

Resume an existing long running operation that was previously started by a long running API method. If $methodName is not provided, or does not match a long running API method, then the operation can still be resumed, but the OperationResponse object will not deserialize the final response.

Parameters
NameDescription
operationName string

The name of the long running operation

methodName string

The name of the method used to start the operation

Returns
TypeDescription
Google\ApiCore\OperationResponse