Documentation

NetworkAdaptersApi

NetworkAdaptersApi 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
getNetworkSmDeviceNetworkAdapters()  : object
Operation getNetworkSmDeviceNetworkAdapters
getNetworkSmDeviceNetworkAdaptersAsync()  : PromiseInterface
Operation getNetworkSmDeviceNetworkAdaptersAsync
getNetworkSmDeviceNetworkAdaptersAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceNetworkAdaptersAsyncWithHttpInfo
getNetworkSmDeviceNetworkAdaptersWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceNetworkAdaptersWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceNetworkAdaptersRequest()  : Request
Create request for operation 'getNetworkSmDeviceNetworkAdapters'

Properties

Methods

getNetworkSmDeviceNetworkAdapters()

Operation getNetworkSmDeviceNetworkAdapters

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

List the network adapters of 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

getNetworkSmDeviceNetworkAdaptersAsync()

Operation getNetworkSmDeviceNetworkAdaptersAsync

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

List the network adapters of a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceNetworkAdaptersAsyncWithHttpInfo()

Operation getNetworkSmDeviceNetworkAdaptersAsyncWithHttpInfo

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

List the network adapters of a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceNetworkAdaptersWithHttpInfo()

Operation getNetworkSmDeviceNetworkAdaptersWithHttpInfo

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

List the network adapters of 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

getNetworkSmDeviceNetworkAdaptersRequest()

Create request for operation 'getNetworkSmDeviceNetworkAdapters'

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

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results