MongoClusterUpdateProperties interface

The updatable properties of the MongoCluster.

Properties

administrator

The local administrator properties for the mongo cluster.

backup

The backup properties of the mongo cluster.

compute

The compute properties of the mongo cluster.

highAvailability

The high availability properties of the mongo 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.

sharding

The sharding properties of the mongo cluster.

storage

The storage properties of the mongo cluster.

Property Details

administrator

The local administrator properties for the mongo cluster.

administrator?: AdministratorProperties

Property Value

backup

The backup properties of the mongo cluster.

backup?: BackupProperties

Property Value

compute

The compute properties of the mongo cluster.

compute?: ComputeProperties

Property Value

highAvailability

The high availability properties of the mongo cluster.

highAvailability?: HighAvailabilityProperties

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

sharding

The sharding properties of the mongo cluster.

sharding?: ShardingProperties

Property Value

storage

The storage properties of the mongo cluster.

storage?: StorageProperties

Property Value