PHP 클래스 Cloudflare\User\LoadBalancers\Notifiers

CTM Notifiers User-level Cloud Traffic Manager Notifier
저자: James Bell ([email protected])
상속: extends CloudFlare\Api
파일 보기 프로젝트 열기: jamesryanbell/cloudflare

공개 메소드들

메소드 설명
create ( string $address, string | null $type = null ) Create a notifier Create a configured notifier
delete_notifier ( string $identifier ) Delete a notifier Delete a configured notifier
details ( string $identifier ) Notifier details Fetch a single configured CTM notifier for a user
notifiers ( ) List notifiers List configured notifiers for a user
update ( string $identifier, string | null $address = null, string | null $type = null ) Modify a notifier Modify a configured notifier

메소드 상세

create() 공개 메소드

Create a notifier Create a configured notifier
public create ( string $address, string | null $type = null )
$address string Notifier address
$type string | null Notifier type

delete_notifier() 공개 메소드

Delete a notifier Delete a configured notifier
public delete_notifier ( string $identifier )
$identifier string

details() 공개 메소드

Notifier details Fetch a single configured CTM notifier for a user
public details ( string $identifier )
$identifier string

notifiers() 공개 메소드

List notifiers List configured notifiers for a user
public notifiers ( )

update() 공개 메소드

Modify a notifier Modify a configured notifier
public update ( string $identifier, string | null $address = null, string | null $type = null )
$identifier string
$address string | null Notifier address
$type string | null Notifier type