Use the supported request carrier
Tuning tags use the formt9:tuning:<path>, where <path> names a supported target API field. Send the tag through the origin operation’s supported tag carrier, such as a create request’s tags.
A create-time resource tag is not a per-request override for every subsequent operation. Updating a tag later changes the backend only when that service implements the corresponding update behavior. Review the service’s operation support before assuming a resource can be retuned in place.
Keep the directive types separate:
Acknowledging a difference does not restore missing behavior. Review its consequences for the application and the customer’s security requirements. Do not add acknowledgement tags solely to suppress a refusal.
Examples of target-native fields
In the IAM control-plane mapping to Google Cloud,t9:tuning:serviceAccount.displayName names the target service account’s display name. An IAM tag fragment looks like this:
CreateNodegroup tag map can supply t9:tuning:config.machineType:
instanceTypes. Inspect the target pool to verify the effective choice. Check region availability, quota and workload fit, and do not assume an existing pool supports an in-place change.
These are request fragments, not complete deployment examples. They illustrate implemented target-field behavior; check your release, selected mapping and operation before using them. Neither example establishes a performance improvement.