gogol-container
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <[email protected]> Toni Cebrián <[email protected]>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.Container.Projects.Locations.GetServerConfig

Description

Returns configuration info about the Google Kubernetes Engine service.

See: Kubernetes Engine API Reference for container.projects.locations.getServerConfig.

Synopsis

Resource

type ContainerProjectsLocationsGetServerConfigResource = "v1" :> (Capture "name" Text :> ("serverConfig" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "projectId" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "zone" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ServerConfig)))))))))) Source #

A resource alias for container.projects.locations.getServerConfig method which the ContainerProjectsLocationsGetServerConfig request conforms to.

Constructing a Request

data ContainerProjectsLocationsGetServerConfig Source #

Returns configuration info about the Google Kubernetes Engine service.

See: newContainerProjectsLocationsGetServerConfig smart constructor.

Constructors

ContainerProjectsLocationsGetServerConfig 

Fields

Instances

Instances details
Generic ContainerProjectsLocationsGetServerConfig Source # 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

Associated Types

type Rep ContainerProjectsLocationsGetServerConfig 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

type Rep ContainerProjectsLocationsGetServerConfig = D1 ('MetaData "ContainerProjectsLocationsGetServerConfig" "Gogol.Container.Projects.Locations.GetServerConfig" "gogol-container-1.0.0-2FjRgjDLwanGIOvbdy61TY" 'False) (C1 ('MetaCons "ContainerProjectsLocationsGetServerConfig" 'PrefixI 'True) (((S1 ('MetaSel ('Just "xgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "callback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uploadType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "uploadProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "zone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
Show ContainerProjectsLocationsGetServerConfig Source # 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

Eq ContainerProjectsLocationsGetServerConfig Source # 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

GoogleRequest ContainerProjectsLocationsGetServerConfig Source # 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

type Rep ContainerProjectsLocationsGetServerConfig Source # 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

type Rep ContainerProjectsLocationsGetServerConfig = D1 ('MetaData "ContainerProjectsLocationsGetServerConfig" "Gogol.Container.Projects.Locations.GetServerConfig" "gogol-container-1.0.0-2FjRgjDLwanGIOvbdy61TY" 'False) (C1 ('MetaCons "ContainerProjectsLocationsGetServerConfig" 'PrefixI 'True) (((S1 ('MetaSel ('Just "xgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "callback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uploadType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "uploadProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "zone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type Rs ContainerProjectsLocationsGetServerConfig Source # 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

type Scopes ContainerProjectsLocationsGetServerConfig Source # 
Instance details

Defined in Gogol.Container.Projects.Locations.GetServerConfig

newContainerProjectsLocationsGetServerConfig Source #

Arguments

:: Text

The name (project and location) of the server config to get, specified in the format projects/*/locations/*. See name.

-> ContainerProjectsLocationsGetServerConfig 

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