Image
class Image extends OperatorResource implements Creatable, Listable, Retrievable, Deletable
Traits
Properties
$status | string | |
$name | string | |
$tags | array | |
$containerFormat | string | |
$createdAt | DateTimeImmutable | |
$diskFormat | string | |
$updatedAt | DateTimeImmutable | |
$visibility | string | |
$minDisk | int | |
$protected | bool | |
$id | string | |
$checksum | string | |
$ownerId | string | |
$size | int | |
$minRam | int | |
$virtualSize | int |
Methods
populateFromArray
(array $data)
: mixed|void
No description
retrieve
()
: void
Retrieve details of the current resource from the remote API.
update
(array $data)
No description
delete
()
: void
Permanently delete this resource.
deactivate
()
No description
reactivate
()
No description
uploadData
(StreamInterface $stream)
No description
downloadData
()
No description
addMember
($memberId)
No description
listMembers
()
No description
getMember
($memberId)
No description