Keypair
class Keypair extends OperatorResource implements Listable, Retrievable, Deletable, Creatable
Represents a Compute v2 Keypair
Traits
Properties
| $fingerprint | string | |
| $name | string | |
| $publicKey | string | |
| $privateKey | string | |
| $deleted | boolean | |
| $userId | string | |
| $id | string | |
| $createdAt | DateTimeImmutable |
Methods
populateFromArray
(array $array)
: mixed|void
No description
retrieve
()
: void
Retrieve details of the current resource from the remote API.
delete
()
: void
Permanently delete this resource.
