Service.Storage

Storage methods.

Summary
Service.StorageStorage methods.
Functions
syncsync an environment from one container to a set of containers
cloneEnvironmentClone the root dir of one environment to another.

Functions

sync

sync an environment from one container to a set of containers

Parameters

idEnvironmentId to sync (idx: 1, type: Types.EnvironmentId)
sourcethe source container (idx: 2, type: Types.ContainerId)
deststhe destination containers (idx: 3, type: Thrift.list (Types.ContainerId))

Returns

Thrift.void

Throws

Exceptions.InvalidArguments (idx: 1)

Roles

  • customer

cloneEnvironment

Clone the root dir of one environment to another.  The source and target containers will be the master container for each environment.

Parameters

sourceno docs (idx: 1, type: Types.EnvironmentId)
targetno docs (idx: 2, type: Types.EnvironmentId)

Returns

Thrift.void

Throws

Exceptions.InvalidArguments (idx: 1)

Roles

  • customer
Base type Thrift.i16
Base type Thrift.i32
A Thrift built-in type.
A Thrift built-in type.
Close