mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -4,10 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud oracle-database autonomous-databases create
|
||||
(AUTONOMOUS_DATABASE : --location=LOCATION) --cidr=CIDR
|
||||
--network=NETWORK [--admin-password=ADMIN_PASSWORD] [--async]
|
||||
(AUTONOMOUS_DATABASE : --location=LOCATION)
|
||||
[--admin-password=ADMIN_PASSWORD] [--async] [--cidr=CIDR]
|
||||
[--database=DATABASE] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[LABELS,...]] [--request-id=REQUEST_ID]
|
||||
[--labels=[LABELS,...]] [--network=NETWORK] [--request-id=REQUEST_ID]
|
||||
[--properties-db-workload=PROPERTIES_DB_WORKLOAD
|
||||
--properties-license-type=PROPERTIES_LICENSE_TYPE
|
||||
: --properties-backup-retention-period-days=PROPERTIES_BACKUP_RETENTION_PERIOD_DAYS --properties-character-set=PROPERTIES_CHARACTER_SET --properties-compute-count=PROPERTIES_COMPUTE_COUNT --properties-cpu-core-count=PROPERTIES_CPU_CORE_COUNT --properties-customer-contacts=[email=EMAIL] --properties-data-storage-size-gb=PROPERTIES_DATA_STORAGE_SIZE_GB --properties-data-storage-size-tb=PROPERTIES_DATA_STORAGE_SIZE_TB --properties-db-edition=PROPERTIES_DB_EDITION --properties-db-version=PROPERTIES_DB_VERSION --properties-is-auto-scaling-enabled --properties-is-storage-auto-scaling-enabled --properties-maintenance-schedule-type=PROPERTIES_MAINTENANCE_SCHEDULE_TYPE --properties-mtls-connection-required --properties-n-character-set=PROPERTIES_N_CHARACTER_SET --properties-private-endpoint-ip=PROPERTIES_PRIVATE_ENDPOINT_IP --properties-private-endpoint-label=PROPERTIES_PRIVATE_ENDPOINT_LABEL --properties-secret-id=PROPERTIES_SECRET_ID --properties-vault-id=PROPERTIES_VAULT_ID]
|
||||
|
|
@ -67,31 +67,7 @@ POSITIONAL ARGUMENTS
|
|||
a fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cidr=CIDR
|
||||
The subnet CIDR range for the Autonmous Database.
|
||||
|
||||
Network resource - The name of the VPC network used by the Autonomous
|
||||
Database in the following 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
|
||||
FLAGS
|
||||
--admin-password=ADMIN_PASSWORD
|
||||
The password for the default ADMIN user.
|
||||
|
||||
|
|
@ -99,6 +75,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--cidr=CIDR
|
||||
The subnet CIDR range for the Autonmous Database.
|
||||
|
||||
--database=DATABASE
|
||||
The name of the Autonomous Database. The database name must be unique
|
||||
in the project. The name must begin with a letter and can contain a
|
||||
|
|
@ -131,6 +110,24 @@ OPTIONAL FLAGS
|
|||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
Network resource - The name of the VPC network used by the Autonomous
|
||||
Database in the following 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