Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.
See: Compute Engine API Reference for compute.instanceGroupManagers.get
.
Synopsis
- type InstanceGroupManagersGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (Capture "instanceGroupManager" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InstanceGroupManager))))))))
- instanceGroupManagersGet :: Text -> Text -> Text -> InstanceGroupManagersGet
- data InstanceGroupManagersGet
- igmgProject :: Lens' InstanceGroupManagersGet Text
- igmgInstanceGroupManager :: Lens' InstanceGroupManagersGet Text
- igmgZone :: Lens' InstanceGroupManagersGet Text
REST Resource
type InstanceGroupManagersGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (Capture "instanceGroupManager" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InstanceGroupManager)))))))) Source #
A resource alias for compute.instanceGroupManagers.get
method which the
InstanceGroupManagersGet
request conforms to.
Creating a Request
instanceGroupManagersGet Source #
Creates a value of InstanceGroupManagersGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InstanceGroupManagersGet Source #
Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.
See: instanceGroupManagersGet
smart constructor.
Instances
Request Lenses
igmgProject :: Lens' InstanceGroupManagersGet Text Source #
Project ID for this request.
igmgInstanceGroupManager :: Lens' InstanceGroupManagersGet Text Source #
The name of the managed instance group.