PHP 클래스 LibCloud\Dns\Model\Zone

파일 보기 프로젝트 열기: linkorb/libcloud-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$domain string The name of the domain
$extra array (optional) Extra attributes (driver specific)
$id string Zone id
$provider string DNS provider name
$ttl integer Default TTL for records in this zone (in seconds)
$type string Zone type (master, slave)

공개 메소드들

메소드 설명
__construct ( $id, $domain, $type, $ttl, $provider, $extra = [] )
getDomain ( ) : string
getExtra ( ) : mixed
getId ( ) : string
getProvider ( ) : string
getTtl ( ) : integer
getType ( ) : string
setDomain ( string $domain )
setExtra ( mixed $extra )
setId ( string $id )
setProvider ( string $provider )
setTtl ( integer $ttl )
setType ( string $type )

메소드 상세

__construct() 공개 메소드

public __construct ( $id, $domain, $type, $ttl, $provider, $extra = [] )

getDomain() 공개 메소드

public getDomain ( ) : string
리턴 string

getExtra() 공개 메소드

public getExtra ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : string
리턴 string

getProvider() 공개 메소드

public getProvider ( ) : string
리턴 string

getTtl() 공개 메소드

public getTtl ( ) : integer
리턴 integer

getType() 공개 메소드

public getType ( ) : string
리턴 string

setDomain() 공개 메소드

public setDomain ( string $domain )
$domain string

setExtra() 공개 메소드

public setExtra ( mixed $extra )
$extra mixed

setId() 공개 메소드

public setId ( string $id )
$id string

setProvider() 공개 메소드

public setProvider ( string $provider )
$provider string

setTtl() 공개 메소드

public setTtl ( integer $ttl )
$ttl integer

setType() 공개 메소드

public setType ( string $type )
$type string

프로퍼티 상세

$domain 보호되어 있는 프로퍼티

The name of the domain
protected string $domain
리턴 string

$extra 보호되어 있는 프로퍼티

(optional) Extra attributes (driver specific)
protected array $extra
리턴 array

$id 보호되어 있는 프로퍼티

Zone id
protected string $id
리턴 string

$provider 보호되어 있는 프로퍼티

DNS provider name
protected string $provider
리턴 string

$ttl 보호되어 있는 프로퍼티

Default TTL for records in this zone (in seconds)
protected int $ttl
리턴 integer

$type 보호되어 있는 프로퍼티

Zone type (master, slave)
protected string $type
리턴 string