compute  v1
Classes | Properties | List of all members
Google.Apis.Compute.v1.Data.Metadata Class Reference

A metadata key/value entry. More...

Inheritance diagram for Google.Apis.Compute.v1.Data.Metadata:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  ItemsData
 

Properties

virtual string Fingerprint [get, set]
 Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. More...
 
virtual System.Collections.Generic.IList< Metadata.ItemsDataItems [get, set]
 Array of key/value pairs. The total size of all keys and values must be less than 512 KB. More...
 
virtual string Kind [get, set]
 [Output Only] Type of the resource. Always compute::metadata for metadata. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A metadata key/value entry.

Property Documentation

◆ ETag

virtual string Google.Apis.Compute.v1.Data.Metadata.ETag
getset

The ETag of the item.

◆ Fingerprint

virtual string Google.Apis.Compute.v1.Data.Metadata.Fingerprint
getset

Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet.

To see the latest fingerprint, make a get() request to retrieve the resource.

◆ Items

virtual System.Collections.Generic.IList<Metadata.ItemsData> Google.Apis.Compute.v1.Data.Metadata.Items
getset

Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

◆ Kind

virtual string Google.Apis.Compute.v1.Data.Metadata.Kind
getset

[Output Only] Type of the resource. Always compute::metadata for metadata.


The documentation for this class was generated from the following file: