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

Method CreateCondition

cloudstack/AutoScaleService.go:37–37  ·  view source on GitHub ↗
(p *CreateConditionParams)

Source from the content-addressed store, hash-verified

35 CreateAutoScaleVmProfile(p *CreateAutoScaleVmProfileParams) (*CreateAutoScaleVmProfileResponse, error)
36 NewCreateAutoScaleVmProfileParams(serviceofferingid string, templateid string, zoneid string) *CreateAutoScaleVmProfileParams
37 CreateCondition(p *CreateConditionParams) (*CreateConditionResponse, error)
38 NewCreateConditionParams(counterid string, relationaloperator string, threshold int64) *CreateConditionParams
39 CreateCounter(p *CreateCounterParams) (*CreateCounterResponse, error)
40 NewCreateCounterParams(name string, provider string, source string, value string) *CreateCounterParams

Callers 1

TestAutoScaleServiceFunction · 0.65

Implementers 3

MockAutoScaleServiceIfacecloudstack/AutoScaleService_mock.go
MockAutoScaleServiceIfaceMockRecordercloudstack/AutoScaleService_mock.go
AutoScaleServicecloudstack/cloudstack.go

Calls

no outgoing calls

Tested by 1

TestAutoScaleServiceFunction · 0.52