Scalr\Model\Entity\CloudCredentials::isEnabled PHP Method

isEnabled() public method

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