gogol-deploymentmanager-0.1.0: Google Cloud Deployment Manager 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.DeploymentManager.Resources.Get

Contents

Description

Gets information about a single resource.

See: Google Cloud Deployment Manager API Reference for deploymentmanager.resources.get.

Synopsis

REST Resource

type ResourcesGetResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("deployments" :> (Capture "deployment" Text :> ("resources" :> (Capture "resource" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Resource))))))))) Source #

A resource alias for deploymentmanager.resources.get method which the ResourcesGet request conforms to.

Creating a Request

resourcesGet Source #

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

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

data ResourcesGet Source #

Gets information about a single resource.

See: resourcesGet smart constructor.

Instances

Eq ResourcesGet Source # 
Data ResourcesGet Source # 

Methods

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

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

toConstr :: ResourcesGet -> Constr #

dataTypeOf :: ResourcesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ResourcesGet Source # 
Generic ResourcesGet Source # 

Associated Types

type Rep ResourcesGet :: * -> * #

GoogleRequest ResourcesGet Source # 

Associated Types

type Rs ResourcesGet :: * #

type Scopes ResourcesGet :: [Symbol] #

type Rep ResourcesGet Source # 
type Rep ResourcesGet = D1 (MetaData "ResourcesGet" "Network.Google.Resource.DeploymentManager.Resources.Get" "gogol-deploymentmanager-0.1.0-AuzSIPU3oEZ6JJ1sl7zu2t" False) (C1 (MetaCons "ResourcesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_rgResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rgDeployment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ResourcesGet Source # 
type Scopes ResourcesGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman.readonly" ([] Symbol))))
type Rs ResourcesGet Source # 

Request Lenses

rgProject :: Lens' ResourcesGet Text Source #

The project ID for this request.

rgResource :: Lens' ResourcesGet Text Source #

The name of the resource for this request.

rgDeployment :: Lens' ResourcesGet Text Source #

The name of the deployment for this request.