| 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 |
Network.Google.Resource.ResourceViews.ZoneViews.Get
Description
Get the information of a zonal resource view.
See: Google Compute Engine Instance Groups API Reference for resourceviews.zoneViews.get.
- type ZoneViewsGetResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (Capture "resourceView" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ResourceView))))))))
- zoneViewsGet :: Text -> Text -> Text -> ZoneViewsGet
- data ZoneViewsGet
- zvgResourceView :: Lens' ZoneViewsGet Text
- zvgProject :: Lens' ZoneViewsGet Text
- zvgZone :: Lens' ZoneViewsGet Text
REST Resource
type ZoneViewsGetResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (Capture "resourceView" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ResourceView)))))))) Source #
A resource alias for resourceviews.zoneViews.get method which the
ZoneViewsGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ZoneViewsGet |
Creates a value of ZoneViewsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ZoneViewsGet Source #
Get the information of a zonal resource view.
See: zoneViewsGet smart constructor.
Instances
Request Lenses
zvgResourceView :: Lens' ZoneViewsGet Text Source #
The name of the resource view.
zvgProject :: Lens' ZoneViewsGet Text Source #
The project name of the resource view.