Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::FixedOrPercent (v1.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::FixedOrPercent.

Encapsulates numeric value that can be either absolute or relative.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#calculated

def calculated() -> ::Integer
Returns
  • (::Integer) — [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.

#calculated=

def calculated=(value) -> ::Integer
Parameter
  • value (::Integer) — [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.
Returns
  • (::Integer) — [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.

#fixed

def fixed() -> ::Integer
Returns
  • (::Integer) — Specifies a fixed number of VM instances. This must be a positive integer.

#fixed=

def fixed=(value) -> ::Integer
Parameter
  • value (::Integer) — Specifies a fixed number of VM instances. This must be a positive integer.
Returns
  • (::Integer) — Specifies a fixed number of VM instances. This must be a positive integer.

#percent

def percent() -> ::Integer
Returns
  • (::Integer) — Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.

#percent=

def percent=(value) -> ::Integer
Parameter
  • value (::Integer) — Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
Returns
  • (::Integer) — Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.