fingerprint property

String? fingerprint
getter/setter pair

Fingerprint hash of contents stored in this network interface.

This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.

Implementation

core.String? fingerprint;