gogol-file-0.5.0: Google Cloud Filestore 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.File.Projects.Locations.Instances.Delete

Contents

Description

Deletes an instance.

See: Cloud Filestore API Reference for file.projects.locations.instances.delete.

Synopsis

REST Resource

type ProjectsLocationsInstancesDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))) Source #

A resource alias for file.projects.locations.instances.delete method which the ProjectsLocationsInstancesDelete request conforms to.

Creating a Request

projectsLocationsInstancesDelete Source #

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

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

data ProjectsLocationsInstancesDelete Source #

Deletes an instance.

See: projectsLocationsInstancesDelete smart constructor.

Instances
Eq ProjectsLocationsInstancesDelete Source # 
Instance details

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

Data ProjectsLocationsInstancesDelete Source # 
Instance details

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

Methods

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

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

toConstr :: ProjectsLocationsInstancesDelete -> Constr #

dataTypeOf :: ProjectsLocationsInstancesDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsInstancesDelete Source # 
Instance details

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

Generic ProjectsLocationsInstancesDelete Source # 
Instance details

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

Associated Types

type Rep ProjectsLocationsInstancesDelete :: Type -> Type #

GoogleRequest ProjectsLocationsInstancesDelete Source # 
Instance details

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

type Rep ProjectsLocationsInstancesDelete Source # 
Instance details

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

type Rep ProjectsLocationsInstancesDelete = D1 (MetaData "ProjectsLocationsInstancesDelete" "Network.Google.Resource.File.Projects.Locations.Instances.Delete" "gogol-file-0.5.0-79f76rt9jwI1ZFRclhfMDK" False) (C1 (MetaCons "ProjectsLocationsInstancesDelete'" PrefixI True) ((S1 (MetaSel (Just "_plidXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_plidUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plidAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_plidUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_plidName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plidCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsLocationsInstancesDelete Source # 
Instance details

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

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

Defined in Network.Google.Resource.File.Projects.Locations.Instances.Delete

Request Lenses

plidUploadProtocol :: Lens' ProjectsLocationsInstancesDelete (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

plidUploadType :: Lens' ProjectsLocationsInstancesDelete (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

plidName :: Lens' ProjectsLocationsInstancesDelete Text Source #

The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}