이름
gdcloud 유지보수 정책 업데이트 - 단일 유지보수 정책을 업데이트합니다.
개요
gdcloud maintenance policies update POLICY_NAME [flags]
EXAMPLES
To update a weekly maintenance policy, run:
gdcloud maintenance policies update example-policy \
--project=example-project \
--weekly-cycle-days=Sat \
--weekly-cycle-days=Sun \
--weekly-cycle-duration=4h30m \
--weekly-cycle-start-time=22:00
To add a new maintenance exclusion, run:
gdcloud maintenance policies update example-policy \
--project=example-project \
--add-exclusion-name=australia-day-sydney-2023 \
--add-exclusion-start=2023-01-26T00:00:00+11:00 \
--add-exclusion-end=2023-01-27T00:00:00+11:00
To remove an existing maintenance exclusion, run:
gdcloud maintenance policies update example-policy \
--project=example-project \
--remove-exclusion-name=australia-day-sydney-2023
선택적 플래그
--add-exclusion-end string End date and time for a new maintenance exclusion. Accepted values are RFC 3339 timestamp, such as "2006-01-02T15:04:05Z".
--add-exclusion-name string Name of the new maintenance exclusion to add.
--add-exclusion-start string Start date and time for a new maintenance exclusion. Accepted values are RFC 3339 timestamp, such as "2006-01-02T15:04:05Z".
--remove-exclusion-name string Name of the maintenance exclusion to remove.
--weekly-cycle-days strings Comma-separated list of days of the week when maintenance can begin. Accepted values are RFC-822 style days of week, such as "Mon".
--weekly-cycle-duration string Maximum duration that the maintenance can last for. For example, "2h3m".
--weekly-cycle-start-time string Time of the day (in UTC timezone) when maintenance can begin, in "hh:mm" format. For example, "20:36".
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration
, --format
, --help
, --project
, --quiet
).
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.