| 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.Compute.Zones.Get
Description
Returns the specified Zone resource. Get a list of available zones by making a list() request.
See: Compute Engine API Reference for compute.zones.get.
REST Resource
type ZonesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Zone)))))) #
A resource alias for compute.zones.get method which the
ZonesGet request conforms to.
Creating a Request
Returns the specified Zone resource. Get a list of available zones by making a list() request.
See: zonesGet smart constructor.