gcloud_compute_url-maps_set-default-service (1)
NAME
- gcloud compute url-maps set-default-service - change the default service or default bucket of a URL map
SYNOPSIS
-
gcloud compute url-maps set-default-service URL_MAP_NAME (--default-backend-bucket=DEFAULT_BACKEND_BUCKET | --default-service=DEFAULT_SERVICE) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute url-maps set-default-service is used to change the
POSITIONAL ARGUMENTS
-
- URL_MAP_NAME
-
Name of the URL map to operate on.
REQUIRED FLAGS
-
-
Exactly one of these must be specified:
-
- --default-backend-bucket=DEFAULT_BACKEND_BUCKET
-
A backend bucket that will be used for requests for which this URL map has no
mappings.
- --default-service=DEFAULT_SERVICE
-
A backend service that will be used for requests for which this URL map has no
mappings.
-
-
Exactly one of these must be specified:
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
These variants are also available:
- $ gcloud alpha compute url-maps set-default-service $ gcloud beta compute url-maps set-default-service