Network
class Network extends OperatorResource implements Listable, Retrievable, Creatable, Deletable
Represents a Networking v2 Network.
Traits
Contains reusable functionality for resources that have long operations which require waiting in
order to reach a particular state.
Properties
$id | string | |
$name | string | |
$shared | bool | |
$status | string | |
$subnets | array | |
$adminStateUp | string | |
$tenantId | string |
Methods
retrieve
()
: void
Retrieve details of the current resource from the remote API.
bulkCreate
(array $data)
: Network[]
Creates multiple networks in a single request.
update
()
{@inheritDoc}
delete
()
: void
Permanently delete this resource.