# Functions

AddIndexConfig adds an opsmngr.IndexConfig to the opsmngr.AutomationConfig.
AddUser adds a opsmngr.MongoDBUser to the opsmngr.AutomationConfi.
ConfigureScramCredentials creates both SCRAM-SHA-1 and SCRAM-SHA-256 credentials.
DisableBackup disables backup for the given hostname.
DisableMonitoring disables monitoring for the given hostname.
EnableBackup enables backup for the given hostname.
EnableMechanism allows you to enable a given set of authentication mechanisms to an opsmngr.AutomationConfig.
EnableMonitoring enables monitoring for the given hostname.
No description provided by the author
ReclaimFreeSpace sets all process of a cluster to reclaim free space.
ReclaimFreeSpaceForProcessesByClusterName reclaims free space for a cluster.
No description provided by the author
RemoveByClusterName removes a cluster and its associated processes from the config.
RemoveUser removes a MongoDBUser from the authentication config.
Restart sets all process of a cluster to restart.
RestartProcessesByClusterName restart the entire cluster or its processes.
Shutdown disables all processes of the given cluster name.
ShutdownProcessesByClusterName disables the entire cluster or its processes.
StartInitialSync the MongoDB Agent checks whether the specified timestamp is later than the time of the last resync, and if confirmed, starts init sync on the secondary nodes in a rolling fashion.
StartInitialSyncAt specify the type to start the initial sync at, Warning: Use this method with caution.
StartInitialSyncAtForProcessesByClusterName trigger initial sync for a cluster.
Startup enables all processes of the given cluster name.
StartupProcessesByClusterName enables the entire cluster or its processes.
Suspend suspends automation for all processes.
SuspendProcessesByClusterName suspends automation for the entire cluster or its processes.

# Variables

No description provided by the author
ErrProcessNotFound means the process was not found for the given cluster name.
ErrUnsupportedMechanism means the provided mechanism wasn't valid.