gogol-compute-0.3.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.StartWithEncryptionKey

Contents

Description

Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.

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

Synopsis

REST Resource

type InstancesStartWithEncryptionKeyResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instances" :> (Capture "instance" Text :> ("startWithEncryptionKey" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] InstancesStartWithEncryptionKeyRequest :> Post '[JSON] Operation)))))))))) Source #

A resource alias for compute.instances.startWithEncryptionKey method which the InstancesStartWithEncryptionKey request conforms to.

Creating a Request

instancesStartWithEncryptionKey Source #

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

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

data InstancesStartWithEncryptionKey Source #

Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.

See: instancesStartWithEncryptionKey smart constructor.

Instances

Eq InstancesStartWithEncryptionKey Source # 
Data InstancesStartWithEncryptionKey Source # 

Methods

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

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

toConstr :: InstancesStartWithEncryptionKey -> Constr #

dataTypeOf :: InstancesStartWithEncryptionKey -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstancesStartWithEncryptionKey Source # 
Generic InstancesStartWithEncryptionKey Source # 
GoogleRequest InstancesStartWithEncryptionKey Source # 
type Rep InstancesStartWithEncryptionKey Source # 
type Rep InstancesStartWithEncryptionKey = D1 (MetaData "InstancesStartWithEncryptionKey" "Network.Google.Resource.Compute.Instances.StartWithEncryptionKey" "gogol-compute-0.3.0-JmC4j0JQjdEJ6YK33fLFL4" False) (C1 (MetaCons "InstancesStartWithEncryptionKey'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iswekProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_iswekZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_iswekPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 InstancesStartWithEncryptionKeyRequest)) (S1 (MetaSel (Just Symbol "_iswekInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes InstancesStartWithEncryptionKey Source # 
type Scopes InstancesStartWithEncryptionKey = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs InstancesStartWithEncryptionKey Source # 

Request Lenses

iswekZone :: Lens' InstancesStartWithEncryptionKey Text Source #

The name of the zone for this request.

iswekInstance :: Lens' InstancesStartWithEncryptionKey Text Source #

Name of the instance resource to start.