PHP 클래스 Cloudflare\Zone\Plan

Zone Plan
저자: James Bell ([email protected])
상속: extends CloudFlare\Api
파일 보기 프로젝트 열기: jamesryanbell/cloudflare

공개 메소드들

메소드 설명
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