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.
pattern
Settings_PricingPlan_PERUSE :: Settings_PricingPlangogol-sqladmin Gogol.SQLAdmin.Types The instance is billed per usage.
pattern
Settings_PricingPlan_Package :: Settings_PricingPlangogol-sqladmin Gogol.SQLAdmin.Types The instance is billed at a monthly flat rate.
pattern
Settings_PricingPlan_SQLPRICINGPLANUNSPECIFIED :: Settings_PricingPlangogol-sqladmin Gogol.SQLAdmin.Types This is an unknown pricing plan for this instance.
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.
Settings_ReplicationType :: Text -> Settings_ReplicationTypegogol-sqladmin Gogol.SQLAdmin.Types No documentation available.
pattern
Settings_ReplicationType_Asynchronous :: Settings_ReplicationTypegogol-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.
pattern
Settings_ReplicationType_SQLREPLICATIONTYPEUNSPECIFIED :: Settings_ReplicationTypegogol-sqladmin Gogol.SQLAdmin.Types This is an unknown replication type for a Cloud SQL instance.
pattern
Settings_ReplicationType_Synchronous :: Settings_ReplicationTypegogol-sqladmin Gogol.SQLAdmin.Types The synchronous replication mode for First Generation instances. It is the default value.
-
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.
Settings_UserLabels :: HashMap Text Text -> Settings_UserLabelsgogol-sqladmin Gogol.SQLAdmin.Types No documentation available.