Méthode | Description | |
---|---|---|
createHost ( HostDetails $hostDetails ) : void | ||
destroyHost ( HostDetails $hostDetails ) : void | ||
determineIpAddress ( HostDetails $hostDetails ) : string | ||
isRunning ( HostDetails $hostDetails ) : boolean | ||
powerOffHost ( HostDetails $hostDetails ) : void | ||
restartHost ( HostDetails $hostDetails ) : void | ||
runCommandAgainstHostManager ( HostDetails $hostDetails, string $command ) : |
||
runCommandViaHostManager ( HostDetails $hostDetails, string $command ) : |
||
startHost ( HostDetails $hostDetails ) : void | ||
stopHost ( HostDetails $hostDetails ) : void |
public createHost ( HostDetails $hostDetails ) : void | ||
$hostDetails | HostDetails | |
Résultat | void |
public destroyHost ( HostDetails $hostDetails ) : void | ||
$hostDetails | HostDetails | |
Résultat | void |
public determineIpAddress ( HostDetails $hostDetails ) : string | ||
$hostDetails | HostDetails | |
Résultat | string |
public powerOffHost ( HostDetails $hostDetails ) : void | ||
$hostDetails | HostDetails | |
Résultat | void |
public restartHost ( HostDetails $hostDetails ) : void | ||
$hostDetails | HostDetails | |
Résultat | void |
public runCommandAgainstHostManager ( HostDetails $hostDetails, string $command ) : |
||
$hostDetails | HostDetails | |
$command | string | |
Résultat |
public runCommandViaHostManager ( HostDetails $hostDetails, string $command ) : |
||
$hostDetails | HostDetails | |
$command | string | |
Résultat |