gogol-replicapool-0.5.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.Replicas.Get

Contents

Description

Gets information about a specific replica.

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

Synopsis

REST Resource

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

A resource alias for replicapool.replicas.get method which the ReplicasGet request conforms to.

Creating a Request

replicasGet Source #

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

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

data ReplicasGet Source #

Gets information about a specific replica.

See: replicasGet smart constructor.

Instances
Eq ReplicasGet Source # 
Instance details

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

Data ReplicasGet Source # 
Instance details

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

Methods

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

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

toConstr :: ReplicasGet -> Constr #

dataTypeOf :: ReplicasGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReplicasGet Source # 
Instance details

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

Generic ReplicasGet Source # 
Instance details

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

Associated Types

type Rep ReplicasGet :: Type -> Type #

GoogleRequest ReplicasGet Source # 
Instance details

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

Associated Types

type Rs ReplicasGet :: Type #

type Scopes ReplicasGet :: [Symbol] #

type Rep ReplicasGet Source # 
Instance details

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

type Rep ReplicasGet = D1 (MetaData "ReplicasGet" "Network.Google.Resource.ReplicaPool.Replicas.Get" "gogol-replicapool-0.5.0-33CZPZk0hLaDkDApSMoCYi" False) (C1 (MetaCons "ReplicasGet'" PrefixI True) ((S1 (MetaSel (Just "_rgPoolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rgZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_rgReplicaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rgProjectName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ReplicasGet Source # 
Instance details

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

type Scopes ReplicasGet = "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 ReplicasGet Source # 
Instance details

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

Request Lenses

rgPoolName :: Lens' ReplicasGet Text Source #

The replica pool name for this request.

rgZone :: Lens' ReplicasGet Text Source #

The zone where the replica lives.

rgReplicaName :: Lens' ReplicasGet Text Source #

The name of the replica for this request.

rgProjectName :: Lens' ReplicasGet Text Source #

The project ID for this request.