gogol-compute-0.4.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 GlobalForwardingRule resource in the specified project 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 "requestId" Text :> (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 GlobalForwardingRule resource in the specified project using the data included in the request.

See: globalForwardingRulesInsert smart constructor.

Instances
Eq GlobalForwardingRulesInsert Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

Data GlobalForwardingRulesInsert Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

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 # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

Generic GlobalForwardingRulesInsert Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

Associated Types

type Rep GlobalForwardingRulesInsert :: Type -> Type #

GoogleRequest GlobalForwardingRulesInsert Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

type Rep GlobalForwardingRulesInsert Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

type Rep GlobalForwardingRulesInsert = D1 (MetaData "GlobalForwardingRulesInsert" "Network.Google.Resource.Compute.GlobalForwardingRules.Insert" "gogol-compute-0.4.0-2sGH21T2IC64ihLlqj83IP" False) (C1 (MetaCons "GlobalForwardingRulesInsert'" PrefixI True) (S1 (MetaSel (Just "_gfriRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gfriProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_gfriPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ForwardingRule))))
type Scopes GlobalForwardingRulesInsert Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

type Scopes GlobalForwardingRulesInsert = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ([] :: [Symbol]))
type Rs GlobalForwardingRulesInsert Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalForwardingRules.Insert

Request Lenses

gfriRequestId :: Lens' GlobalForwardingRulesInsert (Maybe Text) Source #

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

gfriProject :: Lens' GlobalForwardingRulesInsert Text Source #

Project ID for this request.