1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jan 15 09:50:59 UTC 2025

This commit is contained in:
Automated 2025-01-15 09:50:59 +00:00
parent 5a9f5ff67e
commit 4a036681b1
126 changed files with 4290 additions and 679 deletions

View file

@ -6,8 +6,8 @@ SYNOPSIS
gcloud beta netapp volumes replications create
(REPLICATION : --location=LOCATION)
--destination-volume-parameters=[description=DESCRIPTION],
[share_name=SHARE_NAME],
[storage_pool=STORAGE_POOL],[volume_id=VOLUME_ID]
[share_name=SHARE_NAME],[storage_pool=STORAGE_POOL],
[tiering_policy=TIERING_POLICY],[volume_id=VOLUME_ID]
--replication-schedule=REPLICATION_SCHEDULE [--async]
[--cluster-location=CLUSTER_LOCATION] [--description=DESCRIPTION]
[--labels=[KEY=VALUE,...]] [--volume=VOLUME] [GCLOUD_WIDE_FLAG ...]
@ -64,7 +64,42 @@ POSITIONAL ARGUMENTS
▸ set the property netapp/location.
REQUIRED FLAGS
--destination-volume-parameters=[description=DESCRIPTION],[share_name=SHARE_NAME],[storage_pool=STORAGE_POOL],[volume_id=VOLUME_ID]
--destination-volume-parameters=[description=DESCRIPTION],[share_name=SHARE_NAME],[storage_pool=STORAGE_POOL],[tiering_policy=TIERING_POLICY],[volume_id=VOLUME_ID]
Required, Sets destination_volume_parameters value.
description
Sets description value.
share_name
Sets share_name value.
storage_pool
Required, Sets storage_pool value.
tiering_policy
Sets tiering_policy value.
cooling-threshold-days
Sets cooling-threshold-days value.
tier-action
Sets tier-action value.
volume_id
Sets volume_id value.
Shorthand Example:
--destination-volume-parameters='description=string,share_name=string,storage_pool=string,tiering_policy={"cooling-threshold-days": int, "tier-action": "string"},volume_id=string'
JSON Example:
--destination-volume-parameters='{"description": "string", "share_name": "string", "storage_pool": "string", "tiering_policy": {"cooling-threshold-days": int, "tier-action": "string"}, "volume_id": "string"}'
File Example:
--destination-volume-parameters=path_to_file.(yaml|json)
--replication-schedule=REPLICATION_SCHEDULE
The schedule for the Replication.