| 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.Interconnects.GetDiagnostics
Description
Returns the interconnectDiagnostics for the specified interconnect.
See: Compute Engine API Reference for compute.interconnects.getDiagnostics.
Synopsis
- type InterconnectsGetDiagnosticsResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("interconnects" :> (Capture "interconnect" Text :> ("getDiagnostics" :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectsGetDiagnosticsResponse))))))))
- interconnectsGetDiagnostics :: Text -> Text -> InterconnectsGetDiagnostics
- data InterconnectsGetDiagnostics
- igdsProject :: Lens' InterconnectsGetDiagnostics Text
- igdsInterconnect :: Lens' InterconnectsGetDiagnostics Text
REST Resource
type InterconnectsGetDiagnosticsResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("interconnects" :> (Capture "interconnect" Text :> ("getDiagnostics" :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectsGetDiagnosticsResponse)))))))) Source #
A resource alias for compute.interconnects.getDiagnostics method which the
InterconnectsGetDiagnostics request conforms to.
Creating a Request
interconnectsGetDiagnostics Source #
Arguments
| :: Text | |
| -> Text | |
| -> InterconnectsGetDiagnostics |
Creates a value of InterconnectsGetDiagnostics with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InterconnectsGetDiagnostics Source #
Returns the interconnectDiagnostics for the specified interconnect.
See: interconnectsGetDiagnostics smart constructor.
Instances
Request Lenses
igdsProject :: Lens' InterconnectsGetDiagnostics Text Source #
Project ID for this request.
igdsInterconnect :: Lens' InterconnectsGetDiagnostics Text Source #
Name of the interconnect resource to query.