OpenStackProvisioningService
extends AbstractBaseProvisioningService
in package
Table of Contents
- $context : Context
- The context extracted from the provisioning Model
- $provisioning : Provisioning
- The provisioning Model
- __construct() : mixed
- close_port() : bool
- Close the port on the OpenStack service instance
- open_port() : bool
- Open the port on OpenStack service instance
- getProjects() : bool|Collection|array<string|int, Project>
- Return all projects for the current external user
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 —close_port()
Close the port on the OpenStack service instance
public
close_port() : bool
Return values
bool —open_port()
Open the port on OpenStack service instance
public
open_port() : bool
Return values
bool —getProjects()
Return all projects for the current external user
private
getProjects() : bool|Collection|array<string|int, Project>