Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.Container.Projects.Locations.GetServerConfig
Contents
Description
Returns configuration info about the Google Kubernetes Engine service.
See: Kubernetes Engine API Reference for container.projects.locations.getServerConfig
.
Synopsis
- 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))))))))))
- data ContainerProjectsLocationsGetServerConfig = ContainerProjectsLocationsGetServerConfig {}
- newContainerProjectsLocationsGetServerConfig :: Text -> ContainerProjectsLocationsGetServerConfig
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
newContainerProjectsLocationsGetServerConfig Source #
Arguments
:: Text | The name (project and location) of the server config to get, specified in the format |
-> ContainerProjectsLocationsGetServerConfig |
Creates a value of ContainerProjectsLocationsGetServerConfig
with the minimum fields required to make a request.