Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. newtype ShareSettingsProjectConfig

    gogol-compute Gogol.Compute

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

  2. ShareSettingsProjectConfig :: Maybe Text -> ShareSettingsProjectConfig

    gogol-compute Gogol.Compute

    No documentation available.

  3. newtype ShareSettings_ProjectMap

    gogol-compute Gogol.Compute

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

  4. ShareSettings_ProjectMap :: HashMap Text ShareSettingsProjectConfig -> ShareSettings_ProjectMap

    gogol-compute Gogol.Compute

    No documentation available.

  5. newtype ShareSettings_ShareType

    gogol-compute Gogol.Compute

    Type of sharing for this shared-reservation

  6. ShareSettings_ShareType :: Text -> ShareSettings_ShareType

    gogol-compute Gogol.Compute

    No documentation available.

  7. pattern ShareSettings_ShareType_Local :: ShareSettings_ShareType

    gogol-compute Gogol.Compute

    Default value.

  8. pattern ShareSettings_ShareType_Organization :: ShareSettings_ShareType

    gogol-compute Gogol.Compute

    Shared-reservation is open to entire Organization

  9. pattern ShareSettings_ShareType_SHARETYPEUNSPECIFIED :: ShareSettings_ShareType

    gogol-compute Gogol.Compute

    Default value. This value is unused.

  10. pattern ShareSettings_ShareType_SPECIFICPROJECTS :: ShareSettings_ShareType

    gogol-compute Gogol.Compute

    Shared-reservation is open to specific projects

Page 21 of many | Previous | Next