gogol-replicapool-0.4.0: Google Replica Pool 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.ReplicaPool.Pools.Get

Contents

Description

Gets information about a single replica pool.

See: Replica Pool API Reference for replicapool.pools.get.

Synopsis

REST Resource

type PoolsGetResource = "replicapool" :> ("v1beta1" :> ("projects" :> (Capture "projectName" Text :> ("zones" :> (Capture "zone" Text :> ("pools" :> (Capture "poolName" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Pool)))))))) Source #

A resource alias for replicapool.pools.get method which the PoolsGet request conforms to.

Creating a Request

poolsGet Source #

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

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

data PoolsGet Source #

Gets information about a single replica pool.

See: poolsGet smart constructor.

Instances
Eq PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

Data PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

Methods

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

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

toConstr :: PoolsGet -> Constr #

dataTypeOf :: PoolsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

Generic PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

Associated Types

type Rep PoolsGet :: Type -> Type #

Methods

from :: PoolsGet -> Rep PoolsGet x #

to :: Rep PoolsGet x -> PoolsGet #

GoogleRequest PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

Associated Types

type Rs PoolsGet :: Type #

type Scopes PoolsGet :: [Symbol] #

type Rep PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

type Rep PoolsGet = D1 (MetaData "PoolsGet" "Network.Google.Resource.ReplicaPool.Pools.Get" "gogol-replicapool-0.4.0-l56ptZixCn8PWsfP2iNmj" False) (C1 (MetaCons "PoolsGet'" PrefixI True) (S1 (MetaSel (Just "_pgPoolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pgZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pgProjectName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

type Scopes PoolsGet = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/cloud-platform.read-only" ': ("https://www.googleapis.com/auth/ndev.cloudman" ': ("https://www.googleapis.com/auth/ndev.cloudman.readonly" ': ("https://www.googleapis.com/auth/replicapool" ': ("https://www.googleapis.com/auth/replicapool.readonly" ': ([] :: [Symbol]))))))
type Rs PoolsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPool.Pools.Get

Request Lenses

pgPoolName :: Lens' PoolsGet Text Source #

The name of the replica pool for this request.

pgZone :: Lens' PoolsGet Text Source #

The zone for this replica pool.

pgProjectName :: Lens' PoolsGet Text Source #

The project ID for this replica pool.