gogol-compute-0.2.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.RegionBackendServices.Insert

Contents

Description

Creates a regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Restrictions and Guidelines for more information.

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

Synopsis

REST Resource

type RegionBackendServicesInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("backendServices" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] BackendService :> Post '[JSON] Operation)))))))) Source #

A resource alias for compute.regionBackendServices.insert method which the RegionBackendServicesInsert request conforms to.

Creating a Request

regionBackendServicesInsert Source #

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

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

data RegionBackendServicesInsert Source #

Creates a regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Restrictions and Guidelines for more information.

See: regionBackendServicesInsert smart constructor.

Instances

Eq RegionBackendServicesInsert Source # 
Data RegionBackendServicesInsert Source # 

Methods

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

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

toConstr :: RegionBackendServicesInsert -> Constr #

dataTypeOf :: RegionBackendServicesInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RegionBackendServicesInsert Source # 
Generic RegionBackendServicesInsert Source # 
GoogleRequest RegionBackendServicesInsert Source # 
type Rep RegionBackendServicesInsert Source # 
type Rep RegionBackendServicesInsert = D1 (MetaData "RegionBackendServicesInsert" "Network.Google.Resource.Compute.RegionBackendServices.Insert" "gogol-compute-0.2.0-Au6gUXsPbe4EHzC1JwxdWw" False) (C1 (MetaCons "RegionBackendServicesInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rbsiProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_rbsiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BackendService)) (S1 (MetaSel (Just Symbol "_rbsiRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes RegionBackendServicesInsert Source # 
type Scopes RegionBackendServicesInsert = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs RegionBackendServicesInsert Source # 

Request Lenses

rbsiProject :: Lens' RegionBackendServicesInsert Text Source #

Project ID for this request.

rbsiRegion :: Lens' RegionBackendServicesInsert Text Source #

Name of the region scoping this request.