MCPcopy Index your code
hub / github.com/apache/cloudstack-go / ChangeServiceForRouter

Method ChangeServiceForRouter

cloudstack/RouterService.go:31–31  ·  view source on GitHub ↗
(p *ChangeServiceForRouterParams)

Source from the content-addressed store, hash-verified

29
30type RouterServiceIface interface {
31 ChangeServiceForRouter(p *ChangeServiceForRouterParams) (*ChangeServiceForRouterResponse, error)
32 NewChangeServiceForRouterParams(id string, serviceofferingid string) *ChangeServiceForRouterParams
33 ConfigureVirtualRouterElement(p *ConfigureVirtualRouterElementParams) (*VirtualRouterElementResponse, error)
34 NewConfigureVirtualRouterElementParams(enabled bool, id string) *ConfigureVirtualRouterElementParams

Callers 1

TestRouterServiceFunction · 0.65

Implementers 3

MockRouterServiceIfacecloudstack/RouterService_mock.go
MockRouterServiceIfaceMockRecordercloudstack/RouterService_mock.go
RouterServicecloudstack/cloudstack.go

Calls

no outgoing calls

Tested by 1

TestRouterServiceFunction · 0.52