gdcloud projects update

NAMA

gdcloud projects update - Update atribut project tertentu.

SINOPSIS

gdcloud projects update PROJECT_ID [flags]

DESKRIPSI

Memperbarui nama tampilan project tertentu dan/atau kebijakan eksfiltrasi datanya.

CONTOH

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 OPSIONAL

      --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.

FLAG GDCLOUD WIDE

Flag ini tersedia untuk semua perintah: --configuration, --format, --help, --project, --quiet.

Untuk mengetahui informasi selengkapnya, lihat halaman ringkasan referensi gcloud CLI.