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

Struct SystemVMService

cloudstack/cloudstack.go:1486–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484}
1485
1486type SystemVMService struct {
1487 cs *CloudStackClient
1488}
1489
1490func NewSystemVMService(cs *CloudStackClient) SystemVMServiceIface {
1491 return &SystemVMService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected