Class SecurityGroup
A security group is a named container for security group rules, each of which is
represented by OpenCloud\Networking\Resource\SecurityGroupRule.
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\Networking\Resource\SecurityGroup
Package: OpenCloud\Networking\Resource
See: http://developer.openstack.org/api-ref-networking-v2.html#security_groups
Located at OpenCloud/Networking/Resource/SecurityGroup.php
Methods summary
public
object
|
#
createJson( )
This method is inherited. The inherited method has protected scope
but we are widening the scope to public so this method may be called
from other classes such as |
public
Guzzle\Http\Message\Response
|
Methods inherited from OpenCloud\Common\Resource\PersistentResource
checkExtension(),
create(),
createUrl(),
delete(),
id(),
name(),
refresh(),
refreshFromLocationUrl(),
region(),
status(),
waitFor()
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct(),
findLink(),
getClient(),
getMetadata(),
getParent(),
getService(),
getUrl(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
parseResponse(),
resourceName(),
setMetadata(),
setParent(),
setService(),
url()
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getLogger(),
hasLogger(),
makeResourceIteratorOptions(),
populate(),
setLogger(),
stripNamespace(),
toCamel(),
toUnderscores()