Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
NOME
gdcloud projects update: aggiorna gli attributi di un determinato progetto.
SINOSSI
gdcloud projects update PROJECT_ID [flags]
DESCRIZIONE
Aggiorna il nome visualizzato di un determinato progetto e/o le relative norme di esfiltrazione di dati.
ESEMPI
To update a project's name to "test-project", run:
gdcloud projects update PROJECT_ID --name=test-project
To update a project's data exfiltration policy to false, run:
gdcloud projects update PROJECT_ID --data-exfiltration-prevention=false
You can update any editable project field. Run "gdcloud projects update --help" for more options.
FLAG FACOLTATIVI
--data-exfiltration-prevention If set to false, allow network data transfer out from project workloads outside the organization. Otherwise, network data transfer out from workloads outside the project's organization is not allowed. (default true)
--name string Name for the project.
GDCLOUD WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003egdcloud projects update\u003c/code\u003e command allows users to modify attributes of a specific project.\u003c/p\u003e\n"],["\u003cp\u003eYou can update a project's display name, task order, and contract line item number (CLIN) with this command.\u003c/p\u003e\n"],["\u003cp\u003eThe command also allows configuration of the project's data exfiltration policy, controlling outbound network traffic.\u003c/p\u003e\n"],["\u003cp\u003eUse the \u003ccode\u003e--name\u003c/code\u003e, \u003ccode\u003e--task-order\u003c/code\u003e, \u003ccode\u003e--clin\u003c/code\u003e, and \u003ccode\u003e--data-exfiltration-prevention\u003c/code\u003e flags to modify different aspects of the project.\u003c/p\u003e\n"]]],[],null,["# gdcloud projects update\n\nNAME\n----\n\ngdcloud projects update - Update a particular project's attributes.\n\nSYNOPSIS\n--------\n\n gdcloud projects update PROJECT_ID [flags]\n\nDESCRIPTION\n-----------\n\nUpdate a particular project's display name and/or its data exfiltration policy.\n\n### EXAMPLES\n\n To update a project's name to \"test-project\", run:\n\n gdcloud projects update PROJECT_ID --name=test-project\n\n To update a project's data exfiltration policy to false, run:\n\n gdcloud projects update PROJECT_ID --data-exfiltration-prevention=false\n\n You can update any editable project field. Run \"gdcloud projects update --help\" for more options.\n\n### OPTIONAL FLAGS\n\n --data-exfiltration-prevention If set to false, allow network data transfer out from project workloads outside the organization. Otherwise, network data transfer out from workloads outside the project's organization is not allowed. (default true)\n --name string Name for the project.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/appliance/resources/gdcloud-reference/gdcloud) page."]]