Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeBuilder ¶
mongocli atlas backup(s) restore(s) job(s) describe <ID>.
func ListBuilder ¶
mongocli atlas backup(s) restore(s) job(s) list <clusterName> [--page N] [--limit N].
func StartBuilder ¶
mongocli atlas backup(s) restore(s) job(s) start <automated|download|pointInTime>.
func WatchBuilder ¶
WatchBuilder atlas backup(s) restore(s) job(s) watch <restoreJobId>.
Types ¶
type DescribeOpts ¶
type DescribeOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type ListOpts ¶
type ListOpts struct { cli.GlobalOpts cli.OutputOpts cli.ListOpts // contains filtered or unexported fields }
type StartOpts ¶
type StartOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.