Flavor
class Flavor extends OperatorResource implements Listable, Retrievable, Creatable, Deletable
Represents a Compute v2 Flavor.
Traits
Properties
| $disk | int | |
| $id | string | |
| $name | string | |
| $ram | int | |
| $swap | int | |
| $vcpus | int | |
| $links | array |
Methods
retrieve
()
: void
Retrieve details of the current resource from the remote API.
delete
()
: void
Permanently delete this resource.
