gogol-compute-0.4.0: Google Compute Engine SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Compute.SSLPolicies.Get

Contents

Description

Lists all of the ordered rules present in a single specified policy.

See: Compute Engine API Reference for compute.sslPolicies.get.

Synopsis

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

sslPoliciesGet Source #

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
Eq SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

Data SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SSLPoliciesGet -> c SSLPoliciesGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SSLPoliciesGet #

toConstr :: SSLPoliciesGet -> Constr #

dataTypeOf :: SSLPoliciesGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SSLPoliciesGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SSLPoliciesGet) #

gmapT :: (forall b. Data b => b -> b) -> SSLPoliciesGet -> SSLPoliciesGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SSLPoliciesGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SSLPoliciesGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> SSLPoliciesGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SSLPoliciesGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SSLPoliciesGet -> m SSLPoliciesGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SSLPoliciesGet -> m SSLPoliciesGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SSLPoliciesGet -> m SSLPoliciesGet #

Show SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

Generic SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

Associated Types

type Rep SSLPoliciesGet :: Type -> Type #

GoogleRequest SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

Associated Types

type Rs SSLPoliciesGet :: Type #

type Scopes SSLPoliciesGet :: [Symbol] #

type Rep SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

type Rep SSLPoliciesGet = D1 (MetaData "SSLPoliciesGet" "Network.Google.Resource.Compute.SSLPolicies.Get" "gogol-compute-0.4.0-3Vo4S3NyrNeJWlNkflB3dZ" False) (C1 (MetaCons "SSLPoliciesGet'" PrefixI True) (S1 (MetaSel (Just "_spgSSLPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_spgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

type Scopes SSLPoliciesGet = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ("https://www.googleapis.com/auth/compute.readonly" ': ([] :: [Symbol])))
type Rs SSLPoliciesGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.SSLPolicies.Get

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.