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

Struct AutoScaleService

cloudstack/cloudstack.go:902–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902type AutoScaleService struct {
903 cs *CloudStackClient
904}
905
906func NewAutoScaleService(cs *CloudStackClient) AutoScaleServiceIface {
907 return &AutoScaleService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected