[Output Only] Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
[[["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 \u003ccode\u003eFixedOrPercent\u003c/code\u003e class in the Google Compute Engine v1 API allows specifying a value as either an absolute number or a percentage, and it is found within the Google.Cloud.Compute.V1 namespace, version 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is 3.6.0, with multiple versions available for reference, including older ones like version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFixedOrPercent\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which offer deep cloning and other functionalities, and it inherits from the Object class.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains properties for managing the absolute value (Fixed), the percentage (Percent), and the computed value (Calculated) of VM instances, along with boolean properties to indicate if these fields are set (HasCalculated, HasFixed, and HasPercent).\u003c/p\u003e\n"],["\u003cp\u003eThe Calculated property dynamically determines the number of VM instances, either directly from the Fixed value or through a percentage of a target size, providing flexibility in defining resource allocation.\u003c/p\u003e\n"]]],[],null,[]]