Method | Description | |
---|---|---|
defaultAction ( ) | Forwards the controller to the default action | |
editAction ( string $cloudLocation, string $dbSgName ) | Gets security group rules for editing | |
hasAccess ( ) | ||
viewAction ( ) | ||
xCreateAction ( string $cloudLocation, string $dbSecurityGroupName, string $dbSecurityGroupDescription ) | Creates security group | |
xDeleteAction ( string $cloudLocation, string $dbSgName ) | Deletes security group | |
xListAction ( string $cloudLocation, string $name = null ) | List security groups | |
xSaveAction ( string $cloudLocation, string $dbSgName, |
Saves the rules |
Method | Description | |
---|---|---|
getAwsClient ( string $cloudLocation ) : |
Gets AWS Client for the current environment |
public defaultAction ( ) |
public editAction ( string $cloudLocation, string $dbSgName ) | ||
$cloudLocation | string | Cloud location |
$dbSgName | string | Security group name |
protected getAwsClient ( string $cloudLocation ) : |
||
$cloudLocation | string | Cloud location |
return | Returns Aws client for current environment |
public xDeleteAction ( string $cloudLocation, string $dbSgName ) | ||
$cloudLocation | string | Cloud location |
$dbSgName | string | Security group name |
public xListAction ( string $cloudLocation, string $name = null ) | ||
$cloudLocation | string | Cloud location |
$name | string | optional Filter by name |
public xSaveAction ( string $cloudLocation, string $dbSgName, |
||
$cloudLocation | string | Cloud location |
$dbSgName | string | Security group name |
$rules | Rules |