Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableBuilder ¶ added in v1.14.0
mongocli ops-manager monitoring disable <hostname> [--projectId projectId]
func EnableBuilder ¶
mongocli ops-manager monitoring enable <hostname> [--projectId projectId]
func StopBuilder ¶ added in v1.8.0
mongocli ops-manager monitoring stop <ID> --force
Types ¶
type DisableOpts ¶ added in v1.14.0
type DisableOpts struct {
cli.GlobalOpts
// contains filtered or unexported fields
}
func (*DisableOpts) Run ¶ added in v1.14.0
func (opts *DisableOpts) Run() error
type EnableOpts ¶
type EnableOpts struct {
cli.GlobalOpts
// contains filtered or unexported fields
}
func (*EnableOpts) Run ¶
func (opts *EnableOpts) Run() error
type StopOpts ¶ added in v1.8.0
type StopOpts struct {
cli.GlobalOpts
*cli.DeleteOpts
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.