Documentation

PortSchedulesApi

PortSchedulesApi 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
createNetworkSwitchPortSchedule()  : object
Operation createNetworkSwitchPortSchedule
createNetworkSwitchPortScheduleAsync()  : PromiseInterface
Operation createNetworkSwitchPortScheduleAsync
createNetworkSwitchPortScheduleAsyncWithHttpInfo()  : PromiseInterface
Operation createNetworkSwitchPortScheduleAsyncWithHttpInfo
createNetworkSwitchPortScheduleWithHttpInfo()  : array<string|int, mixed>
Operation createNetworkSwitchPortScheduleWithHttpInfo
deleteNetworkSwitchPortSchedule()  : void
Operation deleteNetworkSwitchPortSchedule
deleteNetworkSwitchPortScheduleAsync()  : PromiseInterface
Operation deleteNetworkSwitchPortScheduleAsync
deleteNetworkSwitchPortScheduleAsyncWithHttpInfo()  : PromiseInterface
Operation deleteNetworkSwitchPortScheduleAsyncWithHttpInfo
deleteNetworkSwitchPortScheduleWithHttpInfo()  : array<string|int, mixed>
Operation deleteNetworkSwitchPortScheduleWithHttpInfo
getConfig()  : Configuration
getNetworkSwitchPortSchedules()  : object
Operation getNetworkSwitchPortSchedules
getNetworkSwitchPortSchedulesAsync()  : PromiseInterface
Operation getNetworkSwitchPortSchedulesAsync
getNetworkSwitchPortSchedulesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchPortSchedulesAsyncWithHttpInfo
getNetworkSwitchPortSchedulesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchPortSchedulesWithHttpInfo
updateNetworkSwitchPortSchedule()  : object
Operation updateNetworkSwitchPortSchedule
updateNetworkSwitchPortScheduleAsync()  : PromiseInterface
Operation updateNetworkSwitchPortScheduleAsync
updateNetworkSwitchPortScheduleAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchPortScheduleAsyncWithHttpInfo
updateNetworkSwitchPortScheduleWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchPortScheduleWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
createNetworkSwitchPortScheduleRequest()  : Request
Create request for operation 'createNetworkSwitchPortSchedule'
deleteNetworkSwitchPortScheduleRequest()  : Request
Create request for operation 'deleteNetworkSwitchPortSchedule'
getNetworkSwitchPortSchedulesRequest()  : Request
Create request for operation 'getNetworkSwitchPortSchedules'
updateNetworkSwitchPortScheduleRequest()  : Request
Create request for operation 'updateNetworkSwitchPortSchedule'

Properties

Methods

createNetworkSwitchPortSchedule()

Operation createNetworkSwitchPortSchedule

public createNetworkSwitchPortSchedule(string $network_id, CreateNetworkSwitchPortSchedule $create_network_switch_port_schedule) : object

Add a switch port schedule

Parameters
$network_id : string

network_id (required)

$create_network_switch_port_schedule : CreateNetworkSwitchPortSchedule

create_network_switch_port_schedule (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

createNetworkSwitchPortScheduleAsync()

Operation createNetworkSwitchPortScheduleAsync

public createNetworkSwitchPortScheduleAsync(string $network_id, CreateNetworkSwitchPortSchedule $create_network_switch_port_schedule) : PromiseInterface

Add a switch port schedule

Parameters
$network_id : string

(required)

$create_network_switch_port_schedule : CreateNetworkSwitchPortSchedule

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkSwitchPortScheduleAsyncWithHttpInfo()

Operation createNetworkSwitchPortScheduleAsyncWithHttpInfo

public createNetworkSwitchPortScheduleAsyncWithHttpInfo(string $network_id, CreateNetworkSwitchPortSchedule $create_network_switch_port_schedule) : PromiseInterface

Add a switch port schedule

Parameters
$network_id : string

(required)

$create_network_switch_port_schedule : CreateNetworkSwitchPortSchedule

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkSwitchPortScheduleWithHttpInfo()

Operation createNetworkSwitchPortScheduleWithHttpInfo

public createNetworkSwitchPortScheduleWithHttpInfo(string $network_id, CreateNetworkSwitchPortSchedule $create_network_switch_port_schedule) : array<string|int, mixed>

Add a switch port schedule

Parameters
$network_id : string

(required)

$create_network_switch_port_schedule : CreateNetworkSwitchPortSchedule

(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)

deleteNetworkSwitchPortSchedule()

Operation deleteNetworkSwitchPortSchedule

public deleteNetworkSwitchPortSchedule(string $network_id, string $port_schedule_id) : void

Delete a switch port schedule

Parameters
$network_id : string

network_id (required)

$port_schedule_id : string

port_schedule_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteNetworkSwitchPortScheduleAsync()

Operation deleteNetworkSwitchPortScheduleAsync

public deleteNetworkSwitchPortScheduleAsync(string $network_id, string $port_schedule_id) : PromiseInterface

Delete a switch port schedule

Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSwitchPortScheduleAsyncWithHttpInfo()

Operation deleteNetworkSwitchPortScheduleAsyncWithHttpInfo

public deleteNetworkSwitchPortScheduleAsyncWithHttpInfo(string $network_id, string $port_schedule_id) : PromiseInterface

Delete a switch port schedule

Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSwitchPortScheduleWithHttpInfo()

Operation deleteNetworkSwitchPortScheduleWithHttpInfo

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

Delete a switch port schedule

Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

Tags
throws
ApiException

on non-2xx response

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

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

getNetworkSwitchPortSchedules()

Operation getNetworkSwitchPortSchedules

public getNetworkSwitchPortSchedules(string $network_id) : object

List switch port schedules

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchPortSchedulesAsync()

Operation getNetworkSwitchPortSchedulesAsync

public getNetworkSwitchPortSchedulesAsync(string $network_id) : PromiseInterface

List switch port schedules

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchPortSchedulesAsyncWithHttpInfo()

Operation getNetworkSwitchPortSchedulesAsyncWithHttpInfo

public getNetworkSwitchPortSchedulesAsyncWithHttpInfo(string $network_id) : PromiseInterface

List switch port schedules

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchPortSchedulesWithHttpInfo()

Operation getNetworkSwitchPortSchedulesWithHttpInfo

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

List switch port schedules

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)

updateNetworkSwitchPortSchedule()

Operation updateNetworkSwitchPortSchedule

public updateNetworkSwitchPortSchedule(string $network_id, string $port_schedule_id[, UpdateNetworkSwitchPortSchedule $update_network_switch_port_schedule = null ]) : object

Update a switch port schedule

Parameters
$network_id : string

network_id (required)

$port_schedule_id : string

port_schedule_id (required)

$update_network_switch_port_schedule : UpdateNetworkSwitchPortSchedule = null

update_network_switch_port_schedule (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchPortScheduleAsync()

Operation updateNetworkSwitchPortScheduleAsync

public updateNetworkSwitchPortScheduleAsync(string $network_id, string $port_schedule_id[, UpdateNetworkSwitchPortSchedule $update_network_switch_port_schedule = null ]) : PromiseInterface

Update a switch port schedule

Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

$update_network_switch_port_schedule : UpdateNetworkSwitchPortSchedule = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchPortScheduleAsyncWithHttpInfo()

Operation updateNetworkSwitchPortScheduleAsyncWithHttpInfo

public updateNetworkSwitchPortScheduleAsyncWithHttpInfo(string $network_id, string $port_schedule_id[, UpdateNetworkSwitchPortSchedule $update_network_switch_port_schedule = null ]) : PromiseInterface

Update a switch port schedule

Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

$update_network_switch_port_schedule : UpdateNetworkSwitchPortSchedule = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchPortScheduleWithHttpInfo()

Operation updateNetworkSwitchPortScheduleWithHttpInfo

public updateNetworkSwitchPortScheduleWithHttpInfo(string $network_id, string $port_schedule_id[, UpdateNetworkSwitchPortSchedule $update_network_switch_port_schedule = null ]) : array<string|int, mixed>

Update a switch port schedule

Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

$update_network_switch_port_schedule : UpdateNetworkSwitchPortSchedule = 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

createNetworkSwitchPortScheduleRequest()

Create request for operation 'createNetworkSwitchPortSchedule'

protected createNetworkSwitchPortScheduleRequest(string $network_id, CreateNetworkSwitchPortSchedule $create_network_switch_port_schedule) : Request
Parameters
$network_id : string

(required)

$create_network_switch_port_schedule : CreateNetworkSwitchPortSchedule

(required)

Tags
throws
InvalidArgumentException
Return values
Request

deleteNetworkSwitchPortScheduleRequest()

Create request for operation 'deleteNetworkSwitchPortSchedule'

protected deleteNetworkSwitchPortScheduleRequest(string $network_id, string $port_schedule_id) : Request
Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSwitchPortSchedulesRequest()

Create request for operation 'getNetworkSwitchPortSchedules'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchPortScheduleRequest()

Create request for operation 'updateNetworkSwitchPortSchedule'

protected updateNetworkSwitchPortScheduleRequest(string $network_id, string $port_schedule_id[, UpdateNetworkSwitchPortSchedule $update_network_switch_port_schedule = null ]) : Request
Parameters
$network_id : string

(required)

$port_schedule_id : string

(required)

$update_network_switch_port_schedule : UpdateNetworkSwitchPortSchedule = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results