int
[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.
This field is a member of oneof_ _calculated.
fixed
int
Specifies a fixed number of VM instances.
This must be a positive integer.
This field is a member of oneof_ _fixed.
percent
int
Specifies a percentage of instances between 0
to 100%, inclusive. For example, specify 80 for
80%.
This field is a member of oneof_ _percent.
[[["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-28 UTC."],[],[],null,["# Class FixedOrPercent (0.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.5 (latest)](/python/docs/reference/google-cloud-compute-v1beta/latest/google.cloud.compute_v1beta.types.FixedOrPercent)\n- [0.1.4](/python/docs/reference/google-cloud-compute-v1beta/0.1.4/google.cloud.compute_v1beta.types.FixedOrPercent) \n\n FixedOrPercent(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nEncapsulates numeric value that can be either absolute or\nrelative.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e"]]