mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Sep 25 09:51:52 UTC 2024
This commit is contained in:
parent
8ebed5b0f1
commit
0a5b6f11af
202 changed files with 9781 additions and 830 deletions
278
gcloud/oracle-database/cloud-vm-clusters/create
Normal file
278
gcloud/oracle-database/cloud-vm-clusters/create
Normal file
|
|
@ -0,0 +1,278 @@
|
|||
NAME
|
||||
gcloud oracle-database cloud-vm-clusters create - create a new
|
||||
CloudVmCluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database cloud-vm-clusters create CLOUD_VM_CLUSTER
|
||||
--backup-subnet-cidr=BACKUP_SUBNET_CIDR --cidr=CIDR
|
||||
--exadata-infrastructure=EXADATA_INFRASTRUCTURE --network=NETWORK
|
||||
[--async] [--display-name=DISPLAY_NAME] [--labels=[LABELS,...]]
|
||||
[--location=LOCATION] [--request-id=REQUEST_ID]
|
||||
[[--properties-cpu-core-count=PROPERTIES_CPU_CORE_COUNT
|
||||
--properties-license-type=PROPERTIES_LICENSE_TYPE
|
||||
: --properties-cluster-name=PROPERTIES_CLUSTER_NAME
|
||||
--properties-data-storage-size-tb=PROPERTIES_DATA_STORAGE_SIZE_TB
|
||||
--properties-db-node-storage-size-gb=PROPERTIES_DB_NODE_STORAGE_SIZE_GB --properties-db-server-ocids=[PROPERTIES_DB_SERVER_OCIDS,
|
||||
...] --properties-disk-redundancy=PROPERTIES_DISK_REDUNDANCY
|
||||
--properties-gi-version=PROPERTIES_GI_VERSION
|
||||
--properties-hostname-prefix=PROPERTIES_HOSTNAME_PREFIX
|
||||
--properties-local-backup-enabled
|
||||
--properties-memory-size-gb=PROPERTIES_MEMORY_SIZE_GB
|
||||
--properties-node-count=PROPERTIES_NODE_COUNT
|
||||
--properties-ocpu-count=PROPERTIES_OCPU_COUNT
|
||||
--properties-sparse-diskgroup-enabled
|
||||
--properties-ssh-public-keys=[PROPERTIES_SSH_PUBLIC_KEYS,...]
|
||||
--diagnostics-data-collection-options-events-enabled
|
||||
--diagnostics-data-collection-options-health-monitoring-enabled
|
||||
--diagnostics-data-collection-options-incident-logs-enabled
|
||||
--time-zone-id=TIME_ZONE_ID --time-zone-version=TIME_ZONE_VERSION]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new CloudVmCluster.
|
||||
|
||||
EXAMPLES
|
||||
Choose an available gi-versions in your location by running gcloud
|
||||
oracle-database db-system-shapes list --location=us-east4. To create
|
||||
CloudVmCluster instance with id my-instance in the location us-east4 with
|
||||
display-name my instance, cidr 10.1.0.0/24, network
|
||||
projects/my-project/locations/global/networks/default, backup-subnet-cidr
|
||||
10.2.0.0/24, license-type LICENSE_INCLUDED, ssh-public-keys
|
||||
VtTxzlPJtIivthmLOmWdRDFy5l27pKUTwLp02, hostname-prefix hostname1,
|
||||
cpu-core-count 4 and choosen gi-version xx.0.0.0, run:
|
||||
|
||||
$ gcloud oracle-database cloud-vm-clusters create my-instance \
|
||||
--location=us-east4 --display-name="my instance" \
|
||||
--cidr=10.1.0.0/24 \
|
||||
--network=projects/my-project/locations/global/networks/\
|
||||
default --backup-subnet-cidr=10.2.0.0/24 \
|
||||
--properties-license-type=LICENSE_INCLUDED \
|
||||
--properties-ssh-public-keys="VtTxzlPJtIivthmLOmWdRDFy5l27pKUTwL\
|
||||
p02" --properties-gi-version=xx.0.0.0 \
|
||||
--properties-hostname-prefix=hostname1 \
|
||||
--properties-cpu-core-count=4
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CloudVmCluster resource - Identifier. The name of the VM Cluster resource
|
||||
with the format:
|
||||
projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
|
||||
This represents a Cloud 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 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.
|
||||
|
||||
To set the location attribute:
|
||||
◆ provide the argument cloud_vm_cluster on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument --location on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
CLOUD_VM_CLUSTER
|
||||
ID of the cloudVmCluster or fully qualified identifier for the
|
||||
cloudVmCluster.
|
||||
|
||||
To set the cloud_vm_cluster attribute:
|
||||
▸ provide the argument cloud_vm_cluster on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--backup-subnet-cidr=BACKUP_SUBNET_CIDR
|
||||
CIDR range of the backup subnet.
|
||||
|
||||
--cidr=CIDR
|
||||
Network settings. CIDR to use for cluster IP allocation.
|
||||
|
||||
CloudExadataInfrastructure resource - The name of the Exadata
|
||||
Infrastructure resource on which VM cluster resource is created, in the
|
||||
following format:
|
||||
projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
|
||||
This represents a Cloud 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 --exadata-infrastructure on the command line
|
||||
with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
◆ provide the argument --exadata-infrastructure on the command line
|
||||
with a fully specified name;
|
||||
◆ provide the argument --location on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--exadata-infrastructure=EXADATA_INFRASTRUCTURE
|
||||
ID of the cloudExadataInfrastructure or fully qualified identifier
|
||||
for the cloudExadataInfrastructure.
|
||||
|
||||
To set the cloud-exadata-infrastructure attribute:
|
||||
▸ provide the argument --exadata-infrastructure on the command
|
||||
line.
|
||||
|
||||
Network resource - The name of the VPC network. Format:
|
||||
projects/{project}/global/networks/{network} This represents a Cloud
|
||||
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 --network 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.
|
||||
|
||||
--network=NETWORK
|
||||
ID of the network or fully qualified identifier for the network.
|
||||
|
||||
To set the network attribute:
|
||||
▸ provide the argument --network on the command line.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
User friendly name for this resource.
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels or tags associated with the VM Cluster.
|
||||
|
||||
KEY
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers.
|
||||
|
||||
VALUE
|
||||
Values must contain only hyphens (-), underscores (_), lowercase
|
||||
characters, and numbers.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--labels=string=string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--labels='{"string": "string"}'
|
||||
|
||||
File Example:
|
||||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--location=LOCATION
|
||||
For resources [cloudVmCluster, cloudExadataInfrastructure], provides
|
||||
fallback value for resource location attribute. When the resource's
|
||||
full URI path is not provided, location will fallback to this flag
|
||||
value.
|
||||
|
||||
--request-id=REQUEST_ID
|
||||
An optional ID to identify the request. This value is used to identify
|
||||
duplicate requests. If you make a request with the same request ID and
|
||||
the original request is still in progress or completed, the server
|
||||
ignores the second request. This prevents clients from accidentally
|
||||
creating duplicate commitments.
|
||||
|
||||
The request ID must be a valid UUID with the exception that zero UUID
|
||||
is not supported (00000000-0000-0000-0000-000000000000).
|
||||
|
||||
Various properties and settings associated with Exadata VM cluster.
|
||||
|
||||
--properties-cpu-core-count=PROPERTIES_CPU_CORE_COUNT
|
||||
Number of enabled CPU cores.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--properties-license-type=PROPERTIES_LICENSE_TYPE
|
||||
License type of VM Cluster. PROPERTIES_LICENSE_TYPE must be one of:
|
||||
|
||||
bring-your-own-license
|
||||
Bring your own license
|
||||
license-included
|
||||
License included part of offer
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--properties-cluster-name=PROPERTIES_CLUSTER_NAME
|
||||
OCI Cluster name.
|
||||
|
||||
--properties-data-storage-size-tb=PROPERTIES_DATA_STORAGE_SIZE_TB
|
||||
The data disk group size to be allocated in TBs.
|
||||
|
||||
--properties-db-node-storage-size-gb=PROPERTIES_DB_NODE_STORAGE_SIZE_GB
|
||||
Local storage per VM.
|
||||
|
||||
--properties-db-server-ocids=[PROPERTIES_DB_SERVER_OCIDS,...]
|
||||
OCID of database servers.
|
||||
|
||||
--properties-disk-redundancy=PROPERTIES_DISK_REDUNDANCY
|
||||
The type of redundancy. PROPERTIES_DISK_REDUNDANCY must be one of:
|
||||
|
||||
high
|
||||
High - 3 way mirror.
|
||||
normal
|
||||
Normal - 2 way mirror.
|
||||
|
||||
--properties-gi-version=PROPERTIES_GI_VERSION
|
||||
Grid Infrastructure Version.
|
||||
|
||||
--properties-hostname-prefix=PROPERTIES_HOSTNAME_PREFIX
|
||||
Prefix for VM cluster host names.
|
||||
|
||||
--properties-local-backup-enabled
|
||||
Use local backup.
|
||||
|
||||
--properties-memory-size-gb=PROPERTIES_MEMORY_SIZE_GB
|
||||
Memory allocated in GBs.
|
||||
|
||||
--properties-node-count=PROPERTIES_NODE_COUNT
|
||||
Number of database servers.
|
||||
|
||||
--properties-ocpu-count=PROPERTIES_OCPU_COUNT
|
||||
OCPU count per VM. Minimum is 0.1.
|
||||
|
||||
--properties-sparse-diskgroup-enabled
|
||||
Use exadata sparse snapshots.
|
||||
|
||||
--properties-ssh-public-keys=[PROPERTIES_SSH_PUBLIC_KEYS,...]
|
||||
SSH public keys to be stored with cluster.
|
||||
|
||||
Data collection options for diagnostics.
|
||||
|
||||
--diagnostics-data-collection-options-events-enabled
|
||||
Indicates whether diagnostic collection is enabled for the VM
|
||||
cluster
|
||||
|
||||
--diagnostics-data-collection-options-health-monitoring-enabled
|
||||
Indicates whether health monitoring is enabled for the VM cluster
|
||||
|
||||
--diagnostics-data-collection-options-incident-logs-enabled
|
||||
Indicates whether incident logs and trace collection are enabled
|
||||
for the VM cluster
|
||||
|
||||
Represents a time zone from the IANA Time Zone Database
|
||||
(https://www.iana.org/time-zones).
|
||||
|
||||
--time-zone-id=TIME_ZONE_ID
|
||||
IANA Time Zone Database time zone, e.g. "America/New_York".
|
||||
|
||||
--time-zone-version=TIME_ZONE_VERSION
|
||||
IANA Time Zone Database version number, e.g. "2019a".
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the oracledatabase/v1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/oracle/database/docs
|
||||
21
gcloud/oracle-database/cloud-vm-clusters/db-nodes/help
Normal file
21
gcloud/oracle-database/cloud-vm-clusters/db-nodes/help
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
NAME
|
||||
gcloud oracle-database cloud-vm-clusters db-nodes - manage Db Node
|
||||
resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database cloud-vm-clusters db-nodes COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Db Node resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
List all DbNodes.
|
||||
95
gcloud/oracle-database/cloud-vm-clusters/db-nodes/list
Normal file
95
gcloud/oracle-database/cloud-vm-clusters/db-nodes/list
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
NAME
|
||||
gcloud oracle-database cloud-vm-clusters db-nodes list - list all DbNodes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database cloud-vm-clusters db-nodes list
|
||||
(--cloud-vm-cluster=CLOUD_VM_CLUSTER : --location=LOCATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List all DbNodes.
|
||||
|
||||
EXAMPLES
|
||||
To list all DbNodes in the location us-east4, run:
|
||||
|
||||
$ 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:
|
||||
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 --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.
|
||||
|
||||
--cloud-vm-cluster=CLOUD_VM_CLUSTER
|
||||
ID of the cloudVmCluster or fully qualified identifier for the
|
||||
cloudVmCluster.
|
||||
|
||||
To set the cloud-vm-cluster attribute:
|
||||
▸ provide the argument --cloud-vm-cluster on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location id of the cloudVmCluster resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --cloud-vm-cluster on the command line with
|
||||
a fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the oracledatabase/v1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/oracle/database/docs
|
||||
83
gcloud/oracle-database/cloud-vm-clusters/delete
Normal file
83
gcloud/oracle-database/cloud-vm-clusters/delete
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
NAME
|
||||
gcloud oracle-database cloud-vm-clusters delete - delete a CloudVmCluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database cloud-vm-clusters delete
|
||||
(CLOUD_VM_CLUSTER : --location=LOCATION) [--async] [--force]
|
||||
[--request-id=REQUEST_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a CloudVmCluster.
|
||||
|
||||
EXAMPLES
|
||||
To delete a CloudVmCluster with id my-instance in the location us-east4,
|
||||
run:
|
||||
|
||||
$ gcloud oracle-database cloud-vm-clusters delete my-instance \
|
||||
--location=us-east4
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CloudVmCluster resource - The name of the Cloud VM Cluster in the
|
||||
following format:
|
||||
projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.
|
||||
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 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.
|
||||
|
||||
CLOUD_VM_CLUSTER
|
||||
ID of the cloudVmCluster or fully qualified identifier for the
|
||||
cloudVmCluster.
|
||||
|
||||
To set the cloud_vm_cluster attribute:
|
||||
▸ provide the argument cloud_vm_cluster on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location id of the cloudVmCluster resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument cloud_vm_cluster on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--force
|
||||
If set to true, all child resources for the VM Cluster will be deleted.
|
||||
A VM Cluster can only be deleted once all its child resources have been
|
||||
deleted.
|
||||
|
||||
--request-id=REQUEST_ID
|
||||
An optional ID to identify the request. This value is used to identify
|
||||
duplicate requests. If you make a request with the same request ID and
|
||||
the original request is still in progress or completed, the server
|
||||
ignores the second request. This prevents clients from accidentally
|
||||
creating duplicate commitments.
|
||||
|
||||
The request ID must be a valid UUID with the exception that zero UUID
|
||||
is not supported (00000000-0000-0000-0000-000000000000).
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the oracledatabase/v1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/oracle/database/docs
|
||||
61
gcloud/oracle-database/cloud-vm-clusters/describe
Normal file
61
gcloud/oracle-database/cloud-vm-clusters/describe
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
NAME
|
||||
gcloud oracle-database cloud-vm-clusters describe - describe
|
||||
cloudVmClusters
|
||||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database cloud-vm-clusters describe
|
||||
(CLOUD_VM_CLUSTER : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a cloudVmCluster
|
||||
|
||||
EXAMPLES
|
||||
To describe the cloudVmCluster, run:
|
||||
|
||||
$ gcloud oracle-database cloud-vm-clusters describe
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CloudVmCluster resource - The name of the Cloud VM Cluster in the
|
||||
following format:
|
||||
projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.
|
||||
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 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.
|
||||
|
||||
CLOUD_VM_CLUSTER
|
||||
ID of the cloudVmCluster or fully qualified identifier for the
|
||||
cloudVmCluster.
|
||||
|
||||
To set the cloud_vm_cluster attribute:
|
||||
▸ provide the argument cloud_vm_cluster on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location id of the cloudVmCluster resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument cloud_vm_cluster on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the oracledatabase/v1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/oracle/database/docs
|
||||
36
gcloud/oracle-database/cloud-vm-clusters/help
Normal file
36
gcloud/oracle-database/cloud-vm-clusters/help
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud oracle-database cloud-vm-clusters - manage Cloud Vm Cluster
|
||||
resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database cloud-vm-clusters GROUP | COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Cloud Vm Cluster resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
db-nodes
|
||||
Manage Db Node resources.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create a new CloudVmCluster.
|
||||
|
||||
delete
|
||||
Delete a CloudVmCluster.
|
||||
|
||||
describe
|
||||
Describe cloudVmClusters.
|
||||
|
||||
list
|
||||
List all CloudVmClusters.
|
||||
79
gcloud/oracle-database/cloud-vm-clusters/list
Normal file
79
gcloud/oracle-database/cloud-vm-clusters/list
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
NAME
|
||||
gcloud oracle-database cloud-vm-clusters list - list all CloudVmClusters
|
||||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database cloud-vm-clusters list --location=LOCATION
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List all CloudVmClusters.
|
||||
|
||||
EXAMPLES
|
||||
To list all CloudVmClusters in the location us-east4, run:
|
||||
|
||||
$ gcloud oracle-database cloud-vm-clusters list --location=us-east4
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The name of the parent in the following format:
|
||||
projects/{project}/locations/{location}. This represents a Cloud 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 --location 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.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the oracledatabase/v1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/oracle/database/docs
|
||||
Loading…
Add table
Add a link
Reference in a new issue