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.ListResources

Contents

Description

List the resources of the resource view.

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

Synopsis

REST Resource

type ZoneViewsListResourcesResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (Capture "resourceView" Text :> ("resources" :> (QueryParam "listState" ZoneViewsListResourcesListState :> (QueryParam "format" ZoneViewsListResourcesFormat :> (QueryParam "serviceName" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ZoneViewsListResourcesResponse)))))))))))))) Source #

A resource alias for resourceviews.zoneViews.listResources method which the ZoneViewsListResources request conforms to.

Creating a Request

zoneViewsListResources Source #

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

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

data ZoneViewsListResources Source #

List the resources of the resource view.

See: zoneViewsListResources smart constructor.

Instances

Eq ZoneViewsListResources Source # 
Data ZoneViewsListResources Source # 

Methods

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

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

toConstr :: ZoneViewsListResources -> Constr #

dataTypeOf :: ZoneViewsListResources -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ZoneViewsListResources Source # 
Generic ZoneViewsListResources Source # 
GoogleRequest ZoneViewsListResources Source # 
type Rep ZoneViewsListResources Source # 
type Scopes ZoneViewsListResources Source # 
type Scopes ZoneViewsListResources = (:) 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 ZoneViewsListResources Source # 

Request Lenses

zvlrResourceView :: Lens' ZoneViewsListResources Text Source #

The name of the resource view.

zvlrListState :: Lens' ZoneViewsListResources ZoneViewsListResourcesListState Source #

The state of the instance to list. By default, it lists all instances.

zvlrProject :: Lens' ZoneViewsListResources Text Source #

The project name of the resource view.

zvlrFormat :: Lens' ZoneViewsListResources (Maybe ZoneViewsListResourcesFormat) Source #

The requested format of the return value. It can be URL or URL_PORT. A JSON object will be included in the response based on the format. The default format is NONE, which results in no JSON in the response.

zvlrZone :: Lens' ZoneViewsListResources Text Source #

The zone name of the resource view.

zvlrServiceName :: Lens' ZoneViewsListResources (Maybe Text) Source #

The service name to return in the response. It is optional and if it is not set, all the service end points will be returned.

zvlrPageToken :: Lens' ZoneViewsListResources (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.

zvlrMaxResults :: Lens' ZoneViewsListResources Int32 Source #

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