prefect.cli.cloud.ip_allowlist
require_access_to_ip_allowlisting
require_access_to_ip_allowlisting(ctx: typer.Context) -> None
enable
enable(ctx: typer.Context) -> None
disable
disable()
ls
ls(ctx: typer.Context)
parse_ip_network_argument
parse_ip_network_argument(val: str) -> IPNetworkArg
add
add(ctx: typer.Context, ip_address_or_range: IP_ARGUMENT, description: Optional[str] = typer.Option(None, '--description', '-d', help='A short description to annotate the entry with.'))
remove
remove(ctx: typer.Context, ip_address_or_range: IP_ARGUMENT)
toggle
toggle(ctx: typer.Context, ip_address_or_range: IP_ARGUMENT)
IPNetworkArg
Was this page helpful?