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