Scalr\Model\Entity\CloudCredentials::isEnabled PHP 메소드

isEnabled() 공개 메소드

Indicates whether cloud credentials are enabled
public isEnabled ( ) : boolean
리턴 boolean Returns true if cloud credentials consider as enabled, false otherwise
    public function isEnabled()
    {
        return in_array($this->status, static::getEnabledStatuses());
    }