GetInstanceResult

data class GetInstanceResult(val databaseUrl: String, val name: String, val project: String, val state: String, val type: String)

Constructors

Link copied to clipboard
constructor(databaseUrl: String, name: String, project: String, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output Only. The globally unique hostname of the database.

Link copied to clipboard

The fully qualified resource name of the database instance, in the form: projects/{project-number}/locations/{location-id}/instances/{database-id}.

Link copied to clipboard

The resource name of the project this instance belongs to. For example: projects/{project-number}.

Link copied to clipboard

The database's lifecycle state. Read-only.

Link copied to clipboard

Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.