Skip to content

orca ptr

Designate floating-IP reverse-DNS (PTR) records.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca ptr

Floating-IP reverse-DNS (PTR) records.

Usage:

orca ptr [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • record: Per-floating-IP PTR records.

orca ptr record

Per-floating-IP PTR records.

Usage:

orca ptr record [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • list: List PTR records on all floating-IPs visible to the caller.
  • set: Set or update a PTR record on a floating-IP.
  • show: Show the PTR record of a floating-IP.
  • unset: Clear the PTR record of a floating-IP.
orca ptr record list

List PTR records on all floating-IPs visible to the caller.

Usage:

orca ptr record list [OPTIONS]

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 ptr record set

Set or update a PTR record on a floating-IP.

Usage:

orca ptr record set [OPTIONS] REGION:FIP_UUID

Options:

Name Type Description Default
--ptrdname text Reverse DNS name. Sentinel.UNSET
--description text N/A None
--ttl integer TTL in seconds. None
--help boolean Show this message and exit. False
orca ptr record show

Show the PTR record of a floating-IP.

REGION:FIP_UUID — same format Designate accepts on /v2/reverse/floatingips/{region}:{uuid}.

Usage:

orca ptr record show [OPTIONS] REGION:FIP_UUID

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 ptr record unset

Clear the PTR record of a floating-IP.

Usage:

orca ptr record unset [OPTIONS] REGION:FIP_UUID

Options:

Name Type Description Default
--help boolean Show this message and exit. False