Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
panelizationSummary :: Volume_VolumeInfo -> Maybe Volume_VolumeInfo_PanelizationSummarygogol-books Gogol.Books.Types A top-level summary of the panelization info in this volume.
pattern
Span_SpanKind_Consumer :: Span_SpanKindgogol-cloudtrace Gogol.CloudTrace Indicates that the span describes consumer receiving a message from a broker. Unlike client and server, there is no direct critical path latency relationship between producer and consumer spans (e.g. receiving a message from a pubsub service subscription).
pattern
Span_SpanKind_Consumer :: Span_SpanKindgogol-cloudtrace Gogol.CloudTrace.Types Indicates that the span describes consumer receiving a message from a broker. Unlike client and server, there is no direct critical path latency relationship between producer and consumer spans (e.g. receiving a message from a pubsub service subscription).
data
ComputeInstanceGroupManagersResumeInstances gogol-compute Gogol.Compute Flags the specified instances in the managed instance group to be resumed. This method increases the targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. The underlying actions take additional time. You must separately verify the status of the RESUMING action with the listmanagedinstances method. In this request, you can only specify instances that are suspended. For example, if an instance was previously suspended using the suspendInstances method, it can be resumed using the resumeInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances with this method per request. See: newComputeInstanceGroupManagersResumeInstances smart constructor.
-
gogol-compute Gogol.Compute No documentation available.
-
gogol-compute Gogol.Compute A resource alias for compute.instanceGroupManagers.resumeInstances method which the ComputeInstanceGroupManagersResumeInstances request conforms to.
-
gogol-compute Gogol.Compute Resumes an instance that was suspended using the instances().suspend method. See: newComputeInstancesResume smart constructor.
-
gogol-compute Gogol.Compute No documentation available.
-
gogol-compute Gogol.Compute A resource alias for compute.instances.resume method which the ComputeInstancesResume request conforms to.
data
ComputeRegionInstanceGroupManagersResumeInstances gogol-compute Gogol.Compute Flags the specified instances in the managed instance group to be resumed. This method increases the targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. The underlying actions take additional time. You must separately verify the status of the RESUMING action with the listmanagedinstances method. In this request, you can only specify instances that are suspended. For example, if an instance was previously suspended using the suspendInstances method, it can be resumed using the resumeInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances with this method per request. See: newComputeRegionInstanceGroupManagersResumeInstances smart constructor.