MongoClusterPropertiesResponse

data class MongoClusterPropertiesResponse(val administrator: AdministratorPropertiesResponse? = null, val backup: BackupPropertiesResponse? = null, val clusterStatus: String, val compute: ComputePropertiesResponse? = null, val connectionString: String, val highAvailability: HighAvailabilityPropertiesResponse? = null, val infrastructureVersion: String, val previewFeatures: List<String>? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val replica: ReplicationPropertiesResponse, val serverVersion: String? = null, val sharding: ShardingPropertiesResponse? = null, val storage: StoragePropertiesResponse? = null)

The properties of a mongo cluster.

Constructors

Link copied to clipboard
constructor(administrator: AdministratorPropertiesResponse? = null, backup: BackupPropertiesResponse? = null, clusterStatus: String, compute: ComputePropertiesResponse? = null, connectionString: String, highAvailability: HighAvailabilityPropertiesResponse? = null, infrastructureVersion: String, previewFeatures: List<String>? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, replica: ReplicationPropertiesResponse, serverVersion: String? = null, sharding: ShardingPropertiesResponse? = null, storage: StoragePropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The local administrator properties for the mongo cluster.

Link copied to clipboard

The backup properties of the mongo cluster.

Link copied to clipboard

The status of the mongo cluster.

Link copied to clipboard

The compute properties of the mongo cluster.

Link copied to clipboard

The default mongo connection string for the cluster.

Link copied to clipboard

The high availability properties of the mongo cluster.

Link copied to clipboard

The infrastructure version the cluster is provisioned on.

Link copied to clipboard

List of private endpoint connections.

Link copied to clipboard

List of private endpoint connections.

Link copied to clipboard

The provisioning state of the mongo cluster.

Link copied to clipboard

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

Link copied to clipboard

The replication properties for the mongo cluster

Link copied to clipboard
val serverVersion: String? = null

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

Link copied to clipboard

The sharding properties of the mongo cluster.

Link copied to clipboard

The storage properties of the mongo cluster.