A metadata key/value entry.
More...
|
| 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.ItemsData > | Items [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...
|
| |
|
string | ETag |
| |
A metadata key/value entry.
◆ ETag
| virtual string Google.Apis.Compute.v1.Data.Metadata.ETag |
|
getset |
◆ 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:
- Google.Apis.Compute.v1.cs