PHP 클래스 Scalr\Stats\CostAnalytics\Entity\UsageTypeEntity

부터: 5.5 (19.05.2015)
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$costDistrType integer Cost distribution type
$displayName string It is used to override the name for displaying purposes
$id string Unique identifier of the Usage Type
$name string The name of the Usage Type

공개 메소드들

메소드 설명
getDisplayName ( ) : string Gets display name of the Usage Type
getUsageItems ( string $ignoreCache = false ) : EntityIterator Gets Usage Items which correspond to the Usage Type

메소드 상세

getDisplayName() 공개 메소드

Gets display name of the Usage Type
public getDisplayName ( ) : string
리턴 string

getUsageItems() 공개 메소드

Gets Usage Items which correspond to the Usage Type
public getUsageItems ( string $ignoreCache = false ) : EntityIterator
$ignoreCache string optional Whether it should ignore cache
리턴 Scalr\Model\Collections\EntityIterator Returns entity iterator of the Usage Items which corresponds to the Usate Type

프로퍼티 상세

$costDistrType 공개적으로 프로퍼티

Cost distribution type
public int $costDistrType
리턴 integer

$displayName 공개적으로 프로퍼티

It is used to override the name for displaying purposes
public string $displayName
리턴 string

$id 공개적으로 프로퍼티

Unique identifier of the Usage Type
public string $id
리턴 string

$name 공개적으로 프로퍼티

The name of the Usage Type
public string $name
리턴 string