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 the specified instance group resource.
See: Compute Engine API Reference for compute.regionInstanceGroups.get
.
Synopsis
- type RegionInstanceGroupsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("instanceGroups" :> (Capture "instanceGroup" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InstanceGroup))))))))
- regionInstanceGroupsGet :: Text -> Text -> Text -> RegionInstanceGroupsGet
- data RegionInstanceGroupsGet
- riggProject :: Lens' RegionInstanceGroupsGet Text
- riggRegion :: Lens' RegionInstanceGroupsGet Text
- riggInstanceGroup :: Lens' RegionInstanceGroupsGet Text
REST Resource
type RegionInstanceGroupsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("instanceGroups" :> (Capture "instanceGroup" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InstanceGroup)))))))) Source #
A resource alias for compute.regionInstanceGroups.get
method which the
RegionInstanceGroupsGet
request conforms to.
Creating a Request
regionInstanceGroupsGet Source #
Creates a value of RegionInstanceGroupsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RegionInstanceGroupsGet Source #
Returns the specified instance group resource.
See: regionInstanceGroupsGet
smart constructor.
Instances
Request Lenses
riggProject :: Lens' RegionInstanceGroupsGet Text Source #
Project ID for this request.
riggRegion :: Lens' RegionInstanceGroupsGet Text Source #
Name of the region scoping this request.
riggInstanceGroup :: Lens' RegionInstanceGroupsGet Text Source #
Name of the instance group resource to return.