Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::RoutePolicyPolicyTerm (v2.18.0)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#actions

def actions() -> ::Array<::Google::Cloud::Compute::V1::Expr>
Returns

#actions=

def actions=(value) -> ::Array<::Google::Cloud::Compute::V1::Expr>
Parameter
Returns

#match

def match() -> ::Google::Cloud::Compute::V1::Expr
Returns

#match=

def match=(value) -> ::Google::Cloud::Compute::V1::Expr
Parameter
  • value (::Google::Cloud::Compute::V1::Expr) — CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
Returns

#priority

def priority() -> ::Integer
Returns
  • (::Integer) — The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.

#priority=

def priority=(value) -> ::Integer
Parameter
  • value (::Integer) — The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
Returns
  • (::Integer) — The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.