GetMongoClusterResult

data class GetMongoClusterResult(val administratorLogin: String? = null, val clusterStatus: String, val connectionString: String, val earliestRestoreTime: String, val id: String, val location: String, val name: String, val nodeGroupSpecs: List<NodeGroupSpecResponse>? = null, val provisioningState: String, val serverVersion: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Represents a mongo cluster resource.

Constructors

Link copied to clipboard
constructor(administratorLogin: String? = null, clusterStatus: String, connectionString: String, earliestRestoreTime: String, id: String, location: String, name: String, nodeGroupSpecs: List<NodeGroupSpecResponse>? = null, provisioningState: String, serverVersion: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The administrator's login for the mongo cluster.

Link copied to clipboard

A status of the mongo cluster.

Link copied to clipboard

The default mongo connection string for the cluster.

Link copied to clipboard

Earliest restore timestamp in UTC ISO8601 format.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The list of node group specs in the cluster.

Link copied to clipboard

A provisioning state of 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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"