PHP Класс Cloudflare\User\LoadBalancers\Maps

CTM Map User-level Cloud Traffic Manager Map
Автор: James Bell ([email protected])
Наследование: extends CloudFlare\Api
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

create() публичный Метод

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() публичный Метод

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

details() публичный Метод

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

maps() публичный Метод

List maps List configured maps
public maps ( )

update() публичный Метод

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.