Service
class Service extends OperatorResource implements Creatable, Listable, Retrievable, Updateable, Deletable
Traits
Properties
| $id | string | |
| $name | string | |
| $type | string | |
| $description | string | |
| $links | array |
Methods
retrieve
()
: void
Retrieve details of the current resource from the remote API.
update
()
: void
Update the current resource with the configuration set out in the user options.
delete
()
: void
Permanently delete this resource.
getUrl
(string $name, string $type, string $region, string $interface)
: string|false
Retrieve the base URL for a service.
