gogol-compute-0.3.0: Google Compute Engine SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Compute.Firewalls.Insert

Contents

Description

Creates a firewall rule in the specified project using the data included in the request.

See: Compute Engine API Reference for compute.firewalls.insert.

Synopsis

REST Resource

type FirewallsInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("firewalls" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Firewall :> Post '[JSON] Operation))))))) Source #

A resource alias for compute.firewalls.insert method which the FirewallsInsert request conforms to.

Creating a Request

firewallsInsert Source #

Creates a value of FirewallsInsert with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data FirewallsInsert Source #

Creates a firewall rule in the specified project using the data included in the request.

See: firewallsInsert smart constructor.

Instances

Eq FirewallsInsert Source # 
Data FirewallsInsert Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FirewallsInsert -> c FirewallsInsert #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FirewallsInsert #

toConstr :: FirewallsInsert -> Constr #

dataTypeOf :: FirewallsInsert -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c FirewallsInsert) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FirewallsInsert) #

gmapT :: (forall b. Data b => b -> b) -> FirewallsInsert -> FirewallsInsert #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FirewallsInsert -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FirewallsInsert -> r #

gmapQ :: (forall d. Data d => d -> u) -> FirewallsInsert -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FirewallsInsert -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FirewallsInsert -> m FirewallsInsert #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FirewallsInsert -> m FirewallsInsert #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FirewallsInsert -> m FirewallsInsert #

Show FirewallsInsert Source # 
Generic FirewallsInsert Source # 
GoogleRequest FirewallsInsert Source # 
type Rep FirewallsInsert Source # 
type Rep FirewallsInsert = D1 (MetaData "FirewallsInsert" "Network.Google.Resource.Compute.Firewalls.Insert" "gogol-compute-0.3.0-JmC4j0JQjdEJ6YK33fLFL4" False) (C1 (MetaCons "FirewallsInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_fiProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_fiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Firewall))))
type Scopes FirewallsInsert Source # 
type Scopes FirewallsInsert = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs FirewallsInsert Source # 

Request Lenses

fiProject :: Lens' FirewallsInsert Text Source #

Project ID for this request.

fiPayload :: Lens' FirewallsInsert Firewall Source #

Multipart request metadata.