- NAME
-
- gcloud compute security-policies add-user-defined-field - add a user defined field to a Compute Engine security policy
- SYNOPSIS
-
-
gcloud compute security-policies add-user-defined-fieldNAME--base=BASE--offset=OFFSET--size=SIZE--user-defined-field-name=USER_DEFINED_FIELD_NAME[--mask=MASK] [--region=REGION] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
gcloud compute security-policies add-user-defined-fieldis used to add user defined fields to security policies. - EXAMPLES
- To add a user defined field run this:
gcloud compute security-policies add-user-defined-field SECURITY_POLICY --user-defined-field-name = my-field --base = ipv6 --offset = 10 --size = 3 - POSITIONAL ARGUMENTS
-
-
NAME - Name of the security policy to update.
-
- REQUIRED FLAGS
-
-
--base=BASE - The base relative to which offset is measured.
BASEmust be one of:ipv4,ipv6,tcp,udp. -
--offset=OFFSET - Offset of the first byte of the field (in network byte order) relative to base.
-
--size=SIZE - Size of the field in bytes. Valid values: 1-4.
-
--user-defined-field-name=USER_DEFINED_FIELD_NAME - The name for the user defined field.
-
- OPTIONAL FLAGS
-
-
--mask=MASK - If specified, apply this mask (bitwise AND) to the field to ignore bits before matching. Encoded as a hexadecimal number (starting with "0x").
-
--region=REGION - Region of the security policy to update. Overrides the default
compute/regionproperty value for this command invocation.
-
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
- These variants are also available:
gcloud alpha compute security-policies add-user-defined-fieldgcloud beta compute security-policies add-user-defined-fieldgcloud preview compute security-policies add-user-defined-field
gcloud compute security-policies add-user-defined-field
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

