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.GlobalForwardingRules.Insert

Contents

Description

Creates a ForwardingRule resource in the specified project and region using the data included in the request.

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

Synopsis

REST Resource

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

A resource alias for compute.globalForwardingRules.insert method which the GlobalForwardingRulesInsert request conforms to.

Creating a Request

globalForwardingRulesInsert Source #

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

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

data GlobalForwardingRulesInsert Source #

Creates a ForwardingRule resource in the specified project and region using the data included in the request.

See: globalForwardingRulesInsert smart constructor.

Instances

Eq GlobalForwardingRulesInsert Source # 
Data GlobalForwardingRulesInsert Source # 

Methods

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

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

toConstr :: GlobalForwardingRulesInsert -> Constr #

dataTypeOf :: GlobalForwardingRulesInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

gfriProject :: Lens' GlobalForwardingRulesInsert Text Source #

Project ID for this request.