gogol-resourceviews-0.3.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.List

Contents

Description

List resource views.

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

Synopsis

REST Resource

type ZoneViewsListResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ZoneViewsList))))))))) Source #

A resource alias for resourceviews.zoneViews.list method which the ZoneViewsList' request conforms to.

Creating a Request

zoneViewsList' Source #

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

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

data ZoneViewsList' Source #

List resource views.

See: zoneViewsList' smart constructor.

Instances

Eq ZoneViewsList' Source # 
Data ZoneViewsList' Source # 

Methods

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

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

toConstr :: ZoneViewsList' -> Constr #

dataTypeOf :: ZoneViewsList' -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ZoneViewsList' Source # 
Generic ZoneViewsList' Source # 

Associated Types

type Rep ZoneViewsList' :: * -> * #

GoogleRequest ZoneViewsList' Source # 
type Rep ZoneViewsList' Source # 
type Rep ZoneViewsList' = D1 (MetaData "ZoneViewsList'" "Network.Google.Resource.ResourceViews.ZoneViews.List" "gogol-resourceviews-0.3.0-BJwizxuAgmaLsvuJwxPyLY" False) (C1 (MetaCons "ZoneViewsList''" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_zvlProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_zvlZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_zvlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_zvlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32))))))
type Scopes ZoneViewsList' Source # 
type Scopes ZoneViewsList' = (:) 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 ZoneViewsList' Source # 

Request Lenses

zvlProject :: Lens' ZoneViewsList' Text Source #

The project name of the resource view.

zvlZone :: Lens' ZoneViewsList' Text Source #

The zone name of the resource view.

zvlPageToken :: Lens' ZoneViewsList' (Maybe Text) Source #

Specifies a nextPageToken returned by a previous list request. This token can be used to request the next page of results from a previous list request.

zvlMaxResults :: Lens' ZoneViewsList' Int32 Source #

Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default: 5000)