Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidDeliveryType = fmt.Errorf("delivery type invalid, choose 'automated', 'download' or 'pointInTime'")
Functions ¶
func CreateBuilder ¶
atlas serverless backup(s) restore(s) job(s) create <automated|download|pointInTime>.
func DescribeBuilder ¶
atlas serverless backup(s) restore(s) job(s) describe.
func ListBuilder ¶
mongocli atlas backup(s) restore(s) job(s) list <clusterName> [--page N] [--limit N].
func WatchBuilder ¶
WatchBuilder atlas serverless backup(s) restore(s) watch.
Types ¶
type CreateOpts ¶
type CreateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*CreateOpts) Run ¶
func (opts *CreateOpts) Run() error
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 }
Click to show internal directories.
Click to hide internal directories.