MongoClusterUpdateProperties interface

The updatable properties of the MongoCluster.

Properties

administratorLogin

The administrator's login for the mongo cluster.

administratorLoginPassword

The password of the administrator login.

nodeGroupSpecs

The list of node group specs in the cluster.

previewFeatures

List of private endpoint connections.

publicNetworkAccess

Whether or not public endpoint access is allowed for this mongo cluster.

serverVersion

The Mongo DB server version. Defaults to the latest available version if not specified.

Property Details

administratorLogin

The administrator's login for the mongo cluster.

administratorLogin?: string

Property Value

string

administratorLoginPassword

The password of the administrator login.

administratorLoginPassword?: string

Property Value

string

nodeGroupSpecs

The list of node group specs in the cluster.

nodeGroupSpecs?: NodeGroupSpec[]

Property Value

previewFeatures

List of private endpoint connections.

previewFeatures?: string[]

Property Value

string[]

publicNetworkAccess

Whether or not public endpoint access is allowed for this mongo cluster.

publicNetworkAccess?: string

Property Value

string

serverVersion

The Mongo DB server version. Defaults to the latest available version if not specified.

serverVersion?: string

Property Value

string