fingerprint property

String? fingerprint
getter/setter pair

The fingerprint of the named ports information for this instance group.

Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.

Implementation

core.String? fingerprint;