Class RegionInstanceGroupManagersResource
The "regionInstanceGroupManagers" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class RegionInstanceGroupManagersResource
Constructors
RegionInstanceGroupManagersResource(IClientService)
Constructs a new resource.
Declaration
public RegionInstanceGroupManagersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
AbandonInstances(RegionInstanceGroupManagersAbandonInstancesRequest, string, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.AbandonInstancesRequest AbandonInstances(RegionInstanceGroupManagersAbandonInstancesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersAbandonInstancesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.AbandonInstancesRequest |
ApplyUpdatesToInstances(RegionInstanceGroupManagersApplyUpdatesRequest, string, string, string)
Apply updates to selected instances the managed instance group.
Declaration
public virtual RegionInstanceGroupManagersResource.ApplyUpdatesToInstancesRequest ApplyUpdatesToInstances(RegionInstanceGroupManagersApplyUpdatesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersApplyUpdatesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request, should conform to RFC1035. |
string | instanceGroupManager | The name of the managed instance group, should conform to RFC1035. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ApplyUpdatesToInstancesRequest |
CreateInstances(RegionInstanceGroupManagersCreateInstancesRequest, string, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.CreateInstancesRequest CreateInstances(RegionInstanceGroupManagersCreateInstancesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersCreateInstancesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | The name of the region where the managed instance group is located. It should conform to RFC1035. |
string | instanceGroupManager | The name of the managed instance group. It should conform to RFC1035. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.CreateInstancesRequest |
Delete(string, string, string)
Deletes the specified managed instance group and all of the instances in that group.
Declaration
public virtual RegionInstanceGroupManagersResource.DeleteRequest Delete(string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group to delete. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.DeleteRequest |
DeleteInstances(RegionInstanceGroupManagersDeleteInstancesRequest, string, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.DeleteInstancesRequest DeleteInstances(RegionInstanceGroupManagersDeleteInstancesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersDeleteInstancesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.DeleteInstancesRequest |
DeletePerInstanceConfigs(RegionInstanceGroupManagerDeleteInstanceConfigReq, string, string, string)
Deletes selected per-instance configurations for the managed instance group.
Declaration
public virtual RegionInstanceGroupManagersResource.DeletePerInstanceConfigsRequest DeletePerInstanceConfigs(RegionInstanceGroupManagerDeleteInstanceConfigReq body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagerDeleteInstanceConfigReq | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request, should conform to RFC1035. |
string | instanceGroupManager | The name of the managed instance group. It should conform to RFC1035. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.DeletePerInstanceConfigsRequest |
Get(string, string, string)
Returns all of the details about the specified managed instance group.
Declaration
public virtual RegionInstanceGroupManagersResource.GetRequest Get(string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group to return. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.GetRequest |
Insert(InstanceGroupManager, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.InsertRequest Insert(InstanceGroupManager body, string project, string region)
Parameters
Type | Name | Description |
---|---|---|
InstanceGroupManager | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.InsertRequest |
List(string, string)
Retrieves the list of managed instance groups that are contained within the specified region.
Declaration
public virtual RegionInstanceGroupManagersResource.ListRequest List(string project, string region)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ListRequest |
ListErrors(string, string, string)
Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and orderBy query parameters are not supported.
Declaration
public virtual RegionInstanceGroupManagersResource.ListErrorsRequest ListErrors(string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. This should conform to RFC1035. |
string | instanceGroupManager | The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:a-z?)|1-9{0,19}. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ListErrorsRequest |
ListManagedInstances(string, string, string)
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 if the group's
listManagedInstancesResults
field is set to PAGINATED
.
Declaration
public virtual RegionInstanceGroupManagersResource.ListManagedInstancesRequest ListManagedInstances(string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | The name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ListManagedInstancesRequest |
ListPerInstanceConfigs(string, string, string)
Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.
Declaration
public virtual RegionInstanceGroupManagersResource.ListPerInstanceConfigsRequest ListPerInstanceConfigs(string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request, should conform to RFC1035. |
string | instanceGroupManager | The name of the managed instance group. It should conform to RFC1035. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ListPerInstanceConfigsRequest |
Patch(InstanceGroupManager, string, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.PatchRequest Patch(InstanceGroupManager body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
InstanceGroupManager | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | The name of the instance group manager. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.PatchRequest |
PatchPerInstanceConfigs(RegionInstanceGroupManagerPatchInstanceConfigReq, string, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.PatchPerInstanceConfigsRequest PatchPerInstanceConfigs(RegionInstanceGroupManagerPatchInstanceConfigReq body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagerPatchInstanceConfigReq | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request, should conform to RFC1035. |
string | instanceGroupManager | The name of the managed instance group. It should conform to RFC1035. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.PatchPerInstanceConfigsRequest |
RecreateInstances(RegionInstanceGroupManagersRecreateRequest, string, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.RecreateInstancesRequest RecreateInstances(RegionInstanceGroupManagersRecreateRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersRecreateRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.RecreateInstancesRequest |
Resize(string, string, string, int)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.ResizeRequest Resize(string project, string region, string instanceGroupManager, int size)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
int | size | Number of instances that should exist in this instance group manager. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ResizeRequest |
ResizeAdvanced(RegionInstanceGroupManagersResizeAdvancedRequest, string, string, string)
Resizes the regional managed instance group with advanced configuration options like disabling creation retries. This is an extended version of the resize method. 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 get or 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.
Declaration
public virtual RegionInstanceGroupManagersResource.ResizeAdvancedRequest ResizeAdvanced(RegionInstanceGroupManagersResizeAdvancedRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersResizeAdvancedRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. It must be a string that meets the requirements in RFC1035. |
string | instanceGroupManager | The name of the managed instance group. It must be a string that meets the requirements in RFC1035. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ResizeAdvancedRequest |
ResumeInstances(RegionInstanceGroupManagersResumeInstancesRequest, string, string, string)
Flags the specified instances in the managed instance group to be resumed. This method increases the targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. The underlying actions take additional time. You must separately verify the status of the RESUMING action with the listmanagedinstances method. In this request, you can only specify instances that are suspended. For example, if an instance was previously suspended using the suspendInstances method, it can be resumed using the resumeInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances with this method per request.
Declaration
public virtual RegionInstanceGroupManagersResource.ResumeInstancesRequest ResumeInstances(RegionInstanceGroupManagersResumeInstancesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersResumeInstancesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.ResumeInstancesRequest |
SetAutoHealingPolicies(RegionInstanceGroupManagersSetAutoHealingRequest, string, string, string)
Modifies the autohealing policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Use regionInstanceGroupManagers.patch instead.
Declaration
public virtual RegionInstanceGroupManagersResource.SetAutoHealingPoliciesRequest SetAutoHealingPolicies(RegionInstanceGroupManagersSetAutoHealingRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersSetAutoHealingRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.SetAutoHealingPoliciesRequest |
SetInstanceTemplate(RegionInstanceGroupManagersSetTemplateRequest, string, string, string)
Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.
Declaration
public virtual RegionInstanceGroupManagersResource.SetInstanceTemplateRequest SetInstanceTemplate(RegionInstanceGroupManagersSetTemplateRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersSetTemplateRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | The name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.SetInstanceTemplateRequest |
SetTargetPools(RegionInstanceGroupManagersSetTargetPoolsRequest, string, string, string)
Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.
Declaration
public virtual RegionInstanceGroupManagersResource.SetTargetPoolsRequest SetTargetPools(RegionInstanceGroupManagersSetTargetPoolsRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersSetTargetPoolsRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.SetTargetPoolsRequest |
StartInstances(RegionInstanceGroupManagersStartInstancesRequest, string, string, string)
Flags the specified instances in the managed instance group to be started. This method increases the targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that you start. The startInstances operation is marked DONE if the startInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STARTING action with the listmanagedinstances method. In this request, you can only specify instances that are stopped. For example, if an instance was previously stopped using the stopInstances method, it can be started using the startInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this method per request.
Declaration
public virtual RegionInstanceGroupManagersResource.StartInstancesRequest StartInstances(RegionInstanceGroupManagersStartInstancesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersStartInstancesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.StartInstancesRequest |
StopInstances(RegionInstanceGroupManagersStopInstancesRequest, string, string, string)
Flags the specified instances in the managed instance group to be immediately stopped. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances operation is marked DONE if the stopInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. 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 stopped. Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 instances with this method per request.
Declaration
public virtual RegionInstanceGroupManagersResource.StopInstancesRequest StopInstances(RegionInstanceGroupManagersStopInstancesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersStopInstancesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | The name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.StopInstancesRequest |
SuspendInstances(RegionInstanceGroupManagersSuspendInstancesRequest, string, string, string)
Flags the specified instances in the managed instance group to be immediately suspended. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetSuspendedSize of the managed instance group by the number of instances that you suspend. The suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying actions take additional time. You must separately verify the status of the SUSPENDING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. 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 suspended. Suspended instances can be resumed using the resumeInstances method. You can specify a maximum of 1000 instances with this method per request.
Declaration
public virtual RegionInstanceGroupManagersResource.SuspendInstancesRequest SuspendInstances(RegionInstanceGroupManagersSuspendInstancesRequest body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagersSuspendInstancesRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | Name of the managed instance group. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.SuspendInstancesRequest |
TestIamPermissions(TestPermissionsRequest, string, string, string)
Returns permissions that a caller has on the specified resource.
Declaration
public virtual RegionInstanceGroupManagersResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string region, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestPermissionsRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | The name of the region for this request. |
string | resource | Name or id of the resource for this request. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.TestIamPermissionsRequest |
Update(InstanceGroupManager, string, string, string)
Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. 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.
Declaration
public virtual RegionInstanceGroupManagersResource.UpdateRequest Update(InstanceGroupManager body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
InstanceGroupManager | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | instanceGroupManager | The name of the instance group manager. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.UpdateRequest |
UpdatePerInstanceConfigs(RegionInstanceGroupManagerUpdateInstanceConfigReq, string, string, string)
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.
Declaration
public virtual RegionInstanceGroupManagersResource.UpdatePerInstanceConfigsRequest UpdatePerInstanceConfigs(RegionInstanceGroupManagerUpdateInstanceConfigReq body, string project, string region, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
RegionInstanceGroupManagerUpdateInstanceConfigReq | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request, should conform to RFC1035. |
string | instanceGroupManager | The name of the managed instance group. It should conform to RFC1035. |
Returns
Type | Description |
---|---|
RegionInstanceGroupManagersResource.UpdatePerInstanceConfigsRequest |