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

Struct VMGroupService

cloudstack/cloudstack.go:1534–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1532}
1533
1534type VMGroupService struct {
1535 cs *CloudStackClient
1536}
1537
1538func NewVMGroupService(cs *CloudStackClient) VMGroupServiceIface {
1539 return &VMGroupService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected