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

Method NewAddNsxControllerParams

cloudstack/NsxService.go:30–30  ·  view source on GitHub ↗
(edgecluster string, name string, nsxproviderhostname string, password string, tier0gateway string, transportzone string, username string, zoneid string)

Source from the content-addressed store, hash-verified

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)

Callers 1

TestNsxServiceFunction · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 1

TestNsxServiceFunction · 0.52