| 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 |
Network.Google.Resource.Compute.InterconnectAttachments.Get
Description
Returns the specified interconnect attachment.
See: Compute Engine API Reference for compute.interconnectAttachments.get.
Synopsis
- type InterconnectAttachmentsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("interconnectAttachments" :> (Capture "interconnectAttachment" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectAttachment))))))))
- interconnectAttachmentsGet :: Text -> Text -> Text -> InterconnectAttachmentsGet
- data InterconnectAttachmentsGet
- iagProject :: Lens' InterconnectAttachmentsGet Text
- iagRegion :: Lens' InterconnectAttachmentsGet Text
- iagInterconnectAttachment :: Lens' InterconnectAttachmentsGet Text
REST Resource
type InterconnectAttachmentsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("interconnectAttachments" :> (Capture "interconnectAttachment" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectAttachment)))))))) Source #
A resource alias for compute.interconnectAttachments.get method which the
InterconnectAttachmentsGet request conforms to.
Creating a Request
interconnectAttachmentsGet Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> InterconnectAttachmentsGet |
Creates a value of InterconnectAttachmentsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InterconnectAttachmentsGet Source #
Returns the specified interconnect attachment.
See: interconnectAttachmentsGet smart constructor.
Instances
Request Lenses
iagProject :: Lens' InterconnectAttachmentsGet Text Source #
Project ID for this request.
iagInterconnectAttachment :: Lens' InterconnectAttachmentsGet Text Source #
Name of the interconnect attachment to return.