All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.RoutePolicyPolicyTerm.html Maven / Gradle / Ivy

The newest version!






RoutePolicyPolicyTerm (Compute Engine API v1-rev20250320-2.0.0)












com.google.api.services.compute.model

Class RoutePolicyPolicyTerm

    • Constructor Detail

      • RoutePolicyPolicyTerm

        public RoutePolicyPolicyTerm()
    • Method Detail

      • getActions

        public List<Expr> getActions()
        CEL expressions to evaluate to modify a route when this term matches.
        Returns:
        value or null for none
      • setActions

        public RoutePolicyPolicyTerm setActions(List<Expr> actions)
        CEL expressions to evaluate to modify a route when this term matches.
        Parameters:
        actions - actions or null for none
      • getMatch

        public Expr getMatch()
        CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
        Returns:
        value or null for none
      • setMatch

        public RoutePolicyPolicyTerm setMatch(Expr match)
        CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
        Parameters:
        match - match or null for none
      • getPriority

        public Integer getPriority()
        The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
        Returns:
        value or null for none
      • setPriority

        public RoutePolicyPolicyTerm setPriority(Integer priority)
        The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
        Parameters:
        priority - priority or null for none
      • clone

        public RoutePolicyPolicyTerm clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy