public sealed class PerInstanceConfig : IMessage<PerInstanceConfig>, IEquatable<PerInstanceConfig>, IDeepCloneable<PerInstanceConfig>, IBufferMessage, IMessage
Fingerprint of this per-instance config. This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance configuration or the field needs to be unset.
The name of a per-instance configuration and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance configuration with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance configconfiguration for a VM instance that either doesn't exist or is not part of the group will result in an error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003ePerInstanceConfig\u003c/code\u003e documentation is 3.6.0, while the page focuses on version 2.14.0, providing links to documentation for versions ranging from 1.0.0 to 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePerInstanceConfig\u003c/code\u003e is a class in the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.Compute.V1.dll\u003c/code\u003e assembly, implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePerInstanceConfig\u003c/code\u003e class has two constructors: a default constructor \u003ccode\u003ePerInstanceConfig()\u003c/code\u003e and a copy constructor \u003ccode\u003ePerInstanceConfig(PerInstanceConfig other)\u003c/code\u003e for creating a new instance based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003ePerInstanceConfig\u003c/code\u003e class include \u003ccode\u003eFingerprint\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003ePreservedState\u003c/code\u003e, and \u003ccode\u003eStatus\u003c/code\u003e, which are used to manage and track individual instance configurations, along with boolean properties for each indicating if each one is set.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePerInstanceConfig\u003c/code\u003e inherits certain methods from the object class, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e, expanding its functionality beyond the properties found in the instance.\u003c/p\u003e\n"]]],[],null,[]]