gogol-container-0.2.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.GetServerConfig

Contents

Description

Returns configuration info about the Container Engine service.

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

Synopsis

REST Resource

type ProjectsZonesGetServerConfigResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("serverconfig" :> (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] ServerConfig))))))))))))) Source #

A resource alias for container.projects.zones.getServerconfig method which the ProjectsZonesGetServerConfig request conforms to.

Creating a Request

data ProjectsZonesGetServerConfig Source #

Returns configuration info about the Container Engine service.

See: projectsZonesGetServerConfig smart constructor.

Instances

Eq ProjectsZonesGetServerConfig Source # 
Data ProjectsZonesGetServerConfig Source # 

Methods

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

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

toConstr :: ProjectsZonesGetServerConfig -> Constr #

dataTypeOf :: ProjectsZonesGetServerConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsZonesGetServerConfig Source # 
Generic ProjectsZonesGetServerConfig Source # 
GoogleRequest ProjectsZonesGetServerConfig Source # 
type Rep ProjectsZonesGetServerConfig Source # 
type Rep ProjectsZonesGetServerConfig = D1 (MetaData "ProjectsZonesGetServerConfig" "Network.Google.Resource.Container.Projects.Zones.GetServerConfig" "gogol-container-0.2.0-IxX5KpJTDJnJeFgEcUo867" False) (C1 (MetaCons "ProjectsZonesGetServerConfig'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pzgscXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pzgscUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_pzgscPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_pzgscAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pzgscUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pzgscZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pzgscBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pzgscProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pzgscCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsZonesGetServerConfig Source # 
type Scopes ProjectsZonesGetServerConfig = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsZonesGetServerConfig Source # 

Request Lenses

pzgscUploadProtocol :: Lens' ProjectsZonesGetServerConfig (Maybe Text) Source #

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

pzgscUploadType :: Lens' ProjectsZonesGetServerConfig (Maybe Text) Source #

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

pzgscZone :: Lens' ProjectsZonesGetServerConfig Text Source #

The name of the Google Compute Engine zone to return operations for.