gogol-spanner-0.4.0: Google Cloud Spanner 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.Spanner.Projects.Instances.Create

Contents

Description

Creates an instance and begins preparing it to begin serving. The returned long-running operation can be used to track the progress of preparing the new instance. The instance name is assigned by the caller. If the named instance already exists, `CreateInstance` returns `ALREADY_EXISTS`. Immediately upon completion of this request: * The instance is readable via the API, with all requested attributes but no allocated resources. Its state is `CREATING`. Until completion of the returned operation: * Cancelling the operation renders the instance immediately unreadable via the API. * The instance can be deleted. * All other attempts to modify the instance are rejected. Upon completion of the returned operation: * Billing for all successfully-allocated resources begins (some types may have lower than the requested levels). * Databases can be created in the instance. * The instance's allocated resource levels are readable via the API. * The instance's state becomes `READY`. The returned long-running operation will have a name of the format `/operations/` and can be used to track creation of the instance. The metadata field type is CreateInstanceMetadata. The response field type is Instance, if successful.

See: Cloud Spanner API Reference for spanner.projects.instances.create.

Synopsis

REST Resource

type ProjectsInstancesCreateResource = "v1" :> (Capture "parent" Text :> ("instances" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CreateInstanceRequest :> Post '[JSON] Operation))))))))) Source #

A resource alias for spanner.projects.instances.create method which the ProjectsInstancesCreate request conforms to.

Creating a Request

projectsInstancesCreate Source #

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

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

data ProjectsInstancesCreate Source #

Creates an instance and begins preparing it to begin serving. The returned long-running operation can be used to track the progress of preparing the new instance. The instance name is assigned by the caller. If the named instance already exists, `CreateInstance` returns `ALREADY_EXISTS`. Immediately upon completion of this request: * The instance is readable via the API, with all requested attributes but no allocated resources. Its state is `CREATING`. Until completion of the returned operation: * Cancelling the operation renders the instance immediately unreadable via the API. * The instance can be deleted. * All other attempts to modify the instance are rejected. Upon completion of the returned operation: * Billing for all successfully-allocated resources begins (some types may have lower than the requested levels). * Databases can be created in the instance. * The instance's allocated resource levels are readable via the API. * The instance's state becomes `READY`. The returned long-running operation will have a name of the format `/operations/` and can be used to track creation of the instance. The metadata field type is CreateInstanceMetadata. The response field type is Instance, if successful.

See: projectsInstancesCreate smart constructor.

Instances
Eq ProjectsInstancesCreate Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

Data ProjectsInstancesCreate Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

Methods

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

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

toConstr :: ProjectsInstancesCreate -> Constr #

dataTypeOf :: ProjectsInstancesCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsInstancesCreate Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

Generic ProjectsInstancesCreate Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

Associated Types

type Rep ProjectsInstancesCreate :: Type -> Type #

GoogleRequest ProjectsInstancesCreate Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

type Rep ProjectsInstancesCreate Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

type Rep ProjectsInstancesCreate = D1 (MetaData "ProjectsInstancesCreate" "Network.Google.Resource.Spanner.Projects.Instances.Create" "gogol-spanner-0.4.0-Gx6Dlj0rchWGrfXCDHk4fo" False) (C1 (MetaCons "ProjectsInstancesCreate'" PrefixI True) ((S1 (MetaSel (Just "_picParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_picXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_picUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_picAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_picUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_picPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CreateInstanceRequest) :*: S1 (MetaSel (Just "_picCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsInstancesCreate Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

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

Defined in Network.Google.Resource.Spanner.Projects.Instances.Create

Request Lenses

picParent :: Lens' ProjectsInstancesCreate Text Source #

Required. The name of the project in which to create the instance. Values are of the form `projects/`.

picUploadProtocol :: Lens' ProjectsInstancesCreate (Maybe Text) Source #

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

picUploadType :: Lens' ProjectsInstancesCreate (Maybe Text) Source #

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