gogol-autoscaler-0.2.0: Google Compute Engine Autoscaler 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.Autoscaler.Zones.List

Contents

Description

  • - |

See: Google Compute Engine Autoscaler API Reference for autoscaler.zones.list.

Synopsis

REST Resource

type ZonesListResource = "autoscaler" :> ("v1beta2" :> ("zones" :> (QueryParam "project" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ZoneList))))))) Source #

A resource alias for autoscaler.zones.list method which the ZonesList request conforms to.

Creating a Request

zonesList :: ZonesList Source #

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

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

data ZonesList Source #

See: zonesList smart constructor.

Instances

Eq ZonesList Source # 
Data ZonesList Source # 

Methods

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

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

toConstr :: ZonesList -> Constr #

dataTypeOf :: ZonesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ZonesList Source # 
Generic ZonesList Source # 

Associated Types

type Rep ZonesList :: * -> * #

GoogleRequest ZonesList Source # 

Associated Types

type Rs ZonesList :: * #

type Scopes ZonesList :: [Symbol] #

type Rep ZonesList Source # 
type Rep ZonesList = D1 (MetaData "ZonesList" "Network.Google.Resource.Autoscaler.Zones.List" "gogol-autoscaler-0.2.0-1gTbhmEEhpT2iyGDurIaOz" False) (C1 (MetaCons "ZonesList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_zlProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_zlFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_zlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_zlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word32))))))
type Scopes ZonesList Source # 
type Scopes ZonesList = (:) Symbol "https://www.googleapis.com/auth/compute" ((:) Symbol "https://www.googleapis.com/auth/compute.readonly" ([] Symbol))
type Rs ZonesList Source # 

Request Lenses