mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager supported-services describe - get a VPC
|
||||
Service Controls Supported Service]
|
||||
gcloud alpha access-context-manager supported-services describe - gets
|
||||
information about a VPC Service Controls Supported Service
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager supported-services describe
|
||||
|
|
@ -46,7 +46,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud access-context-manager supported-services describe
|
||||
|
||||
$ gcloud beta access-context-manager supported-services describe
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager supported-services - retrieve VPC-SC
|
||||
Supported Services
|
||||
gcloud alpha access-context-manager supported-services - retrieve VPC
|
||||
Service Controls Supported Services
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager supported-services COMMAND
|
||||
|
|
@ -12,11 +12,11 @@ DESCRIPTION
|
|||
properties.
|
||||
|
||||
EXAMPLES
|
||||
To see all VPC-SC supportedservices:
|
||||
To see all VPC Service Controls supported services:
|
||||
|
||||
$ gcloud alpha access-context-manager supported-services list
|
||||
|
||||
To see support information about VPC-SC supported service:
|
||||
To see support information about VPC Service Controls supported services:
|
||||
|
||||
$ gcloud alpha access-context-manager supported-services describe \
|
||||
SERVICE_NAME
|
||||
|
|
@ -30,7 +30,8 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Get a VPC Service Controls Supported Service].
|
||||
(ALPHA) Gets information about a VPC Service Controls Supported
|
||||
Service.
|
||||
|
||||
list
|
||||
(ALPHA) Lists all VPC Service Controls supported services.
|
||||
|
|
@ -39,7 +40,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud access-context-manager supported-services
|
||||
|
||||
$ gcloud beta access-context-manager supported-services
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,11 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(ALPHA) Lists the services that VPC Service Controls supports. The services
|
||||
that are in this list either fully support VPC Service Controls or the
|
||||
integration of this service with VPC Service Controls is in Preview stage
|
||||
that are in this list fully support VPC Service Controls or the integration
|
||||
of this service with VPC Service Controls is in Preview stage
|
||||
(https://cloud.google.com/products#product-launch-stages), or the service
|
||||
integration is scheduled to be shut down and removed which is in
|
||||
[Deprecation stage]
|
||||
(https://cloud.google.com/products#product-launch-stages). Services that
|
||||
aren't in this list don't support VPC Service Controls and aren't
|
||||
guaranteed to function properly in a VPC Service Controls environment.
|
||||
|
|
@ -22,8 +25,8 @@ EXAMPLES
|
|||
|
||||
This command prints out a list of all supported services in a tabular form:
|
||||
|
||||
NAME TITLE SUPPORT_STAGE AVAILABLE_ON_RESTRICTED_VIP KNOWN_LIMITATIONS
|
||||
vpcsc_supported_service VPC-SC Supported API GA True False
|
||||
NAME TITLE SERVICE_SUPPORT_STAGE AVAILABLE_ON_RESTRICTED_VIP KNOWN_LIMITATIONS
|
||||
vpcsc_supported_service VPC-SC Supported API GA True False
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
@ -63,7 +66,9 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud access-context-manager supported-services list
|
||||
|
||||
$ gcloud beta access-context-manager supported-services list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue