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

Interface NsxServiceIface

cloudstack/NsxService.go:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type NsxServiceIface interface {
29 AddNsxController(p *AddNsxControllerParams) (*AddNsxControllerResponse, error)
30 NewAddNsxControllerParams(edgecluster string, name string, nsxproviderhostname string, password string, tier0gateway string, transportzone string, username string, zoneid string) *AddNsxControllerParams
31 DeleteNsxController(p *DeleteNsxControllerParams) (*DeleteNsxControllerResponse, error)
32 NewDeleteNsxControllerParams(nsxcontrollerid string) *DeleteNsxControllerParams
33 ListNsxControllers(p *ListNsxControllersParams) (*ListNsxControllersResponse, error)
34 NewListNsxControllersParams() *ListNsxControllersParams
35}
36
37type AddNsxControllerParams struct {
38 p map[string]interface{}

Callers 6

TestNsxServiceFunction · 0.65
TestNsxServiceFunction · 0.65
TestNsxServiceFunction · 0.65
TestNsxServiceFunction · 0.65
TestNsxServiceFunction · 0.65
TestNsxServiceFunction · 0.65

Implementers 3

NsxServicecloudstack/cloudstack.go
MockNsxServiceIfacecloudstack/NsxService_mock.go
MockNsxServiceIfaceMockRecordercloudstack/NsxService_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected