Documentation ¶
Index ¶
- func Builder() *cobra.Command
- func DatabasesBuilder() *cobra.Command
- func DatabasesDescribeBuilder() *cobra.Command
- func DatabasesListBuilder() *cobra.Command
- func DisksBuilder() *cobra.Command
- func DisksDescribeBuilder() *cobra.Command
- func DisksListBuilder() *cobra.Command
- func ProcessBuilder() *cobra.Command
- type DatabasesDescribeOpts
- type DatabasesListsOpts
- type DisksDescribeOpts
- type DisksListsOpts
- type ProcessOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabasesBuilder ¶
func DatabasesDescribeBuilder ¶ added in v1.4.1
mcli om metric(s) disk(s) describe <hostId:port> <name> --granularity g --period p --start start --end end [--type type] [--projectId projectId].
func DatabasesListBuilder ¶
mongocli atlas metric(s) process(es) disks lists <hostname:port>.
func DisksBuilder ¶
func DisksDescribeBuilder ¶
mcli atlas metric(s) disk(s) describe <host:port> <name> --granularity g --period p --start start --end end [--type type] [--projectId projectId].
func DisksListBuilder ¶
mongocli atlas metric(s) process(es) disks lists <hostname:port>.
func ProcessBuilder ¶
mongocli atlas metric(s) process(es) <hostname:port> [--granularity granularity] [--period period] [--start start] [--end end] [--type type][--projectId projectId].
Types ¶
type DatabasesDescribeOpts ¶ added in v1.4.1
type DatabasesDescribeOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*DatabasesDescribeOpts) Run ¶ added in v1.4.1
func (opts *DatabasesDescribeOpts) Run() error
type DatabasesListsOpts ¶
type DatabasesListsOpts struct { cli.GlobalOpts cli.OutputOpts cli.ListOpts // contains filtered or unexported fields }
func (*DatabasesListsOpts) Run ¶
func (opts *DatabasesListsOpts) Run() error
type DisksDescribeOpts ¶
type DisksDescribeOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*DisksDescribeOpts) Run ¶
func (opts *DisksDescribeOpts) Run() error
type DisksListsOpts ¶
type DisksListsOpts struct { cli.GlobalOpts cli.OutputOpts cli.ListOpts // contains filtered or unexported fields }
func (*DisksListsOpts) Run ¶
func (opts *DisksListsOpts) Run() error
type ProcessOpts ¶
type ProcessOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*ProcessOpts) Run ¶
func (opts *ProcessOpts) Run() error
Click to show internal directories.
Click to hide internal directories.