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 the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
See: Compute Engine API Reference for compute.interconnectLocations.get
.
Synopsis
- type InterconnectLocationsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("interconnectLocations" :> (Capture "interconnectLocation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectLocation)))))))
- interconnectLocationsGet :: Text -> Text -> InterconnectLocationsGet
- data InterconnectLocationsGet
- ilgProject :: Lens' InterconnectLocationsGet Text
- ilgInterconnectLocation :: Lens' InterconnectLocationsGet Text
REST Resource
type InterconnectLocationsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("interconnectLocations" :> (Capture "interconnectLocation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectLocation))))))) Source #
A resource alias for compute.interconnectLocations.get
method which the
InterconnectLocationsGet
request conforms to.
Creating a Request
interconnectLocationsGet Source #
Creates a value of InterconnectLocationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InterconnectLocationsGet Source #
Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
See: interconnectLocationsGet
smart constructor.
Instances
Request Lenses
ilgProject :: Lens' InterconnectLocationsGet Text Source #
Project ID for this request.
ilgInterconnectLocation :: Lens' InterconnectLocationsGet Text Source #
Name of the interconnect location to return.