Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns configuration info about the Kubernetes Engine service.
See: Kubernetes Engine API Reference for container.projects.locations.getServerConfig
.
Synopsis
- type ProjectsLocationsGetServerConfigResource = "v1" :> (Capture "name" Text :> ("serverConfig" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ServerConfig))))))))))
- projectsLocationsGetServerConfig :: Text -> ProjectsLocationsGetServerConfig
- data ProjectsLocationsGetServerConfig
- plgscXgafv :: Lens' ProjectsLocationsGetServerConfig (Maybe Xgafv)
- plgscUploadProtocol :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)
- plgscAccessToken :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)
- plgscUploadType :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)
- plgscZone :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)
- plgscName :: Lens' ProjectsLocationsGetServerConfig Text
- plgscProjectId :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)
- plgscCallback :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)
REST Resource
type ProjectsLocationsGetServerConfigResource = "v1" :> (Capture "name" Text :> ("serverConfig" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ServerConfig)))))))))) Source #
A resource alias for container.projects.locations.getServerConfig
method which the
ProjectsLocationsGetServerConfig
request conforms to.
Creating a Request
projectsLocationsGetServerConfig Source #
Creates a value of ProjectsLocationsGetServerConfig
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsGetServerConfig Source #
Returns configuration info about the Kubernetes Engine service.
See: projectsLocationsGetServerConfig
smart constructor.
Instances
Request Lenses
plgscXgafv :: Lens' ProjectsLocationsGetServerConfig (Maybe Xgafv) Source #
V1 error format.
plgscUploadProtocol :: Lens' ProjectsLocationsGetServerConfig (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plgscAccessToken :: Lens' ProjectsLocationsGetServerConfig (Maybe Text) Source #
OAuth access token.
plgscUploadType :: Lens' ProjectsLocationsGetServerConfig (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plgscZone :: Lens' ProjectsLocationsGetServerConfig (Maybe Text) Source #
Deprecated. The name of the Google Compute Engine zone to return operations for. This field has been deprecated and replaced by the name field.
plgscName :: Lens' ProjectsLocationsGetServerConfig Text Source #
The name (project and location) of the server config to get Specified in the format 'projects/*/locations/*'.
plgscProjectId :: Lens' ProjectsLocationsGetServerConfig (Maybe Text) Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.