gogol-compute-0.1.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.Projects.MoveDisk

Contents

Description

Moves a persistent disk from one zone to another.

See: Compute Engine API Reference for compute.projects.moveDisk.

Synopsis

REST Resource

type ProjectsMoveDiskResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("moveDisk" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DiskMoveRequest :> Post '[JSON] Operation)))))) Source #

A resource alias for compute.projects.moveDisk method which the ProjectsMoveDisk request conforms to.

Creating a Request

projectsMoveDisk Source #

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

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

data ProjectsMoveDisk Source #

Moves a persistent disk from one zone to another.

See: projectsMoveDisk smart constructor.

Instances

Eq ProjectsMoveDisk Source # 
Data ProjectsMoveDisk Source # 

Methods

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

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

toConstr :: ProjectsMoveDisk -> Constr #

dataTypeOf :: ProjectsMoveDisk -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsMoveDisk Source # 
Generic ProjectsMoveDisk Source # 
GoogleRequest ProjectsMoveDisk Source # 
type Rep ProjectsMoveDisk Source # 
type Rep ProjectsMoveDisk = D1 (MetaData "ProjectsMoveDisk" "Network.Google.Resource.Compute.Projects.MoveDisk" "gogol-compute-0.1.0-Fd4nHFZ7jFE8hoV8Pam8UC" False) (C1 (MetaCons "ProjectsMoveDisk'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pmdProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pmdPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DiskMoveRequest))))
type Scopes ProjectsMoveDisk Source # 
type Scopes ProjectsMoveDisk = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs ProjectsMoveDisk Source # 

Request Lenses

pmdProject :: Lens' ProjectsMoveDisk Text Source #

Project ID for this request.