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.
pattern
ShareSettings_ShareType_SHARETYPEUNSPECIFIED :: ShareSettings_ShareTypegogol-compute Gogol.Compute Default value. This value is unused.
pattern
ShareSettings_ShareType_SPECIFICPROJECTS :: ShareSettings_ShareTypegogol-compute Gogol.Compute Shared-reservation is open to specific projects
-
gogol-compute Gogol.Compute.Types The share setting for reservations and sole tenancy node groups. See: newShareSettings smart constructor.
ShareSettings :: Maybe ShareSettings_ProjectMap -> Maybe ShareSettings_ShareType -> ShareSettingsgogol-compute Gogol.Compute.Types No documentation available.
newtype
ShareSettingsProjectConfig gogol-compute Gogol.Compute.Types Config for each project in the share settings. See: newShareSettingsProjectConfig smart constructor.
ShareSettingsProjectConfig :: Maybe Text -> ShareSettingsProjectConfiggogol-compute Gogol.Compute.Types No documentation available.
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.
ShareSettings_ProjectMap :: HashMap Text ShareSettingsProjectConfig -> ShareSettings_ProjectMapgogol-compute Gogol.Compute.Types No documentation available.
newtype
ShareSettings_ShareType gogol-compute Gogol.Compute.Types Type of sharing for this shared-reservation
ShareSettings_ShareType :: Text -> ShareSettings_ShareTypegogol-compute Gogol.Compute.Types No documentation available.