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.ForwardingRules.Delete
Description
Deletes the specified ForwardingRule resource.
See: Compute Engine API Reference for compute.forwardingRules.delete
.
- type ForwardingRulesDeleteResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("forwardingRules" :> (Capture "forwardingRule" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))))
- forwardingRulesDelete :: Text -> Text -> Text -> ForwardingRulesDelete
- data ForwardingRulesDelete
- frdProject :: Lens' ForwardingRulesDelete Text
- frdForwardingRule :: Lens' ForwardingRulesDelete Text
- frdRegion :: Lens' ForwardingRulesDelete Text
REST Resource
type ForwardingRulesDeleteResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("forwardingRules" :> (Capture "forwardingRule" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))) #
A resource alias for compute.forwardingRules.delete
method which the
ForwardingRulesDelete
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> Text | |
-> ForwardingRulesDelete |
Creates a value of ForwardingRulesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ForwardingRulesDelete #
Deletes the specified ForwardingRule resource.
See: forwardingRulesDelete
smart constructor.
Request Lenses
frdProject :: Lens' ForwardingRulesDelete Text #
Project ID for this request.
frdForwardingRule :: Lens' ForwardingRulesDelete Text #
Name of the ForwardingRule resource to delete.
frdRegion :: Lens' ForwardingRulesDelete Text #
Name of the region scoping this request.