gogol-compute-0.5.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.Instances.GetShieldedInstanceIdentity

Contents

Description

Returns the Shielded Instance Identity of an instance

See: Compute Engine API Reference for compute.instances.getShieldedInstanceIdentity.

Synopsis

REST Resource

type InstancesGetShieldedInstanceIdentityResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instances" :> (Capture "instance" Text :> ("getShieldedInstanceIdentity" :> (QueryParam "alt" AltJSON :> Get '[JSON] ShieldedInstanceIdentity))))))))) Source #

A resource alias for compute.instances.getShieldedInstanceIdentity method which the InstancesGetShieldedInstanceIdentity request conforms to.

Creating a Request

instancesGetShieldedInstanceIdentity Source #

Creates a value of InstancesGetShieldedInstanceIdentity with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data InstancesGetShieldedInstanceIdentity Source #

Returns the Shielded Instance Identity of an instance

See: instancesGetShieldedInstanceIdentity smart constructor.

Instances
Eq InstancesGetShieldedInstanceIdentity Source # 
Instance details

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

Data InstancesGetShieldedInstanceIdentity Source # 
Instance details

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

Methods

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

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

toConstr :: InstancesGetShieldedInstanceIdentity -> Constr #

dataTypeOf :: InstancesGetShieldedInstanceIdentity -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstancesGetShieldedInstanceIdentity Source # 
Instance details

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

Generic InstancesGetShieldedInstanceIdentity Source # 
Instance details

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

GoogleRequest InstancesGetShieldedInstanceIdentity Source # 
Instance details

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

type Rep InstancesGetShieldedInstanceIdentity Source # 
Instance details

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

type Rep InstancesGetShieldedInstanceIdentity = D1 (MetaData "InstancesGetShieldedInstanceIdentity" "Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "InstancesGetShieldedInstanceIdentity'" PrefixI True) (S1 (MetaSel (Just "_igsiiProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_igsiiZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_igsiiInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes InstancesGetShieldedInstanceIdentity Source # 
Instance details

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

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

Defined in Network.Google.Resource.Compute.Instances.GetShieldedInstanceIdentity

Request Lenses

igsiiZone :: Lens' InstancesGetShieldedInstanceIdentity Text Source #

The name of the zone for this request.

igsiiInstance :: Lens' InstancesGetShieldedInstanceIdentity Text Source #

Name or id of the instance scoping this request.