MssqlElasticpool

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string MssqlElasticpool
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec MssqlElasticpoolSpec
status MssqlElasticpoolStatus

MssqlElasticpoolSpec

(Appears on:MssqlElasticpool, MssqlElasticpoolStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
elasticPoolProperties []MssqlElasticpoolSpecElasticPoolProperties (Optional) Deprecated
location string
maxSizeBytes int (Optional)
maxSizeGb encoding/json.Number (Optional)
name string
perDatabaseSettings []MssqlElasticpoolSpecPerDatabaseSettings
resourceGroupName string
serverName string
sku []MssqlElasticpoolSpecSku
tags map[string]string (Optional)
zoneRedundant bool (Optional)

MssqlElasticpoolSpecElasticPoolProperties

(Appears on:MssqlElasticpoolSpec)
Field Type Description
creationDate string (Optional) Deprecated
licenseType string (Optional) Deprecated
maxSizeBytes int (Optional) Deprecated
state string (Optional) Deprecated
zoneRedundant bool (Optional) Deprecated

MssqlElasticpoolSpecPerDatabaseSettings

(Appears on:MssqlElasticpoolSpec)
Field Type Description
maxCapacity encoding/json.Number
minCapacity encoding/json.Number

MssqlElasticpoolSpecSku

(Appears on:MssqlElasticpoolSpec)
Field Type Description
capacity int
family string (Optional)
name string
tier string

MssqlElasticpoolStatus

(Appears on:MssqlElasticpool)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output MssqlElasticpoolSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)