PHP Class Scalr\Model\Entity\Client

Author: N.V.
Inheritance: extends Scalr\Model\AbstractEntity
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

Checks account limits
public checkLimit ( string $limitName, integer $limitValue ) : boolean
$limitName string
$limitValue integer
Résultat boolean

cloudCredentialsList() public méthode

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
Résultat Scalr\Model\Collections\EntityIterator | CloudCredentials[]

delete() public méthode

public delete ( )

Property Details

$active public_oe property

Activ flag
public bool $active
Résultat boolean

$added public_oe property

Added time
public DateTime $added
Résultat DateTime

$address1 public_oe property

Client address
public string $address1
Résultat string

$address2 public_oe property

Client address
public string $address2
Résultat string

$billed public_oe property

Billed flag
public bool $billed
Résultat boolean

$city public_oe property

Client city
public string $city
Résultat string

$comments public_oe property

Comments
public string $comments
Résultat string

$country public_oe property

Client country
public string $country
Résultat string

$due public_oe property

Due time
public DateTime $due
Résultat DateTime

$fax public_oe property

Client fax
public string $fax
Résultat string

$fullName public_oe property

Client full name
public string $fullName
Résultat string

$id public_oe property

Identifier
public int $id
Résultat integer

$lastLoginAttempt public_oe property

Last login attempt time
public DateTime $lastLoginAttempt
Résultat DateTime

$loginAttempts public_oe property

Login attempts
public int $loginAttempts
Résultat integer

$name public_oe property

Client short name
public string $name
Résultat string

$org public_oe property

Client organization name
public string $org
Résultat string

$phone public_oe property

Client phone
public string $phone
Résultat string

$priority public_oe property

Priority
public int $priority
Résultat integer

$state public_oe property

Client state
public string $state
Résultat string

$status public_oe property

Status
public string $status
Résultat string

$welcomeMailSent public_oe property

Welcome e-mail sent flag
public bool $welcomeMailSent
Résultat boolean

$zipCode public_oe property

Client ZIP-code
public string $zipCode
Résultat string