| 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.Autoscaler.ZoneOperations.Get
Description
Retrieves the specified zone-specific operation resource.
See: Google Compute Engine Autoscaler API Reference for autoscaler.zoneOperations.get.
- type ZoneOperationsGetResource = "autoscaler" :> ("v1beta2" :> (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 = "autoscaler" :> ("v1beta2" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))) Source #
A resource alias for autoscaler.zoneOperations.get method which the
ZoneOperationsGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ZoneOperationsGet |
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 operation resource.
See: zoneOperationsGet smart constructor.