orca tsigkey¶
Designate TSIG keys (admin).
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca tsigkey¶
Manage Designate TSIG keys (admin).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a TSIG key.
- delete: Delete a TSIG key.
- list: List TSIG keys.
- set: Update a TSIG key.
- show: Show a TSIG key.
orca tsigkey create¶
Create a TSIG key.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | TSIG key name. | Sentinel.UNSET |
--algorithm |
choice (hmac-md5 | hmac-sha1 | hmac-sha224 | hmac-sha256 | hmac-sha384 | hmac-sha512) |
N/A | Sentinel.UNSET |
--secret |
text | Base64 shared secret. | Sentinel.UNSET |
--scope |
choice (POOL | ZONE) |
Scope of the key. | POOL |
--resource-id |
text | UUID of the pool (scope=POOL) or zone (scope=ZONE). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca tsigkey delete¶
Delete a TSIG key.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
-y, --yes |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca tsigkey list¶
List TSIG keys.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca tsigkey set¶
Update a TSIG key.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | N/A | None |
--algorithm |
choice (hmac-md5 | hmac-sha1 | hmac-sha224 | hmac-sha256 | hmac-sha384 | hmac-sha512) |
N/A | None |
--secret |
text | N/A | None |
--scope |
choice (POOL | ZONE) |
N/A | None |
--resource-id |
text | N/A | None |
--help |
boolean | Show this message and exit. | False |
orca tsigkey show¶
Show a TSIG key.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |