PHP Class Cloudflare\User\LoadBalancers\Notifiers

CTM Notifiers User-level Cloud Traffic Manager Notifier
Author: James Bell ([email protected])
Inheritance: extends CloudFlare\Api
Show file Open project: jamesryanbell/cloudflare

Public Methods

Method Description
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

Method Details

create() public method

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() public method

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

details() public method

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

notifiers() public method

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

update() public method

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