MongoClusterProperties interface
The properties of a mongo cluster.
Properties
administrator | The local administrator properties for the mongo cluster. |
backup | The backup properties of the mongo cluster. |
cluster |
The status of the mongo cluster. |
compute | The compute properties of the mongo cluster. |
connection |
The default mongo connection string for the cluster. |
create |
The mode to create a mongo cluster. |
high |
The high availability properties of the mongo cluster. |
infrastructure |
The infrastructure version the cluster is provisioned on. |
preview |
List of private endpoint connections. |
private |
List of private endpoint connections. |
provisioning |
The provisioning state of the mongo cluster. |
public |
Whether or not public endpoint access is allowed for this mongo cluster. |
replica | The replication properties for the mongo cluster |
replica |
The parameters to create a replica mongo cluster. |
restore |
The parameters to create a point-in-time restore 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
backup
The backup properties of the mongo cluster.
backup?: BackupProperties
Property Value
clusterStatus
The status of the mongo cluster.
clusterStatus?: string
Property Value
string
compute
The compute properties of the mongo cluster.
compute?: ComputeProperties
Property Value
connectionString
The default mongo connection string for the cluster.
connectionString?: string
Property Value
string
createMode
The mode to create a mongo cluster.
createMode?: string
Property Value
string
highAvailability
The high availability properties of the mongo cluster.
highAvailability?: HighAvailabilityProperties
Property Value
infrastructureVersion
The infrastructure version the cluster is provisioned on.
infrastructureVersion?: string
Property Value
string
previewFeatures
List of private endpoint connections.
previewFeatures?: string[]
Property Value
string[]
privateEndpointConnections
List of private endpoint connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The provisioning state of the mongo cluster.
provisioningState?: string
Property Value
string
publicNetworkAccess
Whether or not public endpoint access is allowed for this mongo cluster.
publicNetworkAccess?: string
Property Value
string
replica
The replication properties for the mongo cluster
replica?: ReplicationProperties
Property Value
replicaParameters
The parameters to create a replica mongo cluster.
replicaParameters?: MongoClusterReplicaParameters
Property Value
restoreParameters
The parameters to create a point-in-time restore mongo cluster.
restoreParameters?: MongoClusterRestoreParameters
Property Value
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