Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. consumerNetwork :: PscAutoConnectionConfig -> Maybe Text

    gogol-sqladmin Gogol.SQLAdmin

    The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, projects/project1/global/networks/network1. The consumer host project of this network might be different from the consumer service project.

  2. consumerNetworkStatus :: PscAutoConnectionConfig -> Maybe Text

    gogol-sqladmin Gogol.SQLAdmin

    The connection policy status of the consumer network.

  3. consumerProject :: PscAutoConnectionConfig -> Maybe Text

    gogol-sqladmin Gogol.SQLAdmin

    This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.

  4. allowedConsumerProjects :: PscConfig -> Maybe [Text]

    gogol-sqladmin Gogol.SQLAdmin.Types

    Optional. The list of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).

  5. consumerNetwork :: PscAutoConnectionConfig -> Maybe Text

    gogol-sqladmin Gogol.SQLAdmin.Types

    The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, projects/project1/global/networks/network1. The consumer host project of this network might be different from the consumer service project.

  6. consumerNetworkStatus :: PscAutoConnectionConfig -> Maybe Text

    gogol-sqladmin Gogol.SQLAdmin.Types

    The connection policy status of the consumer network.

  7. consumerProject :: PscAutoConnectionConfig -> Maybe Text

    gogol-sqladmin Gogol.SQLAdmin.Types

    This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.

  8. data StorageAnywhereCachesResume

    gogol-storage Gogol.Storage

    Resumes a paused or disabled Anywhere Cache instance. See: newStorageAnywhereCachesResume smart constructor.

  9. StorageAnywhereCachesResume :: Text -> Text -> Maybe Text -> StorageAnywhereCachesResume

    gogol-storage Gogol.Storage

    No documentation available.

  10. type StorageAnywhereCachesResumeResource = "storage" :> "v1" :> "b" :> Capture "bucket" Text :> "anywhereCaches" :> Capture "anywhereCacheId" Text :> "resume" :> QueryParam "uploadType" Text :> QueryParam "alt" AltJSON :> Post '[JSON] AnywhereCache

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.resume method which the StorageAnywhereCachesResume request conforms to.

Page 337 of many | Previous | Next