mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -07:00
Add labels to Compute instance on ansible (#250)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
4ec8fc4c9c
commit
cae62bd7c4
3 changed files with 42 additions and 18 deletions
|
@ -258,13 +258,15 @@ resources:
|
|||
type: int
|
||||
labelFingerprint:
|
||||
description:
|
||||
- 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.
|
||||
- The fingerprint used for optimistic locking of this resource. Used internally
|
||||
during updates.
|
||||
returned: success
|
||||
type: str
|
||||
labels:
|
||||
description:
|
||||
- Labels to apply to this instance. A list of key->value pairs.
|
||||
returned: success
|
||||
type: dict
|
||||
metadata:
|
||||
description:
|
||||
- The metadata key/value pairs to assign to instances that are created from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue