Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearBuilder ¶
mongocli atlas maintenanceWindow(s) clear [--projectId projectId]
func DeferBuilder ¶
mongocli atlas maintenanceWindow(s) defer [--projectId projectId]
func DescribeBuilder ¶
mongocli atlas maintenanceWindow(s) describe|get [--projectId projectId]
func UpdateBuilder ¶
mongocli atlas maintenanceWindow(s) update(s) --dayOfWeek dayOfWeek --hourOfDay hourOfDay --startASAP [--projectId projectId]
Types ¶
type ClearOpts ¶
type ClearOpts struct { cli.GlobalOpts cli.OutputOpts Confirm bool // contains filtered or unexported fields }
type DeferOpts ¶
type DeferOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type DescribeOpts ¶
type DescribeOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type UpdateOpts ¶
type UpdateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*UpdateOpts) Run ¶
func (opts *UpdateOpts) Run() error
Click to show internal directories.
Click to hide internal directories.