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. data ShareSettings

    gogol-compute Gogol.Compute.Types

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

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

    gogol-compute Gogol.Compute.Types

    No documentation available.

  3. newtype ShareSettingsProjectConfig

    gogol-compute Gogol.Compute.Types

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

  4. ShareSettingsProjectConfig :: Maybe Text -> ShareSettingsProjectConfig

    gogol-compute Gogol.Compute.Types

    No documentation available.

  5. 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.

  6. ShareSettings_ProjectMap :: HashMap Text ShareSettingsProjectConfig -> ShareSettings_ProjectMap

    gogol-compute Gogol.Compute.Types

    No documentation available.

  7. newtype ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Type of sharing for this shared-reservation

  8. ShareSettings_ShareType :: Text -> ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    No documentation available.

  9. pattern ShareSettings_ShareType_Local :: ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Default value.

  10. pattern ShareSettings_ShareType_Organization :: ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Shared-reservation is open to entire Organization

Page 22 of many | Previous | Next