NamedSet

JSON representation
{
  "name": string,
  "type": enum (NamedSetType),
  "elements": [
    {
      object (Expr)
    }
  ],
  "fingerprint": string,
  "description": string
}
Fields
name

string

This set's name, which must be a resource ID segment and unique within all named sets owned by the Router. Name should conform to RFC1035.

type

enum (NamedSetType)

This named set's type

elements[]

object (Expr)

CEL expressions that are comparable to constructs of this set's type (see Policy Language).

fingerprint

string (bytes format)

A fingerprint for the Named Set being applied to this Router, which is essentially a hash of the Named Set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update the Named Set. You must always provide an up-to-date fingerprint hash in order to update or change labels.

To see the latest fingerprint, make a

getNamedSet()

request to retrieve a Named Set.

A base64-encoded string.

description

string

An optional description of named set.

NamedSetType

Enums
NAMED_SET_TYPE_PREFIX The Named Set is a Prefix Named Set.
NAMED_SET_TYPE_COMMUNITY The Named Set is a Community Named Set.