Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern Settings_PricingPlan_PERUSE :: Settings_PricingPlan

    gogol-sqladmin Gogol.SQLAdmin.Types

    The instance is billed per usage.

  2. pattern Settings_PricingPlan_Package :: Settings_PricingPlan

    gogol-sqladmin Gogol.SQLAdmin.Types

    The instance is billed at a monthly flat rate.

  3. pattern Settings_PricingPlan_SQLPRICINGPLANUNSPECIFIED :: Settings_PricingPlan

    gogol-sqladmin Gogol.SQLAdmin.Types

    This is an unknown pricing plan for this instance.

  4. newtype Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. (Deprecated) This property was only applicable to First Generation instances.

  5. Settings_ReplicationType :: Text -> Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    No documentation available.

  6. pattern Settings_ReplicationType_Asynchronous :: Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    The asynchronous replication mode for First Generation instances. It provides a slight performance gain, but if an outage occurs while this option is set to asynchronous, you can lose up to a few seconds of updates to your data.

  7. pattern Settings_ReplicationType_SQLREPLICATIONTYPEUNSPECIFIED :: Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    This is an unknown replication type for a Cloud SQL instance.

  8. pattern Settings_ReplicationType_Synchronous :: Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    The synchronous replication mode for First Generation instances. It is the default value.

  9. newtype Settings_UserLabels

    gogol-sqladmin Gogol.SQLAdmin.Types

    User-provided labels, represented as a dictionary where each label is a single key value pair. See: newSettings_UserLabels smart constructor.

  10. Settings_UserLabels :: HashMap Text Text -> Settings_UserLabels

    gogol-sqladmin Gogol.SQLAdmin.Types

    No documentation available.

Page 120 of many | Previous | Next