Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. episodeNumber :: Avail -> Maybe Text

    gogol-play-moviespartner Gogol.PlayMoviesPartner.Types

    The number assigned to the episode within a season. Only available on TV Avails. Example: "3".

  2. episodeNumber :: StoreInfo -> Maybe Text

    gogol-play-moviespartner Gogol.PlayMoviesPartner.Types

    The number assigned to the episode within a season. Only available on TV Edits. Example: "1".

  3. seasonNumber :: Avail -> Maybe Text

    gogol-play-moviespartner Gogol.PlayMoviesPartner.Types

    The number assigned to the season within a series. Only available on TV Avails. Example: "1".

  4. seasonNumber :: StoreInfo -> Maybe Text

    gogol-play-moviespartner Gogol.PlayMoviesPartner.Types

    The number assigned to the season within a show. Only available on TV Edits. Example: "1".

  5. currentNumReplicas :: Pool -> Maybe Int32

    gogol-replicapool Gogol.ReplicaPool

    • Output Only The current number of replicas in the pool.

  6. initialNumReplicas :: Pool -> Maybe Int32

    gogol-replicapool Gogol.ReplicaPool

    The initial number of replicas this pool should have. You must provide a value greater than or equal to 0.

  7. currentNumReplicas :: Pool -> Maybe Int32

    gogol-replicapool Gogol.ReplicaPool.Types

    • Output Only The current number of replicas in the pool.

  8. initialNumReplicas :: Pool -> Maybe Int32

    gogol-replicapool Gogol.ReplicaPool.Types

    The initial number of replicas this pool should have. You must provide a value greater than or equal to 0.

  9. maxNumConcurrentInstances :: RollingUpdate_Policy -> Maybe Int32

    gogol-replicapool-updater Gogol.ReplicaPoolUpdater

    The maximum number of instances that can be updated simultaneously. An instance update is considered complete only after the instance is restarted and initialized.

  10. maxNumFailedInstances :: RollingUpdate_Policy -> Maybe Int32

    gogol-replicapool-updater Gogol.ReplicaPoolUpdater

    The maximum number of instance updates that can fail before the group update is considered a failure. An instance update is considered failed if any of its update actions (e.g. Stop call on Instance resource in Rolling Reboot) failed with permanent failure, or if the instance is in an UNHEALTHY state after it finishes all of the update actions.

Page 690 of many | Previous | Next