Documentation
¶
Index ¶
- func Builder() *cobra.Command
- func ClustersApplyBuilder() *cobra.Command
- func ClustersBuilder() *cobra.Command
- func ClustersCreateBuilder() *cobra.Command
- func ClustersDescribeBuilder() *cobra.Command
- func ClustersIndexesBuilder() *cobra.Command
- func ClustersIndexesCreateBuilder() *cobra.Command
- func ClustersListBuilder() *cobra.Command
- func ClustersShutdownBuilder() *cobra.Command
- func ClustersStartupBuilder() *cobra.Command
- func ClustersUpdateBuilder() *cobra.Command
- func DBUsersBuilder() *cobra.Command
- func DBUsersCreateBuilder() *cobra.Command
- func DBUsersDeleteBuilder() *cobra.Command
- func DBUsersListBuilder() *cobra.Command
- func DiagnoseArchive() *cobra.Command
- func DiagnoseArchiveDownloadBuilder() *cobra.Command
- func LogsBuilder() *cobra.Command
- func LogsJobsBuilder() *cobra.Command
- func LogsJobsCollectOptsBuilder() *cobra.Command
- func LogsJobsDeleteOptsBuilder() *cobra.Command
- func LogsJobsDownloadOptsBuilder() *cobra.Command
- func LogsJobsListOptsBuilder() *cobra.Command
- func MetricsBuilder() *cobra.Command
- func MetricsDatabasesBuilder() *cobra.Command
- func MetricsDatabasesListBuilder() *cobra.Command
- func MetricsDisksBuilder() *cobra.Command
- func MetricsDisksDescribeBuilder() *cobra.Command
- func MetricsDisksListBuilder() *cobra.Command
- func MetricsProcessBuilder() *cobra.Command
- func ProcessDescribeBuilder() *cobra.Command
- func ProcessListBuilder() *cobra.Command
- func ProcessesBuilder() *cobra.Command
- type ClustersApplyOpts
- type ClustersCreateOpts
- type ClustersDescribeOpts
- type ClustersIndexesCreateOpts
- type ClustersListOpts
- type ClustersShutdownOpts
- type ClustersStartupOpts
- type ClustersUpdateOpts
- type DBUsersCreateOpts
- type DBUsersDeleteOpts
- type DBUsersListOpts
- type DiagnoseArchiveDownloadOpts
- type LogsJobsCollectOpts
- type LogsJobsDeleteOpts
- type LogsJobsDownloadOpts
- type LogsJobsListOpts
- type MetricsDatabasesListsOpts
- type MetricsDisksDescribeOpts
- type MetricsDisksListsOpts
- type MetricsProcessOpts
- type ProcessesDescribeOpts
- type ProcessesListOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClustersApplyBuilder ¶
mongocli cloud-manager cluster(s) apply --projectId projectId --file myfile.yaml
func ClustersBuilder ¶
func ClustersCreateBuilder ¶
mongocli cloud-manager cluster(s) create --projectId projectId --file myfile.yaml
func ClustersDescribeBuilder ¶
mongocli cloud-manager cluster(s) describe <name> --projectId projectId
func ClustersIndexesBuilder ¶
func ClustersIndexesCreateBuilder ¶
mongocli cloud-manager cluster(s) index(es) create [name] --rsName rsName --dbName dbName [--key field:type] --projectId projectId --locale locale --caseFirst caseFirst --alternate alternate --maxVariable maxVariable --strength strength --caseLevel caseLevel --numericOrdering numericOrdering --normalization normalization --backwards backwards --unique unique --sparse sparse --background background
func ClustersListBuilder ¶
mongocli cloud-manager cluster(s) list --projectId projectId
func ClustersShutdownBuilder ¶
mongocli cloud-manager cluster(s) shutdown <name> --projectId projectId [--force]
func ClustersStartupBuilder ¶
mongocli cloud-manager cluster(s) startup <name> --projectId projectId [--force]
func ClustersUpdateBuilder ¶
mongocli cloud-manager cluster(s) update --projectId projectId --file myfile.yaml
func DBUsersBuilder ¶
func DBUsersCreateBuilder ¶
mongocli atlas dbuser(s) create --username username --password password --role roleName@dbName [--projectId projectId]
func DBUsersDeleteBuilder ¶
mongocli atlas dbuser(s) delete <username> [--projectId projectId] [--force]
func DBUsersListBuilder ¶
mongocli om|cm dbuser(s) list [--projectId projectId]
func DiagnoseArchive ¶
func DiagnoseArchiveDownloadBuilder ¶
mongocli om diagnose-archive download [--out out] [--projectId projectId]
func LogsBuilder ¶
func LogsJobsBuilder ¶
func LogsJobsCollectOptsBuilder ¶
mongocli om logs jobs collect resourceType resourceName --sizeRequestedPerFileBytes size --type type --redacted redacted [--projectId projectId]
func LogsJobsDeleteOptsBuilder ¶
mongocli om logs jobs delete <ID> [--projectId projectId] [--force]
func LogsJobsDownloadOptsBuilder ¶
mongocli om logs jobs download <ID> [--out out] [--projectId projectId]
func LogsJobsListOptsBuilder ¶
mongocli om logs jobs list --verbose verbose [--projectId projectId]
func MetricsBuilder ¶
func MetricsDatabasesBuilder ¶
func MetricsDatabasesListBuilder ¶
mongocli om metric(s) process(es) disks lists <ID>
func MetricsDisksBuilder ¶
func MetricsDisksDescribeBuilder ¶
mcli om metric(s) disk(s) describe <hostId:port> <name> --granularity g --period p --start start --end end [--type type] [--projectId projectId]
func MetricsDisksListBuilder ¶
mongocli om metric(s) process(es) disks lists <ID>
func MetricsProcessBuilder ¶
mongocli om|cm metric(s) process(es) <ID> [--granularity granularity] [--period period] [--start start] [--end end] [--type type][--projectId projectId]
func ProcessDescribeBuilder ¶
mongocli om process(es) describe <ID> [--projectId projectId]
func ProcessListBuilder ¶
mongocli om process(es) list --projectId projectId [--page N] [--limit N]
func ProcessesBuilder ¶
Types ¶
type ClustersApplyOpts ¶
type ClustersApplyOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersApplyOpts) Run ¶
func (opts *ClustersApplyOpts) Run() error
type ClustersCreateOpts ¶
type ClustersCreateOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersCreateOpts) Run ¶
func (opts *ClustersCreateOpts) Run() error
type ClustersDescribeOpts ¶
type ClustersDescribeOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersDescribeOpts) Run ¶
func (opts *ClustersDescribeOpts) Run() error
type ClustersIndexesCreateOpts ¶
type ClustersIndexesCreateOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersIndexesCreateOpts) Run ¶
func (opts *ClustersIndexesCreateOpts) Run() error
type ClustersListOpts ¶
type ClustersListOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersListOpts) Run ¶
func (opts *ClustersListOpts) Run() error
type ClustersShutdownOpts ¶
type ClustersShutdownOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersShutdownOpts) Confirm ¶
func (opts *ClustersShutdownOpts) Confirm() error
func (*ClustersShutdownOpts) Run ¶
func (opts *ClustersShutdownOpts) Run() error
type ClustersStartupOpts ¶
type ClustersStartupOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersStartupOpts) Confirm ¶
func (opts *ClustersStartupOpts) Confirm() error
func (*ClustersStartupOpts) Run ¶
func (opts *ClustersStartupOpts) Run() error
type ClustersUpdateOpts ¶
type ClustersUpdateOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ClustersUpdateOpts) Run ¶
func (opts *ClustersUpdateOpts) Run() error
type DBUsersCreateOpts ¶
type DBUsersCreateOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*DBUsersCreateOpts) Prompt ¶
func (opts *DBUsersCreateOpts) Prompt() error
func (*DBUsersCreateOpts) Run ¶
func (opts *DBUsersCreateOpts) Run() error
type DBUsersDeleteOpts ¶
type DBUsersDeleteOpts struct { cli.GlobalOpts *cli.DeleteOpts // contains filtered or unexported fields }
func (*DBUsersDeleteOpts) Run ¶
func (opts *DBUsersDeleteOpts) Run() error
type DBUsersListOpts ¶
type DBUsersListOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*DBUsersListOpts) Run ¶
func (opts *DBUsersListOpts) Run() error
type DiagnoseArchiveDownloadOpts ¶
type DiagnoseArchiveDownloadOpts struct { cli.GlobalOpts cli.DownloaderOpts // contains filtered or unexported fields }
func (*DiagnoseArchiveDownloadOpts) Run ¶
func (opts *DiagnoseArchiveDownloadOpts) Run() error
type LogsJobsCollectOpts ¶
type LogsJobsCollectOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*LogsJobsCollectOpts) Run ¶
func (opts *LogsJobsCollectOpts) Run() error
type LogsJobsDeleteOpts ¶
type LogsJobsDeleteOpts struct { cli.GlobalOpts *cli.DeleteOpts // contains filtered or unexported fields }
func (*LogsJobsDeleteOpts) Run ¶
func (opts *LogsJobsDeleteOpts) Run() error
type LogsJobsDownloadOpts ¶
type LogsJobsDownloadOpts struct { cli.GlobalOpts cli.DownloaderOpts // contains filtered or unexported fields }
func (*LogsJobsDownloadOpts) Run ¶
func (opts *LogsJobsDownloadOpts) Run() error
type LogsJobsListOpts ¶
type LogsJobsListOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*LogsJobsListOpts) Run ¶
func (opts *LogsJobsListOpts) Run() error
type MetricsDatabasesListsOpts ¶
type MetricsDatabasesListsOpts struct { cli.GlobalOpts cli.ListOpts // contains filtered or unexported fields }
func (*MetricsDatabasesListsOpts) Run ¶
func (opts *MetricsDatabasesListsOpts) Run() error
type MetricsDisksDescribeOpts ¶
type MetricsDisksDescribeOpts struct { cli.GlobalOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*MetricsDisksDescribeOpts) Run ¶
func (opts *MetricsDisksDescribeOpts) Run() error
type MetricsDisksListsOpts ¶
type MetricsDisksListsOpts struct { cli.GlobalOpts cli.ListOpts // contains filtered or unexported fields }
func (*MetricsDisksListsOpts) Run ¶
func (opts *MetricsDisksListsOpts) Run() error
type MetricsProcessOpts ¶
type MetricsProcessOpts struct { cli.GlobalOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*MetricsProcessOpts) Run ¶
func (opts *MetricsProcessOpts) Run() error
type ProcessesDescribeOpts ¶
type ProcessesDescribeOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ProcessesDescribeOpts) Run ¶
func (opts *ProcessesDescribeOpts) Run() error
type ProcessesListOpts ¶
type ProcessesListOpts struct { cli.GlobalOpts cli.ListOpts // contains filtered or unexported fields }
func (*ProcessesListOpts) Run ¶
func (opts *ProcessesListOpts) Run() error
Source Files
¶
- clusters.go
- clusters_apply.go
- clusters_create.go
- clusters_describe.go
- clusters_indexes.go
- clusters_indexes_create.go
- clusters_list.go
- clusters_shutdown.go
- clusters_startup.go
- clusters_update.go
- dbusers.go
- dbusers_create.go
- dbusers_delete.go
- dbusers_list.go
- diagnose_archive.go
- diagnose_archive_download.go
- logs.go
- logs_jobs.go
- logs_jobs_collect.go
- logs_jobs_delete.go
- logs_jobs_download.go
- logs_jobs_list.go
- metrics.go
- metrics_databases.go
- metrics_databases_list.go
- metrics_disks.go
- metrics_disks_describe.go
- metrics_disks_list.go
- metrics_process.go
- ops_manager.go
- processes.go
- processes_describe.go
- processes_list.go