Class Subnet
A subnet represents an IP address block that can be used to assign IP
addresses to virtual instances (such as servers created using the OpenCloud\Compute\Service. Each subnet must have a CIDR and must be
associated with a network.
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\Networking\Resource\Subnet
Package: OpenCloud\Networking\Resource
See: http://docs.openstack.org/api/openstack-network/2.0/content/Overview-d1e71.html#Subnet
Located at OpenCloud/Networking/Resource/Subnet.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 |
Methods inherited from OpenCloud\Common\Resource\PersistentResource
checkExtension(),
create(),
delete(),
refresh(),
refreshFromLocationUrl(),
update(),
waitFor()
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct(),
findLink(),
getClient(),
getMetadata(),
getParent(),
getService(),
getUrl(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
parseResponse(),
resourceName(),
setMetadata(),
setParent(),
setService()
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getLogger(),
hasLogger(),
makeResourceIteratorOptions(),
populate(),
setLogger(),
stripNamespace(),
toCamel(),
toUnderscores()