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.Networks.Insert
Description
Creates a network in the specified project using the data included in the request.
See: Compute Engine API Reference for compute.networks.insert
.
- type NetworksInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("networks" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Network :> Post '[JSON] Operation)))))))
- networksInsert :: Text -> Network -> NetworksInsert
- data NetworksInsert
- niProject :: Lens' NetworksInsert Text
- niPayload :: Lens' NetworksInsert Network
REST Resource
type NetworksInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("networks" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Network :> Post '[JSON] Operation))))))) #
A resource alias for compute.networks.insert
method which the
NetworksInsert
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Network | |
-> NetworksInsert |
Creates a value of NetworksInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data NetworksInsert #
Creates a network in the specified project using the data included in the request.
See: networksInsert
smart constructor.
Instances
Request Lenses
niProject :: Lens' NetworksInsert Text #
Project ID for this request.
niPayload :: Lens' NetworksInsert Network #
Multipart request metadata.