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 |
Continues an update in PAUSED state. Has no effect if invoked when the state of the update is ROLLED_OUT.
See: Google Compute Engine Instance Group Updater API Reference for replicapoolupdater.rollingUpdates.resume
.
Synopsis
- type RollingUpdatesResumeResource = "replicapoolupdater" :> ("v1beta1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("rollingUpdates" :> (Capture "rollingUpdate" Text :> ("resume" :> (QueryParam "alt" AltJSON :> Post '[JSON] Operation)))))))))
- rollingUpdatesResume :: Text -> Text -> Text -> RollingUpdatesResume
- data RollingUpdatesResume
- rRollingUpdate :: Lens' RollingUpdatesResume Text
- rProject :: Lens' RollingUpdatesResume Text
- rZone :: Lens' RollingUpdatesResume Text
REST Resource
type RollingUpdatesResumeResource = "replicapoolupdater" :> ("v1beta1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("rollingUpdates" :> (Capture "rollingUpdate" Text :> ("resume" :> (QueryParam "alt" AltJSON :> Post '[JSON] Operation))))))))) Source #
A resource alias for replicapoolupdater.rollingUpdates.resume
method which the
RollingUpdatesResume
request conforms to.
Creating a Request
Creates a value of RollingUpdatesResume
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RollingUpdatesResume Source #
Continues an update in PAUSED state. Has no effect if invoked when the state of the update is ROLLED_OUT.
See: rollingUpdatesResume
smart constructor.
Instances
Request Lenses
rRollingUpdate :: Lens' RollingUpdatesResume Text Source #
The name of the update.