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

Struct NsxService

cloudstack/cloudstack.go:1254–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254type NsxService struct {
1255 cs *CloudStackClient
1256}
1257
1258func NewNsxService(cs *CloudStackClient) NsxServiceIface {
1259 return &NsxService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected