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.

  1. newServiceAttachmentConsumerProjectLimit :: ServiceAttachmentConsumerProjectLimit

    gogol-compute Gogol.Compute

    Creates a value of ServiceAttachmentConsumerProjectLimit with the minimum fields required to make a request.

  2. resuming :: InstanceGroupManagerActionsSummary -> Maybe Int32

    gogol-compute Gogol.Compute

    • Output Only The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

  3. sha1Checksum :: Image_RawDisk -> Maybe Text

    gogol-compute Gogol.Compute

    • Deprecated This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.

  4. module Gogol.Compute.InstanceGroupManagers.ResumeInstances

    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: Compute Engine API Reference for compute.instanceGroupManagers.resumeInstances.

  5. data ComputeInstanceGroupManagersResumeInstances

    gogol-compute Gogol.Compute.InstanceGroupManagers.ResumeInstances

    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.

  6. ComputeInstanceGroupManagersResumeInstances :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> InstanceGroupManagersResumeInstancesRequest -> Text -> Maybe Text -> Maybe Text -> Maybe Text -> Text -> ComputeInstanceGroupManagersResumeInstances

    gogol-compute Gogol.Compute.InstanceGroupManagers.ResumeInstances

    No documentation available.

  7. type ComputeInstanceGroupManagersResumeInstancesResource = "compute" :> "v1" :> "projects" :> Capture "project" Text :> "zones" :> Capture "zone" Text :> "instanceGroupManagers" :> Capture "instanceGroupManager" Text :> "resumeInstances" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "requestId" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InstanceGroupManagersResumeInstancesRequest :> Post '[JSON] Operation

    gogol-compute Gogol.Compute.InstanceGroupManagers.ResumeInstances

    A resource alias for compute.instanceGroupManagers.resumeInstances method which the ComputeInstanceGroupManagersResumeInstances request conforms to.

  8. newComputeInstanceGroupManagersResumeInstances :: Text -> InstanceGroupManagersResumeInstancesRequest -> Text -> Text -> ComputeInstanceGroupManagersResumeInstances

    gogol-compute Gogol.Compute.InstanceGroupManagers.ResumeInstances

    Creates a value of ComputeInstanceGroupManagersResumeInstances with the minimum fields required to make a request.

  9. module Gogol.Compute.Instances.Resume

    Resumes an instance that was suspended using the instances().suspend method. See: Compute Engine API Reference for compute.instances.resume.

  10. data ComputeInstancesResume

    gogol-compute Gogol.Compute.Instances.Resume

    Resumes an instance that was suspended using the instances().suspend method. See: newComputeInstancesResume smart constructor.

Page 268 of many | Previous | Next