NAME gcloud beta network-security security-profiles custom-mirroring create - create a new Custom Mirroring Profile SYNOPSIS gcloud beta network-security security-profiles custom-mirroring create (SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION) (--mirroring-endpoint-group=MIRRORING_ENDPOINT_GROUP : --mirroring-endpoint-group-location=MIRRORING_ENDPOINT_GROUP_LOCATION) [--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...] DESCRIPTION (BETA) Create a new Custom Mirroring Security Profile. EXAMPLES To create a Custom Mirroring Security Profile named mirroring-profile linked to a Mirroring Endpoint Group (q.v.), run: $ gcloud beta network-security security-profiles custom-mirroring \ create mirroring-profile --description="A Mirroring Profile" \ --mirroring-endpoint-group=projects/my-project/locations/\ global/mirroringEndpointGroups/my-mep POSITIONAL ARGUMENTS Security profile resource - Security Profile Name. The arguments in this group can be used to specify the attributes of this resource. This must be specified. SECURITY_PROFILE ID of the security_profile or fully qualified identifier for the security_profile. To set the security_profile attribute: ▸ provide the argument security_profile on the command line. This positional argument must be specified if any of the other arguments in this group are specified. --location=LOCATION location of the security_profile - Global. To set the location attribute: ▸ provide the argument security_profile on the command line with a fully specified name; ▸ provide the argument --location on the command line. --organization=ORGANIZATION Organization ID to which the changes should apply. To set the organization attribute: ▸ provide the argument security_profile on the command line with a fully specified name; ▸ provide the argument --organization on the command line. REQUIRED FLAGS Mirroring endpoint group resource - Mirroring Endpoint Group. The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways. To set the project attribute: ◆ provide the argument --mirroring-endpoint-group on the command line with a fully specified name; ◆ provide the argument --project on the command line; ◆ set the property core/project. This must be specified. --mirroring-endpoint-group=MIRRORING_ENDPOINT_GROUP ID of the mirroring endpoint group or fully qualified identifier for the mirroring endpoint group. To set the id attribute: ▸ provide the argument --mirroring-endpoint-group on the command line. This flag argument must be specified if any of the other arguments in this group are specified. --mirroring-endpoint-group-location=MIRRORING_ENDPOINT_GROUP_LOCATION Location of the mirroring endpoint group. To set the location attribute: ▸ provide the argument --mirroring-endpoint-group on the command line with a fully specified name; ▸ provide the argument --mirroring-endpoint-group-location on the command line; ▸ provide the argument --location on the command line; ▸ provide the argument networksecurity.projects.locations.mirroringEndpointGroupAssociations on the command line with a fully specified name. OPTIONAL FLAGS --async Return immediately, without waiting for the operation in progress to complete. The default is False. --description=DESCRIPTION Brief description of the security profile --labels=[KEY=VALUE,...] List of label KEY=VALUE pairs to add. Keys must start with a lowercase character and contain only hyphens (-), underscores (_), lowercase characters, and numbers. Values must contain only hyphens (-), underscores (_), lowercase characters, and numbers. 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 help for details. NOTES This command is currently in beta and might change without notice. These variants are also available: $ gcloud network-security security-profiles custom-mirroring create $ gcloud alpha network-security security-profiles custom-mirroring \ create