Router
class Router extends OperatorResource implements Listable, Creatable, Retrievable, Updateable, Deletable
Traits
Contains reusable functionality for resources that have long operations which require waiting in
order to reach a particular state.
Properties
| $status | string | |
| $externalGatewayInfo | GatewayInfo | |
| $name | string | |
| $adminStateUp | string | |
| $tenantId | string | |
| $routes | array | |
| $id | string |
Methods
update
()
: void
Update the current resource with the configuration set out in the user options.
retrieve
()
: void
Retrieve details of the current resource from the remote API.
delete
()
: void
Permanently delete this resource.
addInterface
(array $userOptions)
No description
removeInterface
(array $userOptions)
No description
