ServiceProvisioningService
extends AbstractBaseProvisioningService
in package
Table of Contents
- $context : Context
- The context extracted from the provisioning Model
- $provisioning : Provisioning
- The provisioning Model
- __construct() : mixed
- create() : bool
- suspend() : bool
- terminate() : bool
- Request a termination for the service.
- terminate_confirm() : bool
- unsuspend() : bool
Properties
$context
The context extracted from the provisioning Model
protected
Context
$context
$provisioning
The provisioning Model
protected
Provisioning
$provisioning
Methods
__construct()
public
__construct(Provisioning $provisioning) : mixed
Parameters
- $provisioning : Provisioning
Return values
mixed —create()
public
create() : bool
Return values
bool —suspend()
public
suspend() : bool
Return values
bool —terminate()
Request a termination for the service.
public
terminate() : bool
Set the status to RequestTerminate and wait for the confirmation
Return values
bool —terminate_confirm()
public
terminate_confirm() : bool
Return values
bool —unsuspend()
public
unsuspend() : bool