Documentation

OspfApi

OspfApi 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
getNetworkSwitchRoutingOspf()  : object
Operation getNetworkSwitchRoutingOspf
getNetworkSwitchRoutingOspfAsync()  : PromiseInterface
Operation getNetworkSwitchRoutingOspfAsync
getNetworkSwitchRoutingOspfAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchRoutingOspfAsyncWithHttpInfo
getNetworkSwitchRoutingOspfWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchRoutingOspfWithHttpInfo
updateNetworkSwitchRoutingOspf()  : object
Operation updateNetworkSwitchRoutingOspf
updateNetworkSwitchRoutingOspfAsync()  : PromiseInterface
Operation updateNetworkSwitchRoutingOspfAsync
updateNetworkSwitchRoutingOspfAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchRoutingOspfAsyncWithHttpInfo
updateNetworkSwitchRoutingOspfWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchRoutingOspfWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSwitchRoutingOspfRequest()  : Request
Create request for operation 'getNetworkSwitchRoutingOspf'
updateNetworkSwitchRoutingOspfRequest()  : Request
Create request for operation 'updateNetworkSwitchRoutingOspf'

Properties

$client

protected ClientInterface $client

Methods

getNetworkSwitchRoutingOspf()

Operation getNetworkSwitchRoutingOspf

public getNetworkSwitchRoutingOspf(string $network_id) : object

Return layer 3 OSPF routing configuration

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchRoutingOspfAsync()

Operation getNetworkSwitchRoutingOspfAsync

public getNetworkSwitchRoutingOspfAsync(string $network_id) : PromiseInterface

Return layer 3 OSPF routing configuration

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingOspfAsyncWithHttpInfo()

Operation getNetworkSwitchRoutingOspfAsyncWithHttpInfo

public getNetworkSwitchRoutingOspfAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return layer 3 OSPF routing configuration

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingOspfWithHttpInfo()

Operation getNetworkSwitchRoutingOspfWithHttpInfo

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

Return layer 3 OSPF routing configuration

Parameters
$network_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)

updateNetworkSwitchRoutingOspf()

Operation updateNetworkSwitchRoutingOspf

public updateNetworkSwitchRoutingOspf(string $network_id[, UpdateNetworkSwitchRoutingOspf $update_network_switch_routing_ospf = null ]) : object

Update layer 3 OSPF routing configuration

Parameters
$network_id : string

network_id (required)

$update_network_switch_routing_ospf : UpdateNetworkSwitchRoutingOspf = null

update_network_switch_routing_ospf (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchRoutingOspfAsync()

Operation updateNetworkSwitchRoutingOspfAsync

public updateNetworkSwitchRoutingOspfAsync(string $network_id[, UpdateNetworkSwitchRoutingOspf $update_network_switch_routing_ospf = null ]) : PromiseInterface

Update layer 3 OSPF routing configuration

Parameters
$network_id : string

(required)

$update_network_switch_routing_ospf : UpdateNetworkSwitchRoutingOspf = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchRoutingOspfAsyncWithHttpInfo()

Operation updateNetworkSwitchRoutingOspfAsyncWithHttpInfo

public updateNetworkSwitchRoutingOspfAsyncWithHttpInfo(string $network_id[, UpdateNetworkSwitchRoutingOspf $update_network_switch_routing_ospf = null ]) : PromiseInterface

Update layer 3 OSPF routing configuration

Parameters
$network_id : string

(required)

$update_network_switch_routing_ospf : UpdateNetworkSwitchRoutingOspf = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchRoutingOspfWithHttpInfo()

Operation updateNetworkSwitchRoutingOspfWithHttpInfo

public updateNetworkSwitchRoutingOspfWithHttpInfo(string $network_id[, UpdateNetworkSwitchRoutingOspf $update_network_switch_routing_ospf = null ]) : array<string|int, mixed>

Update layer 3 OSPF routing configuration

Parameters
$network_id : string

(required)

$update_network_switch_routing_ospf : UpdateNetworkSwitchRoutingOspf = null

(optional)

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

getNetworkSwitchRoutingOspfRequest()

Create request for operation 'getNetworkSwitchRoutingOspf'

protected getNetworkSwitchRoutingOspfRequest(string $network_id) : Request
Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchRoutingOspfRequest()

Create request for operation 'updateNetworkSwitchRoutingOspf'

protected updateNetworkSwitchRoutingOspfRequest(string $network_id[, UpdateNetworkSwitchRoutingOspf $update_network_switch_routing_ospf = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_switch_routing_ospf : UpdateNetworkSwitchRoutingOspf = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results