PHP 클래스 Scalr\Modules\Platforms\Ec2\Helpers\EipHelper

파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 메소드들

메소드 설명
farmUpdateRoleSettings ( DBFarmRole $DBFarmRole, $oldSettings, $newSettings )
farmValidateRoleSettings ( $settings, $rolename )
setEipForServer ( DBServer $dbServer ) : boolean | string

비공개 메소드들

메소드 설명
associateIpAddress ( DBServer $dbServer, string $ipAddress, $allocationId = null ) Associates IP Address to the server
checkElasticIp ( string $ipaddress, Aws $aws ) : boolean Checks Elastic IP availability

메소드 상세

farmUpdateRoleSettings() 공개 정적인 메소드

public static farmUpdateRoleSettings ( DBFarmRole $DBFarmRole, $oldSettings, $newSettings )
$DBFarmRole DBFarmRole

farmValidateRoleSettings() 공개 정적인 메소드

public static farmValidateRoleSettings ( $settings, $rolename )

setEipForServer() 공개 정적인 메소드

public static setEipForServer ( DBServer $dbServer ) : boolean | string
$dbServer DBServer
리턴 boolean | string