Class Network
A network is an isolated virtual layer-2 broadcast domain that is typically
reserved for the tenant who created it unless you configure the network to be
shared. The network is the main entity in the Networking service. Ports (OpenCloud\Networking\Resource\Port
) and subnets (OpenCloud\Networking\Resource\Subnet
) are always associated with a network.
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\Networking\Resource\Network implements OpenCloud\Networking\Resource\NetworkInterface
Package: OpenCloud\Networking\Resource
See: http://docs.openstack.org/api/openstack-network/2.0/content/Overview-d1e71.html#Network
Located at OpenCloud/Networking/Resource/Network.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
string
|
Methods inherited from OpenCloud\Common\Resource\PersistentResource
checkExtension()
,
create()
,
createUrl()
,
delete()
,
id()
,
name()
,
refresh()
,
refreshFromLocationUrl()
,
region()
,
status()
,
update()
,
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()