PartnerMetadata

Model definition of partnerMetadata field. To be used in dedicated Partner Metadata methods and to be inlined in the Instance and InstanceTemplate resources.

JSON representation
{
  "partnerMetadata": {
    string: {
      object (StructuredEntries)
    },
    ...
  },
  "fingerprint": string
}
Fields
partnerMetadata

map (key: string, value: object (StructuredEntries))

Partner Metadata assigned to the instance. A map from a subdomain to entries map. Subdomain name must be compliant with RFC1035 definition. The total size of all keys and values must be less than 2MB. Subdomain 'metadata.compute.googleapis.com' is reserverd for instance's metadata.

Available from 2026-03-01..

fingerprint

string (bytes format)

Instance-level hash to be used for optimistic locking.

A base64-encoded string.

Available from 2026-03-01..