PHP Class Scalr\Model\Entity\Client

Author: N.V.
Inheritance: extends Scalr\Model\AbstractEntity
Mostra file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$active boolean Activ flag
$added DateTime Added time
$address1 string Client address
$address2 string Client address
$billed boolean Billed flag
$city string Client city
$comments string Comments
$country string Client country
$due DateTime Due time
$fax string Client fax
$fullName string Client full name
$id integer Identifier
$lastLoginAttempt DateTime Last login attempt time
$loginAttempts integer Login attempts
$name string Client short name
$org string Client organization name
$phone string Client phone
$priority integer Priority
$state string Client state
$status string Status
$welcomeMailSent boolean Welcome e-mail sent flag
$zipCode string Client ZIP-code

Public Methods

Method Description
checkLimit ( string $limitName, integer $limitValue ) : boolean Checks account limits
cloudCredentialsList ( array $clouds = null, array $credentialsFilter = [], array $propertiesFilter = [] ) : EntityIterator | CloudCredentials[] Gets cloud credentials for listed clouds
delete ( )

Method Details

checkLimit() public method

Checks account limits
public checkLimit ( string $limitName, integer $limitValue ) : boolean
$limitName string
$limitValue integer
return boolean

cloudCredentialsList() public method

Gets cloud credentials for listed clouds
public cloudCredentialsList ( array $clouds = null, array $credentialsFilter = [], array $propertiesFilter = [] ) : EntityIterator | CloudCredentials[]
$clouds array optional Clouds list
$credentialsFilter array optional Criteria to filter by CloudCredentials properties
$propertiesFilter array optional Criteria to filter by CloudCredentialsProperties
return Scalr\Model\Collections\EntityIterator | CloudCredentials[]

delete() public method

public delete ( )

Property Details

$active public_oe property

Activ flag
public bool $active
return boolean

$added public_oe property

Added time
public DateTime $added
return DateTime

$address1 public_oe property

Client address
public string $address1
return string

$address2 public_oe property

Client address
public string $address2
return string

$billed public_oe property

Billed flag
public bool $billed
return boolean

$city public_oe property

Client city
public string $city
return string

$comments public_oe property

Comments
public string $comments
return string

$country public_oe property

Client country
public string $country
return string

$due public_oe property

Due time
public DateTime $due
return DateTime

$fax public_oe property

Client fax
public string $fax
return string

$fullName public_oe property

Client full name
public string $fullName
return string

$id public_oe property

Identifier
public int $id
return integer

$lastLoginAttempt public_oe property

Last login attempt time
public DateTime $lastLoginAttempt
return DateTime

$loginAttempts public_oe property

Login attempts
public int $loginAttempts
return integer

$name public_oe property

Client short name
public string $name
return string

$org public_oe property

Client organization name
public string $org
return string

$phone public_oe property

Client phone
public string $phone
return string

$priority public_oe property

Priority
public int $priority
return integer

$state public_oe property

Client state
public string $state
return string

$status public_oe property

Status
public string $status
return string

$welcomeMailSent public_oe property

Welcome e-mail sent flag
public bool $welcomeMailSent
return boolean

$zipCode public_oe property

Client ZIP-code
public string $zipCode
return string