GoogleApi.Compute.V1.Model.RoutePolicy (google_api_compute v0.71.0)

View Source

Attributes

  • description (type: String.t, default: nil) - An optional description of route policy.
  • fingerprint (type: String.t, default: nil) - A fingerprint for the Route Policy being applied to this Router, which is essentially a hash of the Route Policy used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update Route Policy. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make a getRoutePolicy() request to retrieve a Route Policy.
  • name (type: String.t, default: nil) - Route Policy name, which must be a resource ID segment and unique within all the router's Route Policies. Name should conform to RFC1035.
  • terms (type: list(GoogleApi.Compute.V1.Model.RoutePolicyPolicyTerm.t), default: nil) - List of terms (the order in the list is not important, they are evaluated in order of priority). Order of policies is not retained and might change when getting policy later.
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.RoutePolicy{
  description: String.t() | nil,
  fingerprint: String.t() | nil,
  name: String.t() | nil,
  terms: [GoogleApi.Compute.V1.Model.RoutePolicyPolicyTerm.t()] | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.