Documentation

RestrictionsApi

RestrictionsApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getNetworkSmDeviceRestrictions()  : object
Operation getNetworkSmDeviceRestrictions
getNetworkSmDeviceRestrictionsAsync()  : PromiseInterface
Operation getNetworkSmDeviceRestrictionsAsync
getNetworkSmDeviceRestrictionsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceRestrictionsAsyncWithHttpInfo
getNetworkSmDeviceRestrictionsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceRestrictionsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceRestrictionsRequest()  : Request
Create request for operation 'getNetworkSmDeviceRestrictions'

Properties

Methods

getNetworkSmDeviceRestrictions()

Operation getNetworkSmDeviceRestrictions

public getNetworkSmDeviceRestrictions(string $network_id, string $device_id) : object

List the restrictions on a device

Parameters
$network_id : string

network_id (required)

$device_id : string

device_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSmDeviceRestrictionsAsync()

Operation getNetworkSmDeviceRestrictionsAsync

public getNetworkSmDeviceRestrictionsAsync(string $network_id, string $device_id) : PromiseInterface

List the restrictions on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceRestrictionsAsyncWithHttpInfo()

Operation getNetworkSmDeviceRestrictionsAsyncWithHttpInfo

public getNetworkSmDeviceRestrictionsAsyncWithHttpInfo(string $network_id, string $device_id) : PromiseInterface

List the restrictions on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceRestrictionsWithHttpInfo()

Operation getNetworkSmDeviceRestrictionsWithHttpInfo

public getNetworkSmDeviceRestrictionsWithHttpInfo(string $network_id, string $device_id) : array<string|int, mixed>

List the restrictions on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getNetworkSmDeviceRestrictionsRequest()

Create request for operation 'getNetworkSmDeviceRestrictions'

protected getNetworkSmDeviceRestrictionsRequest(string $network_id, string $device_id) : Request
Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results