opsmanager

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2020 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Builder

func Builder() *cobra.Command

func ClustersApplyBuilder

func ClustersApplyBuilder() *cobra.Command

mongocli cloud-manager cluster(s) apply --projectId projectId --file myfile.yaml

func ClustersBuilder

func ClustersBuilder() *cobra.Command

func ClustersCreateBuilder

func ClustersCreateBuilder() *cobra.Command

mongocli cloud-manager cluster(s) create --projectId projectId --file myfile.yaml

func ClustersDescribeBuilder

func ClustersDescribeBuilder() *cobra.Command

mongocli cloud-manager cluster(s) describe <name> --projectId projectId

func ClustersIndexesBuilder

func ClustersIndexesBuilder() *cobra.Command

func ClustersIndexesCreateBuilder

func ClustersIndexesCreateBuilder() *cobra.Command

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

func ClustersListBuilder() *cobra.Command

mongocli cloud-manager cluster(s) list --projectId projectId

func ClustersShutdownBuilder

func ClustersShutdownBuilder() *cobra.Command

mongocli cloud-manager cluster(s) shutdown <name> --projectId projectId [--force]

func ClustersStartupBuilder

func ClustersStartupBuilder() *cobra.Command

mongocli cloud-manager cluster(s) startup <name> --projectId projectId [--force]

func ClustersUpdateBuilder

func ClustersUpdateBuilder() *cobra.Command

mongocli cloud-manager cluster(s) update --projectId projectId --file myfile.yaml

func DBUsersBuilder

func DBUsersBuilder() *cobra.Command

func DBUsersCreateBuilder

func DBUsersCreateBuilder() *cobra.Command

mongocli atlas dbuser(s) create --username username --password password --role roleName@dbName [--projectId projectId]

func DBUsersDeleteBuilder

func DBUsersDeleteBuilder() *cobra.Command

mongocli atlas dbuser(s) delete <username> [--projectId projectId] [--force]

func DBUsersListBuilder

func DBUsersListBuilder() *cobra.Command

mongocli om|cm dbuser(s) list [--projectId projectId]

func DiagnoseArchive

func DiagnoseArchive() *cobra.Command

func DiagnoseArchiveDownloadBuilder

func DiagnoseArchiveDownloadBuilder() *cobra.Command

mongocli om diagnose-archive download [--out out] [--projectId projectId]

func LogsBuilder

func LogsBuilder() *cobra.Command

func LogsJobsBuilder

func LogsJobsBuilder() *cobra.Command

func LogsJobsCollectOptsBuilder

func LogsJobsCollectOptsBuilder() *cobra.Command

mongocli om logs jobs collect resourceType resourceName --sizeRequestedPerFileBytes size --type type --redacted redacted [--projectId projectId]

func LogsJobsDeleteOptsBuilder

func LogsJobsDeleteOptsBuilder() *cobra.Command

mongocli om logs jobs delete <ID> [--projectId projectId] [--force]

func LogsJobsDownloadOptsBuilder

func LogsJobsDownloadOptsBuilder() *cobra.Command

mongocli om logs jobs download <ID> [--out out] [--projectId projectId]

func LogsJobsListOptsBuilder

func LogsJobsListOptsBuilder() *cobra.Command

mongocli om logs jobs list --verbose verbose [--projectId projectId]

func MetricsBuilder

func MetricsBuilder() *cobra.Command

func MetricsDatabasesBuilder

func MetricsDatabasesBuilder() *cobra.Command

func MetricsDatabasesListBuilder

func MetricsDatabasesListBuilder() *cobra.Command

mongocli om metric(s) process(es) disks lists <ID>

func MetricsDisksBuilder

func MetricsDisksBuilder() *cobra.Command

func MetricsDisksDescribeBuilder

func MetricsDisksDescribeBuilder() *cobra.Command

mcli om metric(s) disk(s) describe <hostId:port> <name> --granularity g --period p --start start --end end [--type type] [--projectId projectId]

func MetricsDisksListBuilder

func MetricsDisksListBuilder() *cobra.Command

mongocli om metric(s) process(es) disks lists <ID>

func MetricsProcessBuilder

func MetricsProcessBuilder() *cobra.Command

mongocli om|cm metric(s) process(es) <ID> [--granularity granularity] [--period period] [--start start] [--end end] [--type type][--projectId projectId]

func ProcessDescribeBuilder

func ProcessDescribeBuilder() *cobra.Command

mongocli om process(es) describe <ID> [--projectId projectId]

func ProcessListBuilder

func ProcessListBuilder() *cobra.Command

mongocli om process(es) list --projectId projectId [--page N] [--limit N]

func ProcessesBuilder

func ProcessesBuilder() *cobra.Command

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL