gogol-container-0.3.0: Google Container Engine 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.Container.Projects.Zones.Clusters.Get

Contents

Description

Gets the details of a specific cluster.

See: Google Container Engine API Reference for container.projects.zones.clusters.get.

Synopsis

REST Resource

type ProjectsZonesClustersGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Cluster)))))))))))))) Source #

A resource alias for container.projects.zones.clusters.get method which the ProjectsZonesClustersGet request conforms to.

Creating a Request

data ProjectsZonesClustersGet Source #

Gets the details of a specific cluster.

See: projectsZonesClustersGet smart constructor.

Instances

Eq ProjectsZonesClustersGet Source # 
Data ProjectsZonesClustersGet Source # 

Methods

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

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

toConstr :: ProjectsZonesClustersGet -> Constr #

dataTypeOf :: ProjectsZonesClustersGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsZonesClustersGet Source # 
Generic ProjectsZonesClustersGet Source # 
GoogleRequest ProjectsZonesClustersGet Source # 
type Rep ProjectsZonesClustersGet Source # 
type Scopes ProjectsZonesClustersGet Source # 
type Scopes ProjectsZonesClustersGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsZonesClustersGet Source # 

Request Lenses

pzcgUploadProtocol :: Lens' ProjectsZonesClustersGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pzcgUploadType :: Lens' ProjectsZonesClustersGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pzcgZone :: Lens' ProjectsZonesClustersGet Text Source #

The name of the Google Compute Engine zone in which the cluster resides.

pzcgClusterId :: Lens' ProjectsZonesClustersGet Text Source #

The name of the cluster to retrieve.