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 |
Returns information about an update.
See: Google Compute Engine Instance Group Updater API Reference for replicapoolupdater.rollingUpdates.get
.
Synopsis
- type RollingUpdatesGetResource = "replicapoolupdater" :> ("v1beta1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("rollingUpdates" :> (Capture "rollingUpdate" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] RollingUpdate))))))))
- rollingUpdatesGet :: Text -> Text -> Text -> RollingUpdatesGet
- data RollingUpdatesGet
- rugRollingUpdate :: Lens' RollingUpdatesGet Text
- rugProject :: Lens' RollingUpdatesGet Text
- rugZone :: Lens' RollingUpdatesGet Text
REST Resource
type RollingUpdatesGetResource = "replicapoolupdater" :> ("v1beta1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("rollingUpdates" :> (Capture "rollingUpdate" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] RollingUpdate)))))))) Source #
A resource alias for replicapoolupdater.rollingUpdates.get
method which the
RollingUpdatesGet
request conforms to.
Creating a Request
Creates a value of RollingUpdatesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RollingUpdatesGet Source #
Returns information about an update.
See: rollingUpdatesGet
smart constructor.
Instances
Request Lenses
rugRollingUpdate :: Lens' RollingUpdatesGet Text Source #
The name of the update.
rugProject :: Lens' RollingUpdatesGet Text Source #
The Google Developers Console project name.