| 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.Routers.Patch
Description
Updates the specified Router resource with the data included in the request. This method supports patch semantics.
See: Compute Engine API Reference for compute.routers.patch.
- type RoutersPatchResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("routers" :> (Capture "router" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Router :> Patch '[JSON] Operation)))))))))
- routersPatch :: Text -> Text -> Router -> Text -> RoutersPatch
- data RoutersPatch
- rpProject :: Lens' RoutersPatch Text
- rpRouter :: Lens' RoutersPatch Text
- rpPayload :: Lens' RoutersPatch Router
- rpRegion :: Lens' RoutersPatch Text
REST Resource
type RoutersPatchResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("routers" :> (Capture "router" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Router :> Patch '[JSON] Operation))))))))) #
A resource alias for compute.routers.patch method which the
RoutersPatch request conforms to.
Creating a Request
Creates a value of RoutersPatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RoutersPatch #
Updates the specified Router resource with the data included in the request. This method supports patch semantics.
See: routersPatch smart constructor.
Instances
| Eq RoutersPatch # | |
| Data RoutersPatch # | |
| Show RoutersPatch # | |
| Generic RoutersPatch # | |
| GoogleRequest RoutersPatch # | |
| type Rep RoutersPatch # | |
| type Scopes RoutersPatch # | |
| type Rs RoutersPatch # | |
Request Lenses
rpProject :: Lens' RoutersPatch Text #
Project ID for this request.
rpRouter :: Lens' RoutersPatch Text #
Name of the Router resource to update.
rpPayload :: Lens' RoutersPatch Router #
Multipart request metadata.
rpRegion :: Lens' RoutersPatch Text #
Name of the region for this request.