mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -4,10 +4,10 @@ NAME
|
|||
|
||||
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]
|
||||
--exadata-infrastructure=EXADATA_INFRASTRUCTURE [--async]
|
||||
[--backup-subnet-cidr=BACKUP_SUBNET_CIDR] [--cidr=CIDR]
|
||||
[--display-name=DISPLAY_NAME] [--labels=[LABELS,...]]
|
||||
[--location=LOCATION] [--network=NETWORK] [--request-id=REQUEST_ID]
|
||||
[[--properties-cpu-core-count=PROPERTIES_CPU_CORE_COUNT
|
||||
--properties-license-type=PROPERTIES_LICENSE_TYPE
|
||||
: --properties-cluster-name=PROPERTIES_CLUSTER_NAME
|
||||
|
|
@ -81,12 +81,6 @@ POSITIONAL ARGUMENTS
|
|||
▸ 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:
|
||||
|
|
@ -115,30 +109,17 @@ REQUIRED FLAGS
|
|||
▸ 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.
|
||||
|
||||
--backup-subnet-cidr=BACKUP_SUBNET_CIDR
|
||||
CIDR range of the backup subnet.
|
||||
|
||||
--cidr=CIDR
|
||||
Network settings. CIDR to use for cluster IP allocation.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
User friendly name for this resource.
|
||||
|
||||
|
|
@ -171,6 +152,23 @@ OPTIONAL FLAGS
|
|||
full URI path is not provided, location will fallback to this flag
|
||||
value.
|
||||
|
||||
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.
|
||||
|
||||
--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.
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue