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)))))))) #
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 #
Get the information of a zonal resource view.
See: zoneViewsGet
smart constructor.
Instances
Eq ZoneViewsGet # | |
Data ZoneViewsGet # | |
Show ZoneViewsGet # | |
Generic ZoneViewsGet # | |
GoogleRequest ZoneViewsGet # | |
type Rep ZoneViewsGet # | |
type Scopes ZoneViewsGet # | |
type Rs ZoneViewsGet # | |
Request Lenses
zvgResourceView :: Lens' ZoneViewsGet Text #
The name of the resource view.
zvgProject :: Lens' ZoneViewsGet Text #
The project name of the resource view.
zvgZone :: Lens' ZoneViewsGet Text #
The zone name of the resource view.