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. ComputeInstancesResume :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Text -> Maybe Text -> Maybe Text -> Maybe Text -> Text -> ComputeInstancesResume

    gogol-compute Gogol.Compute.Instances.Resume

    No documentation available.

  2. type ComputeInstancesResumeResource = "compute" :> "v1" :> "projects" :> Capture "project" Text :> "zones" :> Capture "zone" Text :> "instances" :> Capture "instance" Text :> "resume" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "requestId" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Post '[JSON] Operation

    gogol-compute Gogol.Compute.Instances.Resume

    A resource alias for compute.instances.resume method which the ComputeInstancesResume request conforms to.

  3. newComputeInstancesResume :: Text -> Text -> Text -> ComputeInstancesResume

    gogol-compute Gogol.Compute.Instances.Resume

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

  4. module Gogol.Compute.RegionInstanceGroupManagers.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.regionInstanceGroupManagers.resumeInstances.

  5. data ComputeRegionInstanceGroupManagersResumeInstances

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.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: newComputeRegionInstanceGroupManagersResumeInstances smart constructor.

  6. ComputeRegionInstanceGroupManagersResumeInstances :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> RegionInstanceGroupManagersResumeInstancesRequest -> Text -> Text -> Maybe Text -> Maybe Text -> Maybe Text -> ComputeRegionInstanceGroupManagersResumeInstances

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.ResumeInstances

    No documentation available.

  7. type ComputeRegionInstanceGroupManagersResumeInstancesResource = "compute" :> "v1" :> "projects" :> Capture "project" Text :> "regions" :> Capture "region" 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] RegionInstanceGroupManagersResumeInstancesRequest :> Post '[JSON] Operation

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.ResumeInstances

    A resource alias for compute.regionInstanceGroupManagers.resumeInstances method which the ComputeRegionInstanceGroupManagersResumeInstances request conforms to.

  8. newComputeRegionInstanceGroupManagersResumeInstances :: Text -> RegionInstanceGroupManagersResumeInstancesRequest -> Text -> Text -> ComputeRegionInstanceGroupManagersResumeInstances

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.ResumeInstances

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

  9. data InstanceConsumptionData

    gogol-compute Gogol.Compute.Types

    No documentation available.

  10. InstanceConsumptionData :: Maybe InstanceConsumptionInfo -> Maybe Text -> InstanceConsumptionData

    gogol-compute Gogol.Compute.Types

    No documentation available.

Page 269 of many | Previous | Next