SqlManagedInstancePropertiesResponse

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

Properties of sqlManagedInstance.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val admin: String? = null

The instance admin user

Link copied to clipboard

Username and password for basic authentication.

Link copied to clipboard

null

Link copied to clipboard
val endTime: String? = null

The instance end time

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
Link copied to clipboard
val startTime: String? = null

The instance start time