MongoClusterUpdateProperties interface
The updatable properties of the MongoCluster.
Properties
| administrator | The local administrator properties for the mongo cluster. |
| auth |
The authentication configuration for the cluster. |
| backup | The backup properties of the mongo cluster. |
| compute | The compute properties of the mongo cluster. |
| data |
The Data API properties of the mongo cluster. |
| encryption | The encryption configuration for the cluster. Depends on identity being configured. |
| high |
The high availability properties of the mongo cluster. |
| preview |
List of private endpoint connections. |
| public |
Whether or not public endpoint access is allowed for this mongo cluster. |
| server |
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
authConfig
The authentication configuration for the cluster.
authConfig?: AuthConfigProperties
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
dataApi
The Data API properties of the mongo cluster.
dataApi?: DataApiProperties
Property Value
encryption
The encryption configuration for the cluster. Depends on identity being configured.
encryption?: EncryptionProperties
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