PHP Class Cloudflare\User\LoadBalancers\Maps

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

Méthodes publiques

Méthode 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 méthode

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 méthode

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

details() public méthode

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

maps() public méthode

List maps List configured maps
public maps ( )

update() public méthode

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.