ProcessClosePort
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels, RetriableJob
Interfaces, Classes, Traits and Enums
- ShouldQueue
Table of Contents
- action = "open_stack_close_port"
- The name of the action, to be used in the provisioning model
- $provisioning : Provisioning
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
- uniqueId() : string
- The unique ID of the job.
Constants
action
The name of the action, to be used in the provisioning model
public
mixed
action
= "open_stack_close_port"
Properties
$provisioning
protected
Provisioning
$provisioning
Methods
__construct()
Create a new job instance.
public
__construct(Provisioning $provisioning) : void
Parameters
- $provisioning : Provisioning
Return values
void —handle()
Execute the job.
public
handle() : void
Return values
void —uniqueId()
The unique ID of the job.
public
uniqueId() : string