ISteamCDN
Methods ISteamCDN
Cream::ISteamCDN.setclientfilters(key : String, cdnname : String, allowedipblocks : String, allowedasns : String, allowedipcountries : String)
Parameters
key
Type: string
Optional: false
Description: access key
cdnname
Type: string
Optional: false
Description: Steam name of CDN property
allowedipblocks
Type: string
Optional: true
Description: comma-separated list of allowed IP address blocks in CIDR format - blank for not used
allowedasns
Type: string
Optional: true
Description: comma-separated list of allowed client network AS numbers - blank for not used
allowedipcountries
Type: string
Optional: true
Description: comma-separated list of allowed client IP country codes in ISO 3166-1 format - blank for not used
Cream::ISteamCDN.setperformancestats(key : String, cdnname : String, mbps_sent : UInt32, mbps_recv : UInt32, cpu_percent : UInt32, cache_hit_percent : UInt32)
Parameters
key
Type: string
Optional: false
Description: access key
cdnname
Type: string
Optional: false
Description: Steam name of CDN property
mbps_sent
Type: uint32
Optional: true
Description: Outgoing network traffic in Mbps
mbps_recv
Type: uint32
Optional: true
Description: Incoming network traffic in Mbps
cpu_percent
Type: uint32
Optional: true
Description: Percent CPU load
cache_hit_percent
Type: uint32
Optional: true
Description: Percent cache hits