1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 09:25:44 +00:00

gcloud: Wed Oct 15 10:52:53 UTC 2025

This commit is contained in:
Automated 2025-10-15 10:52:53 +00:00
parent 6f9bb9a0f0
commit 154ebc873d
299 changed files with 7497 additions and 3961 deletions

View file

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud oracle-database cloud-vm-clusters db-nodes list
(--cloud-vm-cluster=CLOUD_VM_CLUSTER : --location=LOCATION)
[--cloud-vm-cluster=CLOUD_VM_CLUSTER
--exadb-vm-cluster=EXADB_VM_CLUSTER --location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
@ -16,36 +17,45 @@ EXAMPLES
$ gcloud oracle-database cloud-vm-clusters db-nodes list \
--location=us-east4
REQUIRED FLAGS
CloudVmCluster resource - The parent value for database node in the
following format:
FLAGS
CloudVmClusterOrExadbVmCluster resource - The parent value for database
node in the following format:
projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}.
. The arguments in this group can be used to specify the attributes of
this resource. (NOTE) Some attributes are not given arguments in this
group but can be set in other ways.
To set the project attribute:
◆ provide the argument --exadb-vm-cluster on the command line with a
fully specified name;
◆ provide the argument --cloud-vm-cluster on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
◆ set the property core/project. This resource can be one of the
following types: [cloudVmCluster, exadbVmCluster].
--cloud-vm-cluster=CLOUD_VM_CLUSTER
ID of the cloudVmCluster or fully qualified identifier for the
cloudVmCluster.
ID of the cloudVmClusterOrExadbVmCluster or fully qualified
identifier for the cloudVmClusterOrExadbVmCluster.
To set the cloud-vm-cluster attribute:
▸ provide the argument --cloud-vm-cluster on the command line.
To set the cloud_vm_cluster attribute:
▸ provide the argument --cloud-vm-cluster on the command line. Must
be specified for resource of type [cloudVmCluster].
This flag argument must be specified if any of the other arguments in
this group are specified.
--exadb-vm-cluster=EXADB_VM_CLUSTER
ID of the cloudVmClusterOrExadbVmCluster or fully qualified
identifier for the cloudVmClusterOrExadbVmCluster.
To set the exadb_vm_cluster attribute:
▸ provide the argument --exadb-vm-cluster on the command line. Must
be specified for resource of type [exadbVmCluster].
--location=LOCATION
The location id of the cloudVmCluster resource.
The location id of the cloudVmClusterOrExadbVmCluster resource.
To set the location attribute:
▸ provide the argument --exadb-vm-cluster on the command line with
a fully specified name;
▸ provide the argument --cloud-vm-cluster on the command line with
a fully specified name;
▸ provide the argument --location on the command line.