MCPcopy
hub / github.com/cortexlabs/cortex / String

Method String

pkg/lib/aws/elb.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31)
32
33func (state ClassicLoadBalancerState) String() string {
34 return string(state)
35}
36
37// returns the first classic load balancer which has all of the specified tags, or nil if no load balancers match
38func (c *Client) FindLoadBalancer(tags map[string]string) (*elb.LoadBalancerDescription, error) {

Callers 15

DoesCertificateExistMethod · 0.45
CreateAPIGatewayMethod · 0.45
DeleteAPIGatewayMethod · 0.45
CreateRouteMethod · 0.45
CreateHTTPIntegrationMethod · 0.45
NewForRegionFunction · 0.45
SpotInstancePriceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected