Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBuilder ¶
mongocli atlas liveMigrations|lm create --clusterName clusterName --migrationHosts hosts --sourceClusterName clusterName --sourceProjectId projectId [--sourceSSL] [--sourceCACertificatePath path] [--sourceManagedAuthentication] [--sourceUsername userName] [--sourcePassword password] [--drop] [--projectId projectId].
func CutoverBuilder ¶
mongocli atlas liveMigrations|lm cutover [--liveMigrationID liveMigrationId] [--projectId projectId].
func DescribeBuilder ¶
mongocli atlas liveMigrations|lm describe --liveMigrationId <liveMigrationId> [--projectId projectId].
Types ¶
type CreateOpts ¶
type CreateOpts struct { options.LiveMigrationsOpts // contains filtered or unexported fields }
func (*CreateOpts) Run ¶
func (opts *CreateOpts) Run() error
type CutoverOpts ¶
type CutoverOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*CutoverOpts) Run ¶
func (opts *CutoverOpts) Run() error
type DescribeOpts ¶
type DescribeOpts struct { cli.OutputOpts cli.GlobalOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
Click to show internal directories.
Click to hide internal directories.