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