Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
Argument_ArgumentKind_ANYTYPE :: Argument_ArgumentKindgogol-bigquery Gogol.BigQuery The argument is any type, including struct or array, but not a table.
pattern
JoinRestrictionPolicy_JoinCondition_JOINANY :: JoinRestrictionPolicy_JoinConditiongogol-bigquery Gogol.BigQuery A join is required on at least one of the specified columns.
pattern
Argument_ArgumentKind_ANYTYPE :: Argument_ArgumentKindgogol-bigquery Gogol.BigQuery.Types The argument is any type, including struct or array, but not a table.
pattern
JoinRestrictionPolicy_JoinCondition_JOINANY :: JoinRestrictionPolicy_JoinConditiongogol-bigquery Gogol.BigQuery.Types A join is required on at least one of the specified columns.
pattern
Disk_AccessMode_READONLYMANY :: Disk_AccessModegogol-compute Gogol.Compute The AccessMode means the disk can be attached to multiple instances in RO mode.
pattern
Disk_AccessMode_READWRITEMANY :: Disk_AccessModegogol-compute Gogol.Compute The AccessMode means the disk can be attached to multiple instances in RW mode.
pattern
DistributionPolicy_TargetShape_ANYSINGLEZONE :: DistributionPolicy_TargetShapegogol-compute Gogol.Compute The group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
pattern
DistributionPolicy_TargetShape_Any :: DistributionPolicy_TargetShapegogol-compute Gogol.Compute The group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
-
gogol-compute Gogol.Compute No documentation available.
pattern
LocationPolicy_TargetShape_ANYSINGLEZONE :: LocationPolicy_TargetShapegogol-compute Gogol.Compute GCE always selects a single zone for all the VMs, optimizing for resource quotas, available reservations and general capacity. Recommended for batch workloads that cannot tollerate distribution over multiple zones. This the default shape in Bulk Insert and Capacity Advisor APIs.