Method: projects.locations.networks.patch

Update details of a single network.

HTTP request

PATCH https://baremetalsolution.googleapis.com/v2/{network.name=projects/*/locations/*/networks/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
network.name

string

Output only. The resource name of this Network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/networks/{network}

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to update. The only currently supported fields are: labels, reservations, vrf.vlan_attachments

Request body

The request body contains an instance of Network.

Response body

If successful, the response body contains an instance of Operation.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.