PostgresInstancePropertiesResponse

data class PostgresInstancePropertiesResponse(val admin: String? = null, val basicLoginInformation: BasicLoginInformationResponse? = null, val dataControllerId: String? = null, val k8sRaw: Any? = null, val lastUploadedDate: String? = null, val provisioningState: String)

Postgres Instance properties.

Constructors

Link copied to clipboard
constructor(admin: String? = null, basicLoginInformation: BasicLoginInformationResponse? = null, dataControllerId: String? = null, k8sRaw: Any? = null, lastUploadedDate: String? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val admin: String? = null

The instance admin

Link copied to clipboard

Username and password for basic authentication.

Link copied to clipboard

The data controller id

Link copied to clipboard
val k8sRaw: Any? = null

The raw kubernetes information

Link copied to clipboard

Last uploaded date from Kubernetes cluster. Defaults to current date time

Link copied to clipboard

The provisioning state of the Azure Arc-enabled PostgreSQL instance.