Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::SqlServerDatabaseDetails (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlServerDatabaseDetails.

Represents a Sql Server database on the Cloud SQL instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#compatibility_level

def compatibility_level() -> ::Integer
Returns
  • (::Integer) — The version of SQL Server with which the database is to be made compatible

#compatibility_level=

def compatibility_level=(value) -> ::Integer
Parameter
  • value (::Integer) — The version of SQL Server with which the database is to be made compatible
Returns
  • (::Integer) — The version of SQL Server with which the database is to be made compatible

#recovery_model

def recovery_model() -> ::String
Returns
  • (::String) — The recovery model of a SQL Server database

#recovery_model=

def recovery_model=(value) -> ::String
Parameter
  • value (::String) — The recovery model of a SQL Server database
Returns
  • (::String) — The recovery model of a SQL Server database