PHP Class Cloudflare\User\LoadBalancers\Maps

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

Public Methods

Method Description
create ( array $global_pools, string | null $description = null ) Create a map Create a new map
delete_map ( string $identifier ) Delete a map Delete a configured map
details ( string $identifier ) Map details Fetch a single configured map
maps ( ) List maps List configured maps
update ( string $identifier, array $global_pools = null, string | null $description = null ) Modify a map Modify a configured map

Method Details

create() public method

Create a map Create a new map
public create ( array $global_pools, string | null $description = null )
$global_pools array Sorted list of pool IDs that will be utilized if a CF PoP cannot be assigned to a configured region.
$description string | null Object description.

delete_map() public method

Delete a map Delete a configured map
public delete_map ( string $identifier )
$identifier string

details() public method

Map details Fetch a single configured map
public details ( string $identifier )
$identifier string

maps() public method

List maps List configured maps
public maps ( )

update() public method

Modify a map Modify a configured map
public update ( string $identifier, array $global_pools = null, string | null $description = null )
$identifier string
$global_pools array Sorted list of pool IDs that will be utilized if a CF PoP cannot be assigned to a configured region.
$description string | null Object description.