Reference documentation and code samples for the Billing Budgets V1 API class Google::Cloud::Billing::Budgets::V1::ThresholdRule.
ThresholdRule contains a definition of a threshold which triggers
an alert (a notification of a threshold being crossed) to be sent when
spend goes above the specified amount.
Alerts are automatically e-mailed to users with the Billing Account
Administrator role or the Billing Account User role.
The thresholds here have no effect on notifications sent to anything
configured under Budget.all_updates_rule
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#spend_basis
def spend_basis() -> ::Google::Cloud::Billing::Budgets::V1::ThresholdRule::Basis
- (::Google::Cloud::Billing::Budgets::V1::ThresholdRule::Basis) — Optional. The type of basis used to determine if spend has passed the threshold. Behavior defaults to CURRENT_SPEND if not set.
#spend_basis=
def spend_basis=(value) -> ::Google::Cloud::Billing::Budgets::V1::ThresholdRule::Basis
- value (::Google::Cloud::Billing::Budgets::V1::ThresholdRule::Basis) — Optional. The type of basis used to determine if spend has passed the threshold. Behavior defaults to CURRENT_SPEND if not set.
- (::Google::Cloud::Billing::Budgets::V1::ThresholdRule::Basis) — Optional. The type of basis used to determine if spend has passed the threshold. Behavior defaults to CURRENT_SPEND if not set.
#threshold_percent
def threshold_percent() -> ::Float
- (::Float) — Required. Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Validation: non-negative number.
#threshold_percent=
def threshold_percent=(value) -> ::Float
- value (::Float) — Required. Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Validation: non-negative number.
- (::Float) — Required. Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Validation: non-negative number.