PHP Класс Cloudflare\Zone\Plan

Zone Plan
Автор: James Bell ([email protected])
Наследование: extends CloudFlare\Api
Показать файл Открыть проект

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

Метод Описание
available ( string $zone_identifier ) Available plans (permission needed: #billing:read) List all plans the zone can subscribe to.
change ( string $zone_identifier, string $identifier ) Change plan (permission needed: #billing:edit) Change the plan level for the zone. This will cancel any previous subscriptions and subscribe the zone to the new plan.
details ( string $zone_identifier, string $identifier ) Available plans (permission needed: #billing:read)

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

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

Available plans (permission needed: #billing:read) List all plans the zone can subscribe to.
public available ( string $zone_identifier )
$zone_identifier string

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

Change plan (permission needed: #billing:edit) Change the plan level for the zone. This will cancel any previous subscriptions and subscribe the zone to the new plan.
public change ( string $zone_identifier, string $identifier )
$zone_identifier string
$identifier string API item identifier tag

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

Available plans (permission needed: #billing:read)
public details ( string $zone_identifier, string $identifier )
$zone_identifier string
$identifier string API item identifier tag