| JSON representation |
|---|
{ "name": string, "type": enum ( |
| Fields | |
|---|---|
name |
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 |
This named set's type |
elements[] |
CEL expressions that are comparable to constructs of this set's type (see Policy Language). |
fingerprint |
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
request to retrieve a Named Set. A base64-encoded string. |
description |
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. |