PHP 클래스 Cloudflare\User\LoadBalancers\Maps

CTM Map User-level Cloud Traffic Manager Map
저자: James Bell ([email protected])
상속: extends CloudFlare\Api
파일 보기 프로젝트 열기: jamesryanbell/cloudflare

공개 메소드들

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