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.

  1. newComputeInstanceGroupManagersListManagedInstances :: Text -> Text -> Text -> ComputeInstanceGroupManagersListManagedInstances

    gogol-compute Gogol.Compute.InstanceGroupManagers.ListManagedInstances

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

  2. module Gogol.Compute.RegionInstanceGroupManagers.ListManagedInstances

    Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. The orderBy query parameter is not supported. The pageToken query parameter is supported only if the group's listManagedInstancesResults field is set to PAGINATED. See: Compute Engine API Reference for compute.regionInstanceGroupManagers.listManagedInstances.

  3. data ComputeRegionInstanceGroupManagersListManagedInstances

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.ListManagedInstances

    Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. The orderBy query parameter is not supported. The pageToken query parameter is supported only if the group's listManagedInstancesResults field is set to PAGINATED. See: newComputeRegionInstanceGroupManagersListManagedInstances smart constructor.

  4. ComputeRegionInstanceGroupManagersListManagedInstances :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Text -> Text -> Word32 -> Maybe Text -> Maybe Text -> Text -> Text -> Maybe Bool -> Maybe Text -> Maybe Text -> ComputeRegionInstanceGroupManagersListManagedInstances

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.ListManagedInstances

    No documentation available.

  5. type ComputeRegionInstanceGroupManagersListManagedInstancesResource = "compute" :> "v1" :> "projects" :> Capture "project" Text :> "regions" :> Capture "region" Text :> "instanceGroupManagers" :> Capture "instanceGroupManager" Text :> "listManagedInstances" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "filter" Text :> QueryParam "maxResults" Word32 :> QueryParam "orderBy" Text :> QueryParam "pageToken" Text :> QueryParam "returnPartialSuccess" Bool :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Post '[JSON] RegionInstanceGroupManagersListInstancesResponse

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.ListManagedInstances

    A resource alias for compute.regionInstanceGroupManagers.listManagedInstances method which the ComputeRegionInstanceGroupManagersListManagedInstances request conforms to.

  6. newComputeRegionInstanceGroupManagersListManagedInstances :: Text -> Text -> Text -> ComputeRegionInstanceGroupManagersListManagedInstances

    gogol-compute Gogol.Compute.RegionInstanceGroupManagers.ListManagedInstances

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

  7. newtype InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute.Types

    Pagination behavior of the listManagedInstances API method for this managed instance group.

  8. InstanceGroupManager_ListManagedInstancesResults :: Text -> InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute.Types

    No documentation available.

  9. pattern InstanceGroupManager_ListManagedInstancesResults_Pageless :: InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute.Types

    (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.

  10. pattern InstanceGroupManager_ListManagedInstancesResults_Paginated :: InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute.Types

    Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.

Page 303 of many | Previous | Next