Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. pattern ShareSettings_ShareType_SHARETYPEUNSPECIFIED :: ShareSettings_ShareType

    gogol-compute Gogol.Compute

    Default value. This value is unused.

  2. pattern ShareSettings_ShareType_SPECIFICPROJECTS :: ShareSettings_ShareType

    gogol-compute Gogol.Compute

    Shared-reservation is open to specific projects

  3. data ShareSettings

    gogol-compute Gogol.Compute.Types

    The share setting for reservations and sole tenancy node groups. See: newShareSettings smart constructor.

  4. ShareSettings :: Maybe ShareSettings_ProjectMap -> Maybe ShareSettings_ShareType -> ShareSettings

    gogol-compute Gogol.Compute.Types

    No documentation available.

  5. newtype ShareSettingsProjectConfig

    gogol-compute Gogol.Compute.Types

    Config for each project in the share settings. See: newShareSettingsProjectConfig smart constructor.

  6. ShareSettingsProjectConfig :: Maybe Text -> ShareSettingsProjectConfig

    gogol-compute Gogol.Compute.Types

    No documentation available.

  7. newtype ShareSettings_ProjectMap

    gogol-compute Gogol.Compute.Types

    A map of project id and project config. This is only valid when sharetype's value is SPECIFICPROJECTS. See: newShareSettings_ProjectMap smart constructor.

  8. ShareSettings_ProjectMap :: HashMap Text ShareSettingsProjectConfig -> ShareSettings_ProjectMap

    gogol-compute Gogol.Compute.Types

    No documentation available.

  9. newtype ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Type of sharing for this shared-reservation

  10. ShareSettings_ShareType :: Text -> ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    No documentation available.

Page 22 of many | Previous | Next