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 |
Retrieves the specified zone-specific Operations resource.
See: Compute Engine API Reference for compute.zoneOperations.get
.
Synopsis
- type ZoneOperationsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))))
- zoneOperationsGet :: Text -> Text -> Text -> ZoneOperationsGet
- data ZoneOperationsGet
- zogProject :: Lens' ZoneOperationsGet Text
- zogOperation :: Lens' ZoneOperationsGet Text
- zogZone :: Lens' ZoneOperationsGet Text
REST Resource
type ZoneOperationsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))))) Source #
A resource alias for compute.zoneOperations.get
method which the
ZoneOperationsGet
request conforms to.
Creating a Request
Creates a value of ZoneOperationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ZoneOperationsGet Source #
Retrieves the specified zone-specific Operations resource.
See: zoneOperationsGet
smart constructor.
Instances
Request Lenses
zogProject :: Lens' ZoneOperationsGet Text Source #
Project ID for this request.
zogOperation :: Lens' ZoneOperationsGet Text Source #
Name of the Operations resource to return.