SqlManagedInstanceK8sSpecResponse

data class SqlManagedInstanceK8sSpecResponse(val replicas: Int? = null, val scheduling: K8sSchedulingResponse? = null, val security: K8sSecurityResponse? = null, val settings: K8sSettingsResponse? = null)

The kubernetes spec information.

Constructors

Link copied to clipboard
constructor(replicas: Int? = null, scheduling: K8sSchedulingResponse? = null, security: K8sSecurityResponse? = null, settings: K8sSettingsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val replicas: Int? = null

This option specifies the number of SQL Managed Instance replicas that will be deployed in your Kubernetes cluster for high availability purposes. If sku.tier is BusinessCritical, allowed values are '2' or '3' with default of '3'. If sku.tier is GeneralPurpose, replicas must be '1'.

Link copied to clipboard

The kubernetes scheduling information.

Link copied to clipboard

The kubernetes security information.

Link copied to clipboard

The kubernetes settings information.