Skip to content

Plan

Bases: DuploResource

find

Find a Plan by name

CLI Usage
duploctl plan find <name>

Parameters:

Name Type Description Default
name NAME

Plan Name

required

Returns:

Name Type Description
dict dict

Plan Details

list

List of Plans

CLI Usage
duploctl plan list

Returns:

Name Type Description
list list

List of Plans

wait

Wait for Resource

Waits for a the given wait_check callable to complete successfully. If the global wait_timeout is set on the DuploClient, it will override the timeout parameter so that a user can always choose their own timeout for waiting operations. The timeout param for other functions is just a default value for that particular resource operation.

Parameters:

Name Type Description Default
wait_check callable

A callable function to check if the resource is ready.

required
timeout int

The maximum time to wait in seconds. Default is 3600 seconds (1 hour).

3600
poll int

The polling interval in seconds. Default is 10 seconds.

10