Property | Type | Description | |
---|---|---|---|
$allowedPlatforms | array | List of allowed platforms |
Method | Description | |
---|---|---|
defaultAction ( ) | Forwards the controller to the default action | |
hasAccess ( ) | ||
xListAction ( string $platform, string $cloudLocation = null, string $query = null, string $imageId = null, string $vpcId = null, string $subnetId = null ) | List orphaned servers |
public defaultAction ( ) |
public xListAction ( string $platform, string $cloudLocation = null, string $query = null, string $imageId = null, string $vpcId = null, string $subnetId = null ) | ||
$platform | string | Cloud platform |
$cloudLocation | string | optional Cloud location |
$query | string | optional Filter parameter |
$imageId | string | optional Filter parameter |
$vpcId | string | optional Filter parameter |
$subnetId | string | optional Filter paramerer |
protected array $allowedPlatforms | ||
return | array |