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. type ComputeInstanceGroupManagersListManagedInstancesResource = "compute" :> "v1" :> "projects" :> Capture "project" Text :> "zones" :> Capture "zone" 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] InstanceGroupManagersListManagedInstancesResponse

    gogol-compute Gogol.Compute

    A resource alias for compute.instanceGroupManagers.listManagedInstances method which the ComputeInstanceGroupManagersListManagedInstances request conforms to.

  2. data ComputeRegionInstanceGroupManagersListManagedInstances

    gogol-compute Gogol.Compute

    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.

  3. 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

    No documentation available.

  4. 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

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

  5. newtype InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute

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

  6. InstanceGroupManager_ListManagedInstancesResults :: Text -> InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute

    No documentation available.

  7. pattern InstanceGroupManager_ListManagedInstancesResults_Pageless :: InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute

    (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.

  8. pattern InstanceGroupManager_ListManagedInstancesResults_Paginated :: InstanceGroupManager_ListManagedInstancesResults

    gogol-compute Gogol.Compute

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

  9. data InstanceGroupManagersListManagedInstancesResponse

    gogol-compute Gogol.Compute

    No documentation available.

  10. InstanceGroupManagersListManagedInstancesResponse :: Maybe [ManagedInstance] -> Maybe Text -> InstanceGroupManagersListManagedInstancesResponse

    gogol-compute Gogol.Compute

    No documentation available.

Page 300 of many | Previous | Next