Documentation

MulticastApi

MulticastApi 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
createNetworkSwitchRoutingMulticastRendezvousPoint()  : object
Operation createNetworkSwitchRoutingMulticastRendezvousPoint
createNetworkSwitchRoutingMulticastRendezvousPointAsync()  : PromiseInterface
Operation createNetworkSwitchRoutingMulticastRendezvousPointAsync
createNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()  : PromiseInterface
Operation createNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo
createNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()  : array<string|int, mixed>
Operation createNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo
deleteNetworkSwitchRoutingMulticastRendezvousPoint()  : void
Operation deleteNetworkSwitchRoutingMulticastRendezvousPoint
deleteNetworkSwitchRoutingMulticastRendezvousPointAsync()  : PromiseInterface
Operation deleteNetworkSwitchRoutingMulticastRendezvousPointAsync
deleteNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()  : PromiseInterface
Operation deleteNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo
deleteNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()  : array<string|int, mixed>
Operation deleteNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo
getConfig()  : Configuration
getNetworkSwitchRoutingMulticast()  : object
Operation getNetworkSwitchRoutingMulticast
getNetworkSwitchRoutingMulticastAsync()  : PromiseInterface
Operation getNetworkSwitchRoutingMulticastAsync
getNetworkSwitchRoutingMulticastAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchRoutingMulticastAsyncWithHttpInfo
getNetworkSwitchRoutingMulticastRendezvousPoint()  : object
Operation getNetworkSwitchRoutingMulticastRendezvousPoint
getNetworkSwitchRoutingMulticastRendezvousPointAsync()  : PromiseInterface
Operation getNetworkSwitchRoutingMulticastRendezvousPointAsync
getNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo
getNetworkSwitchRoutingMulticastRendezvousPoints()  : object
Operation getNetworkSwitchRoutingMulticastRendezvousPoints
getNetworkSwitchRoutingMulticastRendezvousPointsAsync()  : PromiseInterface
Operation getNetworkSwitchRoutingMulticastRendezvousPointsAsync
getNetworkSwitchRoutingMulticastRendezvousPointsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSwitchRoutingMulticastRendezvousPointsAsyncWithHttpInfo
getNetworkSwitchRoutingMulticastRendezvousPointsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchRoutingMulticastRendezvousPointsWithHttpInfo
getNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo
getNetworkSwitchRoutingMulticastWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSwitchRoutingMulticastWithHttpInfo
updateNetworkSwitchRoutingMulticast()  : object
Operation updateNetworkSwitchRoutingMulticast
updateNetworkSwitchRoutingMulticastAsync()  : PromiseInterface
Operation updateNetworkSwitchRoutingMulticastAsync
updateNetworkSwitchRoutingMulticastAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchRoutingMulticastAsyncWithHttpInfo
updateNetworkSwitchRoutingMulticastRendezvousPoint()  : object
Operation updateNetworkSwitchRoutingMulticastRendezvousPoint
updateNetworkSwitchRoutingMulticastRendezvousPointAsync()  : PromiseInterface
Operation updateNetworkSwitchRoutingMulticastRendezvousPointAsync
updateNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo
updateNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo
updateNetworkSwitchRoutingMulticastWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSwitchRoutingMulticastWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
createNetworkSwitchRoutingMulticastRendezvousPointRequest()  : Request
Create request for operation 'createNetworkSwitchRoutingMulticastRendezvousPoint'
deleteNetworkSwitchRoutingMulticastRendezvousPointRequest()  : Request
Create request for operation 'deleteNetworkSwitchRoutingMulticastRendezvousPoint'
getNetworkSwitchRoutingMulticastRendezvousPointRequest()  : Request
Create request for operation 'getNetworkSwitchRoutingMulticastRendezvousPoint'
getNetworkSwitchRoutingMulticastRendezvousPointsRequest()  : Request
Create request for operation 'getNetworkSwitchRoutingMulticastRendezvousPoints'
getNetworkSwitchRoutingMulticastRequest()  : Request
Create request for operation 'getNetworkSwitchRoutingMulticast'
updateNetworkSwitchRoutingMulticastRendezvousPointRequest()  : Request
Create request for operation 'updateNetworkSwitchRoutingMulticastRendezvousPoint'
updateNetworkSwitchRoutingMulticastRequest()  : Request
Create request for operation 'updateNetworkSwitchRoutingMulticast'

Properties

Methods

createNetworkSwitchRoutingMulticastRendezvousPoint()

Operation createNetworkSwitchRoutingMulticastRendezvousPoint

public createNetworkSwitchRoutingMulticastRendezvousPoint(string $network_id, CreateNetworkSwitchRoutingMulticastRendezvousPoint $create_network_switch_routing_multicast_rendezvous_point) : object

Create a multicast rendezvous point

Parameters
$network_id : string

network_id (required)

$create_network_switch_routing_multicast_rendezvous_point : CreateNetworkSwitchRoutingMulticastRendezvousPoint

create_network_switch_routing_multicast_rendezvous_point (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

createNetworkSwitchRoutingMulticastRendezvousPointAsync()

Operation createNetworkSwitchRoutingMulticastRendezvousPointAsync

public createNetworkSwitchRoutingMulticastRendezvousPointAsync(string $network_id, CreateNetworkSwitchRoutingMulticastRendezvousPoint $create_network_switch_routing_multicast_rendezvous_point) : PromiseInterface

Create a multicast rendezvous point

Parameters
$network_id : string

(required)

$create_network_switch_routing_multicast_rendezvous_point : CreateNetworkSwitchRoutingMulticastRendezvousPoint

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()

Operation createNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo

public createNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo(string $network_id, CreateNetworkSwitchRoutingMulticastRendezvousPoint $create_network_switch_routing_multicast_rendezvous_point) : PromiseInterface

Create a multicast rendezvous point

Parameters
$network_id : string

(required)

$create_network_switch_routing_multicast_rendezvous_point : CreateNetworkSwitchRoutingMulticastRendezvousPoint

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()

Operation createNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo

public createNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo(string $network_id, CreateNetworkSwitchRoutingMulticastRendezvousPoint $create_network_switch_routing_multicast_rendezvous_point) : array<string|int, mixed>

Create a multicast rendezvous point

Parameters
$network_id : string

(required)

$create_network_switch_routing_multicast_rendezvous_point : CreateNetworkSwitchRoutingMulticastRendezvousPoint

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

deleteNetworkSwitchRoutingMulticastRendezvousPoint()

Operation deleteNetworkSwitchRoutingMulticastRendezvousPoint

public deleteNetworkSwitchRoutingMulticastRendezvousPoint(string $network_id, string $rendezvous_point_id) : void

Delete a multicast rendezvous point

Parameters
$network_id : string

network_id (required)

$rendezvous_point_id : string

rendezvous_point_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteNetworkSwitchRoutingMulticastRendezvousPointAsync()

Operation deleteNetworkSwitchRoutingMulticastRendezvousPointAsync

public deleteNetworkSwitchRoutingMulticastRendezvousPointAsync(string $network_id, string $rendezvous_point_id) : PromiseInterface

Delete a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()

Operation deleteNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo

public deleteNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo(string $network_id, string $rendezvous_point_id) : PromiseInterface

Delete a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()

Operation deleteNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo

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

Delete a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_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)

getNetworkSwitchRoutingMulticast()

Operation getNetworkSwitchRoutingMulticast

public getNetworkSwitchRoutingMulticast(string $network_id) : object

Return multicast settings for a network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchRoutingMulticastAsync()

Operation getNetworkSwitchRoutingMulticastAsync

public getNetworkSwitchRoutingMulticastAsync(string $network_id) : PromiseInterface

Return multicast settings for a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingMulticastAsyncWithHttpInfo()

Operation getNetworkSwitchRoutingMulticastAsyncWithHttpInfo

public getNetworkSwitchRoutingMulticastAsyncWithHttpInfo(string $network_id) : PromiseInterface

Return multicast settings for a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingMulticastRendezvousPoint()

Operation getNetworkSwitchRoutingMulticastRendezvousPoint

public getNetworkSwitchRoutingMulticastRendezvousPoint(string $network_id, string $rendezvous_point_id) : object

Return a multicast rendezvous point

Parameters
$network_id : string

network_id (required)

$rendezvous_point_id : string

rendezvous_point_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchRoutingMulticastRendezvousPointAsync()

Operation getNetworkSwitchRoutingMulticastRendezvousPointAsync

public getNetworkSwitchRoutingMulticastRendezvousPointAsync(string $network_id, string $rendezvous_point_id) : PromiseInterface

Return a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()

Operation getNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo

public getNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo(string $network_id, string $rendezvous_point_id) : PromiseInterface

Return a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingMulticastRendezvousPoints()

Operation getNetworkSwitchRoutingMulticastRendezvousPoints

public getNetworkSwitchRoutingMulticastRendezvousPoints(string $network_id) : object

List multicast rendezvous points

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSwitchRoutingMulticastRendezvousPointsAsync()

Operation getNetworkSwitchRoutingMulticastRendezvousPointsAsync

public getNetworkSwitchRoutingMulticastRendezvousPointsAsync(string $network_id) : PromiseInterface

List multicast rendezvous points

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingMulticastRendezvousPointsAsyncWithHttpInfo()

Operation getNetworkSwitchRoutingMulticastRendezvousPointsAsyncWithHttpInfo

public getNetworkSwitchRoutingMulticastRendezvousPointsAsyncWithHttpInfo(string $network_id) : PromiseInterface

List multicast rendezvous points

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSwitchRoutingMulticastRendezvousPointsWithHttpInfo()

Operation getNetworkSwitchRoutingMulticastRendezvousPointsWithHttpInfo

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

List multicast rendezvous points

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)

getNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()

Operation getNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo

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

Return a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_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)

getNetworkSwitchRoutingMulticastWithHttpInfo()

Operation getNetworkSwitchRoutingMulticastWithHttpInfo

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

Return multicast settings for a network

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)

updateNetworkSwitchRoutingMulticast()

Operation updateNetworkSwitchRoutingMulticast

public updateNetworkSwitchRoutingMulticast(string $network_id[, UpdateNetworkSwitchRoutingMulticast $update_network_switch_routing_multicast = null ]) : object

Update multicast settings for a network

Parameters
$network_id : string

network_id (required)

$update_network_switch_routing_multicast : UpdateNetworkSwitchRoutingMulticast = null

update_network_switch_routing_multicast (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchRoutingMulticastAsync()

Operation updateNetworkSwitchRoutingMulticastAsync

public updateNetworkSwitchRoutingMulticastAsync(string $network_id[, UpdateNetworkSwitchRoutingMulticast $update_network_switch_routing_multicast = null ]) : PromiseInterface

Update multicast settings for a network

Parameters
$network_id : string

(required)

$update_network_switch_routing_multicast : UpdateNetworkSwitchRoutingMulticast = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchRoutingMulticastAsyncWithHttpInfo()

Operation updateNetworkSwitchRoutingMulticastAsyncWithHttpInfo

public updateNetworkSwitchRoutingMulticastAsyncWithHttpInfo(string $network_id[, UpdateNetworkSwitchRoutingMulticast $update_network_switch_routing_multicast = null ]) : PromiseInterface

Update multicast settings for a network

Parameters
$network_id : string

(required)

$update_network_switch_routing_multicast : UpdateNetworkSwitchRoutingMulticast = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchRoutingMulticastRendezvousPoint()

Operation updateNetworkSwitchRoutingMulticastRendezvousPoint

public updateNetworkSwitchRoutingMulticastRendezvousPoint(string $network_id, string $rendezvous_point_id, UpdateNetworkSwitchRoutingMulticastRendezvousPoint $update_network_switch_routing_multicast_rendezvous_point) : object

Update a multicast rendezvous point

Parameters
$network_id : string

network_id (required)

$rendezvous_point_id : string

rendezvous_point_id (required)

$update_network_switch_routing_multicast_rendezvous_point : UpdateNetworkSwitchRoutingMulticastRendezvousPoint

update_network_switch_routing_multicast_rendezvous_point (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSwitchRoutingMulticastRendezvousPointAsync()

Operation updateNetworkSwitchRoutingMulticastRendezvousPointAsync

public updateNetworkSwitchRoutingMulticastRendezvousPointAsync(string $network_id, string $rendezvous_point_id, UpdateNetworkSwitchRoutingMulticastRendezvousPoint $update_network_switch_routing_multicast_rendezvous_point) : PromiseInterface

Update a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

$update_network_switch_routing_multicast_rendezvous_point : UpdateNetworkSwitchRoutingMulticastRendezvousPoint

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo()

Operation updateNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo

public updateNetworkSwitchRoutingMulticastRendezvousPointAsyncWithHttpInfo(string $network_id, string $rendezvous_point_id, UpdateNetworkSwitchRoutingMulticastRendezvousPoint $update_network_switch_routing_multicast_rendezvous_point) : PromiseInterface

Update a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

$update_network_switch_routing_multicast_rendezvous_point : UpdateNetworkSwitchRoutingMulticastRendezvousPoint

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo()

Operation updateNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo

public updateNetworkSwitchRoutingMulticastRendezvousPointWithHttpInfo(string $network_id, string $rendezvous_point_id, UpdateNetworkSwitchRoutingMulticastRendezvousPoint $update_network_switch_routing_multicast_rendezvous_point) : array<string|int, mixed>

Update a multicast rendezvous point

Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

$update_network_switch_routing_multicast_rendezvous_point : UpdateNetworkSwitchRoutingMulticastRendezvousPoint

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

updateNetworkSwitchRoutingMulticastWithHttpInfo()

Operation updateNetworkSwitchRoutingMulticastWithHttpInfo

public updateNetworkSwitchRoutingMulticastWithHttpInfo(string $network_id[, UpdateNetworkSwitchRoutingMulticast $update_network_switch_routing_multicast = null ]) : array<string|int, mixed>

Update multicast settings for a network

Parameters
$network_id : string

(required)

$update_network_switch_routing_multicast : UpdateNetworkSwitchRoutingMulticast = 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

createNetworkSwitchRoutingMulticastRendezvousPointRequest()

Create request for operation 'createNetworkSwitchRoutingMulticastRendezvousPoint'

protected createNetworkSwitchRoutingMulticastRendezvousPointRequest(string $network_id, CreateNetworkSwitchRoutingMulticastRendezvousPoint $create_network_switch_routing_multicast_rendezvous_point) : Request
Parameters
$network_id : string

(required)

$create_network_switch_routing_multicast_rendezvous_point : CreateNetworkSwitchRoutingMulticastRendezvousPoint

(required)

Tags
throws
InvalidArgumentException
Return values
Request

deleteNetworkSwitchRoutingMulticastRendezvousPointRequest()

Create request for operation 'deleteNetworkSwitchRoutingMulticastRendezvousPoint'

protected deleteNetworkSwitchRoutingMulticastRendezvousPointRequest(string $network_id, string $rendezvous_point_id) : Request
Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSwitchRoutingMulticastRendezvousPointRequest()

Create request for operation 'getNetworkSwitchRoutingMulticastRendezvousPoint'

protected getNetworkSwitchRoutingMulticastRendezvousPointRequest(string $network_id, string $rendezvous_point_id) : Request
Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSwitchRoutingMulticastRendezvousPointsRequest()

Create request for operation 'getNetworkSwitchRoutingMulticastRendezvousPoints'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSwitchRoutingMulticastRequest()

Create request for operation 'getNetworkSwitchRoutingMulticast'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchRoutingMulticastRendezvousPointRequest()

Create request for operation 'updateNetworkSwitchRoutingMulticastRendezvousPoint'

protected updateNetworkSwitchRoutingMulticastRendezvousPointRequest(string $network_id, string $rendezvous_point_id, UpdateNetworkSwitchRoutingMulticastRendezvousPoint $update_network_switch_routing_multicast_rendezvous_point) : Request
Parameters
$network_id : string

(required)

$rendezvous_point_id : string

(required)

$update_network_switch_routing_multicast_rendezvous_point : UpdateNetworkSwitchRoutingMulticastRendezvousPoint

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkSwitchRoutingMulticastRequest()

Create request for operation 'updateNetworkSwitchRoutingMulticast'

protected updateNetworkSwitchRoutingMulticastRequest(string $network_id[, UpdateNetworkSwitchRoutingMulticast $update_network_switch_routing_multicast = null ]) : Request
Parameters
$network_id : string

(required)

$update_network_switch_routing_multicast : UpdateNetworkSwitchRoutingMulticast = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results