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 |
Lists all of the ordered rules present in a single specified policy.
See: Compute Engine API Reference for compute.sslPolicies.get
.
Synopsis
- type SSLPoliciesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("sslPolicies" :> (Capture "sslPolicy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SSLPolicy)))))))
- sslPoliciesGet :: Text -> Text -> SSLPoliciesGet
- data SSLPoliciesGet
- spgSSLPolicy :: Lens' SSLPoliciesGet Text
- spgProject :: Lens' SSLPoliciesGet Text
REST Resource
type SSLPoliciesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("sslPolicies" :> (Capture "sslPolicy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SSLPolicy))))))) Source #
A resource alias for compute.sslPolicies.get
method which the
SSLPoliciesGet
request conforms to.
Creating a Request
Creates a value of SSLPoliciesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SSLPoliciesGet Source #
Lists all of the ordered rules present in a single specified policy.
See: sslPoliciesGet
smart constructor.
Instances
Request Lenses
spgSSLPolicy :: Lens' SSLPoliciesGet Text Source #
Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
spgProject :: Lens' SSLPoliciesGet Text Source #
Project ID for this request.