google_api_compute v0.6.0 GoogleApi.Compute.V1.Model.FixedOrPercent View Source
Encapsulates numeric value that can be either absolute or relative.
Attributes
- calculated (integer()): [Output Only] Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the caculated 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 up. Defaults to:
null
. - fixed (integer()): Specifies a fixed number of VM instances. This must be a positive integer. Defaults to:
null
. - percent (integer()): Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.