gogol-resourceviews-0.1.0: Google Compute Engine Instance Groups 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.ResourceViews.ZoneViews.Get

Contents

Description

Get the information of a zonal resource view.

See: Google Compute Engine Instance Groups API Reference for resourceviews.zoneViews.get.

Synopsis

REST Resource

type ZoneViewsGetResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (Capture "resourceView" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ResourceView)))))))) Source #

A resource alias for resourceviews.zoneViews.get method which the ZoneViewsGet request conforms to.

Creating a Request

zoneViewsGet Source #

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

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

data ZoneViewsGet Source #

Get the information of a zonal resource view.

See: zoneViewsGet smart constructor.

Instances

Eq ZoneViewsGet Source # 
Data ZoneViewsGet Source # 

Methods

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

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

toConstr :: ZoneViewsGet -> Constr #

dataTypeOf :: ZoneViewsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ZoneViewsGet Source # 
Generic ZoneViewsGet Source # 

Associated Types

type Rep ZoneViewsGet :: * -> * #

GoogleRequest ZoneViewsGet Source # 

Associated Types

type Rs ZoneViewsGet :: * #

type Scopes ZoneViewsGet :: [Symbol] #

type Rep ZoneViewsGet Source # 
type Rep ZoneViewsGet = D1 (MetaData "ZoneViewsGet" "Network.Google.Resource.ResourceViews.ZoneViews.Get" "gogol-resourceviews-0.1.0-7ZG3RviZ6VsAaPElCBzgs1" False) (C1 (MetaCons "ZoneViewsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_zvgResourceView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_zvgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_zvgZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ZoneViewsGet Source # 
type Scopes ZoneViewsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/compute" ((:) Symbol "https://www.googleapis.com/auth/compute.readonly" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman.readonly" ([] Symbol))))))
type Rs ZoneViewsGet Source # 

Request Lenses

zvgResourceView :: Lens' ZoneViewsGet Text Source #

The name of the resource view.

zvgProject :: Lens' ZoneViewsGet Text Source #

The project name of the resource view.

zvgZone :: Lens' ZoneViewsGet Text Source #

The zone name of the resource view.