PHP 클래스 DataSift\Storyplayer\HostLib\Blackboxes

저자: Stuart Herbert ([email protected])
상속: implements DataSift\Storyplayer\HostLib\SupportedHost
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$st DataSift\Storyplayer\PlayerLib\StoryTeller

공개 메소드들

메소드 설명
__construct ( StoryTeller $st )
createHost ( stdClass $groupDef, array $provisioningVars = [] ) : void
destroyHost ( stdClass $groupDef ) : void
determineIpAddress ( stdClass $groupDef ) : string
isRunning ( stdClass $vmDetails ) : boolean
powerOffHost ( stdClass $groupDef ) : void
restartHost ( stdClass $groupDef ) : void
runCommandAgainstHostManager ( stdClass $groupDef, string $command ) : CommandResult
runCommandViaHostManager ( stdClass $groupDef, string $command ) : CommandResult
startHost ( stdClass $groupDef ) : void
stopHost ( stdClass $groupDef ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( StoryTeller $st )
$st DataSift\Storyplayer\PlayerLib\StoryTeller

createHost() 공개 메소드

public createHost ( stdClass $groupDef, array $provisioningVars = [] ) : void
$groupDef stdClass
$provisioningVars array
리턴 void

destroyHost() 공개 메소드

public destroyHost ( stdClass $groupDef ) : void
$groupDef stdClass
리턴 void

determineIpAddress() 공개 메소드

public determineIpAddress ( stdClass $groupDef ) : string
$groupDef stdClass
리턴 string

isRunning() 공개 메소드

public isRunning ( stdClass $vmDetails ) : boolean
$vmDetails stdClass
리턴 boolean

powerOffHost() 공개 메소드

public powerOffHost ( stdClass $groupDef ) : void
$groupDef stdClass
리턴 void

restartHost() 공개 메소드

public restartHost ( stdClass $groupDef ) : void
$groupDef stdClass
리턴 void

runCommandAgainstHostManager() 공개 메소드

public runCommandAgainstHostManager ( stdClass $groupDef, string $command ) : CommandResult
$groupDef stdClass
$command string
리턴 DataSift\Storyplayer\CommandLib\CommandResult

runCommandViaHostManager() 공개 메소드

public runCommandViaHostManager ( stdClass $groupDef, string $command ) : CommandResult
$groupDef stdClass
$command string
리턴 DataSift\Storyplayer\CommandLib\CommandResult

startHost() 공개 메소드

public startHost ( stdClass $groupDef ) : void
$groupDef stdClass
리턴 void

stopHost() 공개 메소드

public stopHost ( stdClass $groupDef ) : void
$groupDef stdClass
리턴 void

프로퍼티 상세

$st 보호되어 있는 프로퍼티

protected StoryTeller,DataSift\Storyplayer\PlayerLib $st
리턴 DataSift\Storyplayer\PlayerLib\StoryTeller