2023-03-03
▼ ▲ compute.instanceSettings.get
Parameters :
project
Pattern : (?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))
Required : Yes
Description : Project ID for this request.
Type : string
Location : path
zone
Location : path
Required : Yes
Description : Name of the zone for this request.
Type : string
Pattern : [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
Scopes :
Parameter Order :
HTTP Method : GET
Description : Get Instance settings.
Path : projects/{project}/zones/{zone}/instanceSettings
Flat Path : projects/{project}/zones/{zone}/instanceSettings
▼ ▲ compute.instanceSettings.patch
Scopes :
Path : projects/{project}/zones/{zone}/instanceSettings
Parameters :
requestId
Location : query
Type : string
Description : An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
zone
Required : Yes
Description : The zone scoping this request. It should conform to RFC1035.
Location : path
Type : string
updateMask
Description : update_mask indicates fields to be updated as part of this request.
Type : string
Location : query
Format : google-fieldmask
project
Location : path
Type : string
Description : Project ID for this request.
Pattern : (?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))
Required : Yes
HTTP Method : PATCH
Parameter Order :
Description : Patch Instance settings
Flat Path : projects/{project}/zones/{zone}/instanceSettings
▼ ▲ compute.serviceAttachments.patch
Parameters :
reconcileConnections
Description : This flag determines how to change the status of consumer connections, when the connection policy for the corresponding project or network is modified. If the flag is false, the default case, then existing ACCEPTED and REJECTED consumer connections stay in that state. For example, even if the project is removed from the accept list, existing ACCEPTED connections will stay the same. If the flag is true, then the connection can change from ACCEPTED or REJECTED to pending when the connection policy is modified. For example, if a project is removed from the reject list, its existing REJECTED connections will move to the PENDING state. If the project is also added to the accept list, then those connections will move to the ACCEPTED state.
Location : query
Type : boolean