mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
35
gcloud/alpha/container/hub/dataplane-v2-encryption/describe
Normal file
35
gcloud/alpha/container/hub/dataplane-v2-encryption/describe
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
NAME
|
||||
gcloud alpha container hub dataplane-v2-encryption describe - describes the
|
||||
status of the Dataplane V2 Encryption Feature resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub dataplane-v2-encryption describe
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command gets the detailed status of the Dataplane V2
|
||||
Encryption Feature in a fleet.
|
||||
|
||||
EXAMPLES
|
||||
To describe the Dataplane V2 Encryption Feature, run:
|
||||
|
||||
$ gcloud alpha container hub dataplane-v2-encryption describe
|
||||
|
||||
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 alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub dataplane-v2-encryption describe
|
||||
|
||||
$ gcloud beta container hub dataplane-v2-encryption describe
|
||||
|
||||
40
gcloud/alpha/container/hub/dataplane-v2-encryption/disable
Normal file
40
gcloud/alpha/container/hub/dataplane-v2-encryption/disable
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
NAME
|
||||
gcloud alpha container hub dataplane-v2-encryption disable - disables the
|
||||
Dataplane V2 Encryption Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub dataplane-v2-encryption disable [--force]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command disables the Dataplane V2 Encryption Feature in a
|
||||
fleet.
|
||||
|
||||
EXAMPLES
|
||||
To disable the Dataplane V2 Encryption Feature, run:
|
||||
|
||||
$ gcloud alpha container hub dataplane-v2-encryption disable
|
||||
|
||||
FLAGS
|
||||
--force
|
||||
Disable this feature, even if it is currently in use. Force disablement
|
||||
may result in unexpected behavior.
|
||||
|
||||
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 alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub dataplane-v2-encryption disable
|
||||
|
||||
$ gcloud beta container hub dataplane-v2-encryption disable
|
||||
|
||||
35
gcloud/alpha/container/hub/dataplane-v2-encryption/enable
Normal file
35
gcloud/alpha/container/hub/dataplane-v2-encryption/enable
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
NAME
|
||||
gcloud alpha container hub dataplane-v2-encryption enable - enables the
|
||||
Dataplane V2 Encryption Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub dataplane-v2-encryption enable
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command enables the Dataplane V2 Encryption Feature in a
|
||||
fleet.
|
||||
|
||||
EXAMPLES
|
||||
To enable the Dataplane V2 Encryption Feature, run:
|
||||
|
||||
$ gcloud alpha container hub dataplane-v2-encryption enable
|
||||
|
||||
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 alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub dataplane-v2-encryption enable
|
||||
|
||||
$ gcloud beta container hub dataplane-v2-encryption enable
|
||||
|
||||
39
gcloud/alpha/container/hub/dataplane-v2-encryption/help
Normal file
39
gcloud/alpha/container/hub/dataplane-v2-encryption/help
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
NAME
|
||||
gcloud alpha container hub dataplane-v2-encryption - manage Dataplane V2
|
||||
Encryption Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub dataplane-v2-encryption COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Dataplane V2 Encryption Feature.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Describes the status of the Dataplane V2 Encryption Feature
|
||||
resource.
|
||||
|
||||
disable
|
||||
(ALPHA) Disables the Dataplane V2 Encryption Feature.
|
||||
|
||||
enable
|
||||
(ALPHA) Enables the Dataplane V2 Encryption Feature.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub dataplane-v2-encryption
|
||||
|
||||
$ gcloud beta container hub dataplane-v2-encryption
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue