Index
A
- $Client#apiKey — Property in class Client
- Der API-Key kann unter der URL https://cloud.digitalocean.com/api_access erstellt werden.
B
- $Droplet#backupsActive — Property in class Droplet
- $Droplet#backups — Property in class Droplet
- Backup — Class in namespace Alvine\Infrastructure\Digitalocean\Droplet
- Snapshot
C
- Client — Class in namespace Alvine\Infrastructure\Digitalocean
- Client
- $Client#clienID — Property in class Client
- Die Client-ID ist unter der URL
- Client::createDroplet() — Method in class Client
- Droplet erstellen
- Component — Class in namespace Alvine\Infrastructure\Digitalocean
- Die Komponentenklasse stellt Methoden zur Verfügung, um Informationen der plantUML-Komponente zu erhalten.
- $Droplet#created — Property in class Droplet
- $Size#cpuCount — Property in class Size
D
- Client::doDropletActions() — Method in class Client
- Aktionen mit Droplet ausführen
- Client::doDropletPowerCycle() — Method in class Client
- Schaltet das Droplet aus und wieder an
- Client::destroyDroplet() — Method in class Client
- Löscht das Droplet aus dem Account
- Client::doImageActions() — Method in class Client
- Aktionen mit Image ausführen
- Client::destroyImage() — Method in class Client
- Löscht ein Image aus dem Account
- Droplet — Class in namespace Alvine\Infrastructure\Digitalocean
- Docker Container
- $Droplet#dropletID — Property in class Droplet
- DropletException — Class in namespace Alvine\Infrastructure\Digitalocean
- Droplet-Fehler
- $Snapshot#distribution — Property in class Snapshot
- $Image#distribution — Property in class Image
- $Size#diskSize — Property in class Size
G
- Client::getDroplet() — Method in class Client
- Detailinformationen
- Client::getDroplets() — Method in class Client
- Erstellte Droplets
- Client::getRegions() — Method in class Client
- Regionen
- Client::getImage() — Method in class Client
- Detailinformationen
- Client::getImages() — Method in class Client
- Liste aller Images
- Client::getSizes() — Method in class Client
- Größen
- Client::getSSHKeys() — Method in class Client
- SSH-Schlüssel
- Component::getBasePath() — Method in class Component
- Pfad der Klasse
- Droplet::getInstanceFromArray() — Method in class Droplet
- Neues Objet erstellen
- Droplet::getDropletID() — Method in class Droplet
- Droplet-ID
- Droplet::getName() — Method in class Droplet
- Name des Droplets
- Droplet::getCreated() — Method in class Droplet
- Datum der Erstellung
- Droplet::getImageID() — Method in class Droplet
- ImageID
- Droplet::getSizeID() — Method in class Droplet
- Size-ID
- Droplet::getRegionID() — Method in class Droplet
- Region-ID
- Droplet::getStatus() — Method in class Droplet
- Status
- Droplet::getIPAdress() — Method in class Droplet
- IP-Adresse
- Droplet::getPrivateIPAdress() — Method in class Droplet
- Private IP-Adresse im DigitalOcean-Netzwerk
- Droplet::getBackups() — Method in class Droplet
- Backups
- Droplet::getSnapshots() — Method in class Droplet
- Snapshots
- Snapshot::getInstanceFromArray() — Method in class Snapshot
- Neues Objet erstellen
- Snapshot::getID() — Method in class Snapshot
- ID
- Snapshot::getName() — Method in class Snapshot
- Name
- Snapshot::getSlug() — Method in class Snapshot
- Slug
- Snapshot::getDistribution() — Method in class Snapshot
- Distribution
- Status::getStatus() — Method in class Status
- Status
- Image::getInstanceFromArray() — Method in class Image
- Neues Objet erstellen
- Image::getImageID() — Method in class Image
- Image-ID
- Image::getName() — Method in class Image
- Name des Image
- Image::getDistribution() — Method in class Image
- Distribution des Image (z.B. ubuntu)
- Image::getSlug() — Method in class Image
- Slug der Distribution
- Region::getInstanceFromArray() — Method in class Region
- Neues Objet erstellen
- Region::getName() — Method in class Region
- Name des Droplets
- Region::getSlug() — Method in class Region
- Kurzbezeichnung
- Region::getRegionID() — Method in class Region
- Region-ID
- Response::getStatus() — Method in class Response
- Status
- Response::getPayload() — Method in class Response
- Übergebene Daten
- SSHKey::getInstanceFromArray() — Method in class SSHKey
- Neues Objet erstellen
- SSHKey::getKeyID() — Method in class SSHKey
- Key-ID
- SSHKey::getName() — Method in class SSHKey
- Name des Image
- SSHKey::getPubKey() — Method in class SSHKey
- Öffentlicher Schlüssel
- Size::getInstanceFromArray() — Method in class Size
- Neues Objet erstellen
- Size::getSizeID() — Method in class Size
- ID der Größe
- Size::getName() — Method in class Size
- Name
- Size::getSlug() — Method in class Size
- Slug
- Size::getMemory() — Method in class Size
- Speicher in MB
- Size::getDiskSize() — Method in class Size
- Größe der Festplatte in GB
- Size::getCPUCount() — Method in class Size
- Anzahl der CPU
I
- $Droplet#imageID — Property in class Droplet
- $Droplet#ipAddress — Property in class Droplet
- Droplet::isBackupActive() — Method in class Droplet
- Backup
- Droplet::isLocked() — Method in class Droplet
- Gesperrt
- $Snapshot#id — Property in class Snapshot
- Image — Class in namespace Alvine\Infrastructure\Digitalocean
- Image
- $Image#imageID — Property in class Image
- Image::isPublic() — Method in class Image
- Öffentliches Image
- Image::isAvailableInRegion() — Method in class Image
- Prüft, ob das Image in der Region verfügbar ist.
K
- $SSHKey#keyID — Property in class SSHKey
L
- $Droplet#locked — Property in class Droplet
M
- $Size#memory — Property in class Size
N
- $Droplet#name — Property in class Droplet
- $Snapshot#name — Property in class Snapshot
- $Image#name — Property in class Image
- $Region#name — Property in class Region
- $SSHKey#name — Property in class SSHKey
- $Size#name — Property in class Size
P
- $Droplet#privateIPAddress — Property in class Droplet
- $Image#public — Property in class Image
- $SSHKey#pubkey — Property in class SSHKey
R
- Client::rebootDroplet() — Method in class Client
- Startet das Droplet neu
- Client::renameDroplet() — Method in class Client
- Droplet umbenennen
- Client::rebuildDroplet() — Method in class Client
- Droplet umbenennen
- Client::restoreDroplet() — Method in class Client
- Droplet wiederherstellen
- Client::resizeDroplet() — Method in class Client
- Größe des Droplets ändern
- $Droplet#regionID — Property in class Droplet
- $Image#regions — Property in class Image
- Image in folgenden Regionen verfügbar
- Region — Class in namespace Alvine\Infrastructure\Digitalocean
- Regionen
- $Region#regionID — Property in class Region
- Response — Class in namespace Alvine\Infrastructure\Digitalocean
- Ergebnis der API-Anfrage
- $Response#responseData — Property in class Response
- Daten
- ResponseException — Class in namespace Alvine\Infrastructure\Digitalocean
- Beim Fehler mit der Kommunikation
S
- Client::shutdownDroplet() — Method in class Client
- Schaltet das Droplet aus
- Client::switchDropletPowerOff() — Method in class Client
- Schaltet das Droplet aus
- Client::switchDropletPowerOn() — Method in class Client
- Schaltet das Droplet aus
- $Droplet#sizeID — Property in class Droplet
- $Droplet#status — Property in class Droplet
- $Droplet#snapshots — Property in class Droplet
- Snapshot — Class in namespace Alvine\Infrastructure\Digitalocean\Droplet
- Snapshot
- $Snapshot#slug — Property in class Snapshot
- Status — Class in namespace Alvine\Infrastructure\Digitalocean\Droplet
- Status des Droplets
- $Status#state — Property in class Status
- $Image#slug — Property in class Image
- $Region#slug — Property in class Region
- $Response#status — Property in class Response
- SSHKey — Class in namespace Alvine\Infrastructure\Digitalocean
- SSH-Key
- Size — Class in namespace Alvine\Infrastructure\Digitalocean
- Größe
- $Size#sizeID — Property in class Size
- $Size#slug — Property in class Size
T
- Client::takeDropletSnapshot() — Method in class Client
- Snapshot erstellen
- Client::transferImage() — Method in class Client
- Verschiebt ein Image in eine andere Region
_
- Client::__construct() — Method in class Client
- Neuer Client
- Droplet::__construct() — Method in class Droplet
- Neues Droplet erstellen
- Snapshot::__construct() — Method in class Snapshot
- Snapshot
- Status::__construct() — Method in class Status
- Status
- Image::__construct() — Method in class Image
- Neues Droplet erstellen
- Region::__construct() — Method in class Region
- Neue Region erstellen
- Response::__construct() — Method in class Response
- Neues Ergebnisobjekt
- SSHKey::__construct() — Method in class SSHKey
- Neues Schlüssel-Objekt erstellen
- Size::__construct() — Method in class Size
- Neues Size-Objekt erstellen