Liking cljdoc? Tell your friends :D

happygapi.compute.instanceGroupManagers

Compute Engine API: instanceGroupManagers. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers

Compute Engine API: instanceGroupManagers.
Creates and runs virtual machines on Google Cloud Platform. 
See: https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers
raw docstring

abandonInstances$clj

(abandonInstances$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/abandonInstances

Required parameters: project, instanceGroupManager, zone

Optional parameters: requestId

Body:

{:instances [string]}

Flags the specified instances to be 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.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/abandonInstances

Required parameters: project, instanceGroupManager, zone

Optional parameters: requestId

Body: 

{:instances [string]}

Flags the specified instances to be 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.
sourceraw docstring

aggregatedList$clj

(aggregatedList$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/aggregatedList

Required parameters: project

Optional parameters: pageToken, orderBy, filter, returnPartialSuccess, includeAllScopes, maxResults

Retrieves the list of managed instance groups and groups them by zone.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/aggregatedList

Required parameters: project

Optional parameters: pageToken, orderBy, filter, returnPartialSuccess, includeAllScopes, maxResults

Retrieves the list of managed instance groups and groups them by zone.
sourceraw docstring

applyUpdatesToInstances$clj

(applyUpdatesToInstances$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/applyUpdatesToInstances

Required parameters: instanceGroupManager, project, zone

Optional parameters: none

Body:

{:instances [string], :mostDisruptiveAllowedAction string, :allInstances boolean, :minimalAction string}

Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/applyUpdatesToInstances

Required parameters: instanceGroupManager, project, zone

Optional parameters: none

Body: 

{:instances [string],
 :mostDisruptiveAllowedAction string,
 :allInstances boolean,
 :minimalAction string}

Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.
sourceraw docstring

createInstances$clj

(createInstances$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/createInstances

Required parameters: zone, project, instanceGroupManager

Optional parameters: requestId

Body:

{:instances [{:name string, :preservedState PreservedState, :status string, :fingerprint string}]}

Creates instances with per-instance configs in this 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.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/createInstances

Required parameters: zone, project, instanceGroupManager

Optional parameters: requestId

Body: 

{:instances [{:name string,
              :preservedState PreservedState,
              :status string,
              :fingerprint string}]}

Creates instances with per-instance configs in this 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.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/delete

Required parameters: project, instanceGroupManager, zone

Optional parameters: requestId

Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/delete

Required parameters: project, instanceGroupManager, zone

Optional parameters: requestId

Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.
sourceraw docstring

deleteInstances$clj

(deleteInstances$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/deleteInstances

Required parameters: project, zone, instanceGroupManager

Optional parameters: requestId

Body:

{:instances [string], :skipInstancesOnValidationError boolean}

Flags the specified instances in the managed instance group for immediate deletion. 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. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. 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.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/deleteInstances

Required parameters: project, zone, instanceGroupManager

Optional parameters: requestId

Body: 

{:instances [string], :skipInstancesOnValidationError boolean}

Flags the specified instances in the managed instance group for immediate deletion. 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. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. 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.
sourceraw docstring

deletePerInstanceConfigs$clj

(deletePerInstanceConfigs$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/deletePerInstanceConfigs

Required parameters: project, zone, instanceGroupManager

Optional parameters: none

Body:

{:names [string]}

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

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/deletePerInstanceConfigs

Required parameters: project, zone, instanceGroupManager

Optional parameters: none

Body: 

{:names [string]}

Deletes selected per-instance configs for the managed instance group.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/get

Required parameters: zone, instanceGroupManager, project

Optional parameters: none

Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/get

Required parameters: zone, instanceGroupManager, project

Optional parameters: none

Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/insert

Required parameters: project, zone

Optional parameters: requestId

Body:

{:description string, :updatePolicy {:maxSurge FixedOrPercent, :maxUnavailable FixedOrPercent, :instanceRedistributionType string, :replacementMethod string, :type string, :minimalAction string}, :creationTimestamp string, :zone string, :name string, :selfLink string, :targetPools [string], :region string, :currentActions {:recreating integer, :restarting integer, :creating integer, :deleting integer, :refreshing integer, :abandoning integer, :verifying integer, :none integer, :creatingWithoutRetries integer}, :autoHealingPolicies [{:initialDelaySec integer, :healthCheck string}], :status {:stateful InstanceGroupManagerStatusStateful, :autoscaler string, :isStable boolean, :versionTarget InstanceGroupManagerStatusVersionTarget}, :instanceGroup string, :id string, :kind string, :distributionPolicy {:targetShape string, :zones [DistributionPolicyZoneConfiguration]}, :statefulPolicy {:preservedState StatefulPolicyPreservedState}, :baseInstanceName string, :versions [{:targetSize FixedOrPercent, :name string, :instanceTemplate string}], :targetSize integer, :instanceTemplate string, :fingerprint string, :namedPorts [{:name string, :port integer}]}

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 managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/insert

Required parameters: project, zone

Optional parameters: requestId

Body: 

{:description string,
 :updatePolicy {:maxSurge FixedOrPercent,
                :maxUnavailable FixedOrPercent,
                :instanceRedistributionType string,
                :replacementMethod string,
                :type string,
                :minimalAction string},
 :creationTimestamp string,
 :zone string,
 :name string,
 :selfLink string,
 :targetPools [string],
 :region string,
 :currentActions {:recreating integer,
                  :restarting integer,
                  :creating integer,
                  :deleting integer,
                  :refreshing integer,
                  :abandoning integer,
                  :verifying integer,
                  :none integer,
                  :creatingWithoutRetries integer},
 :autoHealingPolicies [{:initialDelaySec integer, :healthCheck string}],
 :status {:stateful InstanceGroupManagerStatusStateful,
          :autoscaler string,
          :isStable boolean,
          :versionTarget InstanceGroupManagerStatusVersionTarget},
 :instanceGroup string,
 :id string,
 :kind string,
 :distributionPolicy {:targetShape string,
                      :zones [DistributionPolicyZoneConfiguration]},
 :statefulPolicy {:preservedState StatefulPolicyPreservedState},
 :baseInstanceName string,
 :versions [{:targetSize FixedOrPercent,
             :name string,
             :instanceTemplate string}],
 :targetSize integer,
 :instanceTemplate string,
 :fingerprint string,
 :namedPorts [{:name string, :port integer}]}

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 managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/list

Required parameters: zone, project

Optional parameters: returnPartialSuccess, maxResults, filter, pageToken, orderBy

Retrieves a list of managed instance groups that are contained within the specified project and zone.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/list

Required parameters: zone, project

Optional parameters: returnPartialSuccess, maxResults, filter, pageToken, orderBy

Retrieves a list of managed instance groups that are contained within the specified project and zone.
sourceraw docstring

listErrors$clj

(listErrors$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/listErrors

Required parameters: zone, project, instanceGroupManager

Optional parameters: pageToken, maxResults, orderBy, returnPartialSuccess, filter

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

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/listErrors

Required parameters: zone, project, instanceGroupManager

Optional parameters: pageToken, maxResults, orderBy, returnPartialSuccess, filter

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

listManagedInstances$clj

(listManagedInstances$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/listManagedInstances

Required parameters: project, zone, instanceGroupManager

Optional parameters: pageToken, orderBy, maxResults, returnPartialSuccess, filter

Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action. The orderBy query parameter is not supported.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/listManagedInstances

Required parameters: project, zone, instanceGroupManager

Optional parameters: pageToken, orderBy, maxResults, returnPartialSuccess, filter

Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action. The orderBy query parameter is not supported.
sourceraw docstring

listPerInstanceConfigs$clj

(listPerInstanceConfigs$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/listPerInstanceConfigs

Required parameters: instanceGroupManager, zone, project

Optional parameters: pageToken, filter, orderBy, returnPartialSuccess, maxResults

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

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/listPerInstanceConfigs

Required parameters: instanceGroupManager, zone, project

Optional parameters: pageToken, filter, orderBy, returnPartialSuccess, maxResults

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

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/patch

Required parameters: instanceGroupManager, project, zone

Optional parameters: requestId

Body:

{:description string, :updatePolicy {:maxSurge FixedOrPercent, :maxUnavailable FixedOrPercent, :instanceRedistributionType string, :replacementMethod string, :type string, :minimalAction string}, :creationTimestamp string, :zone string, :name string, :selfLink string, :targetPools [string], :region string, :currentActions {:recreating integer, :restarting integer, :creating integer, :deleting integer, :refreshing integer, :abandoning integer, :verifying integer, :none integer, :creatingWithoutRetries integer}, :autoHealingPolicies [{:initialDelaySec integer, :healthCheck string}], :status {:stateful InstanceGroupManagerStatusStateful, :autoscaler string, :isStable boolean, :versionTarget InstanceGroupManagerStatusVersionTarget}, :instanceGroup string, :id string, :kind string, :distributionPolicy {:targetShape string, :zones [DistributionPolicyZoneConfiguration]}, :statefulPolicy {:preservedState StatefulPolicyPreservedState}, :baseInstanceName string, :versions [{:targetSize FixedOrPercent, :name string, :instanceTemplate string}], :targetSize integer, :instanceTemplate string, :fingerprint string, :namedPorts [{:name string, :port integer}]}

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.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/patch

Required parameters: instanceGroupManager, project, zone

Optional parameters: requestId

Body: 

{:description string,
 :updatePolicy {:maxSurge FixedOrPercent,
                :maxUnavailable FixedOrPercent,
                :instanceRedistributionType string,
                :replacementMethod string,
                :type string,
                :minimalAction string},
 :creationTimestamp string,
 :zone string,
 :name string,
 :selfLink string,
 :targetPools [string],
 :region string,
 :currentActions {:recreating integer,
                  :restarting integer,
                  :creating integer,
                  :deleting integer,
                  :refreshing integer,
                  :abandoning integer,
                  :verifying integer,
                  :none integer,
                  :creatingWithoutRetries integer},
 :autoHealingPolicies [{:initialDelaySec integer, :healthCheck string}],
 :status {:stateful InstanceGroupManagerStatusStateful,
          :autoscaler string,
          :isStable boolean,
          :versionTarget InstanceGroupManagerStatusVersionTarget},
 :instanceGroup string,
 :id string,
 :kind string,
 :distributionPolicy {:targetShape string,
                      :zones [DistributionPolicyZoneConfiguration]},
 :statefulPolicy {:preservedState StatefulPolicyPreservedState},
 :baseInstanceName string,
 :versions [{:targetSize FixedOrPercent,
             :name string,
             :instanceTemplate string}],
 :targetSize integer,
 :instanceTemplate string,
 :fingerprint string,
 :namedPorts [{:name string, :port integer}]}

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.
sourceraw docstring

patchPerInstanceConfigs$clj

(patchPerInstanceConfigs$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/patchPerInstanceConfigs

Required parameters: project, zone, instanceGroupManager

Optional parameters: requestId

Body:

{:perInstanceConfigs [{:name string, :preservedState PreservedState, :status string, :fingerprint string}]}

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

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/patchPerInstanceConfigs

Required parameters: project, zone, instanceGroupManager

Optional parameters: requestId

Body: 

{:perInstanceConfigs [{:name string,
                       :preservedState PreservedState,
                       :status string,
                       :fingerprint string}]}

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

recreateInstances$clj

(recreateInstances$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/recreateInstances

Required parameters: instanceGroupManager, project, zone

Optional parameters: requestId

Body:

{:instances [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.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/recreateInstances

Required parameters: instanceGroupManager, project, zone

Optional parameters: requestId

Body: 

{:instances [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.
sourceraw docstring

resize$clj

(resize$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/resize

Required parameters: instanceGroupManager, zone, project, size

Optional parameters: requestId

Resizes 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 instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including: + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. 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.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/resize

Required parameters: instanceGroupManager, zone, project, size

Optional parameters: requestId

Resizes 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 instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including: + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. 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.
sourceraw docstring

setInstanceTemplate$clj

(setInstanceTemplate$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/setInstanceTemplate

Required parameters: instanceGroupManager, zone, project

Optional parameters: requestId

Body:

{:instanceTemplate string}

Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/setInstanceTemplate

Required parameters: instanceGroupManager, zone, project

Optional parameters: requestId

Body: 

{:instanceTemplate string}

Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
sourceraw docstring

setTargetPools$clj

(setTargetPools$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/setTargetPools

Required parameters: zone, project, instanceGroupManager

Optional parameters: requestId

Body:

{:targetPools [string], :fingerprint string}

Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/setTargetPools

Required parameters: zone, project, instanceGroupManager

Optional parameters: requestId

Body: 

{:targetPools [string], :fingerprint string}

Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.
sourceraw docstring

updatePerInstanceConfigs$clj

(updatePerInstanceConfigs$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/updatePerInstanceConfigs

Required parameters: zone, project, instanceGroupManager

Optional parameters: requestId

Body:

{:perInstanceConfigs [{:name string, :preservedState PreservedState, :status string, :fingerprint string}]}

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

https://cloud.google.com/compute/api/reference/rest/v1/instanceGroupManagers/updatePerInstanceConfigs

Required parameters: zone, project, instanceGroupManager

Optional parameters: requestId

Body: 

{:perInstanceConfigs [{:name string,
                       :preservedState PreservedState,
                       :status string,
                       :fingerprint string}]}

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close