github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/api/cloudcontroller/ccv2/constant/security_group.go (about) 1 package constant 2 3 // SecurityGroupLifecycle represents the lifecycle phase of a security group 4 // binding. 5 type SecurityGroupLifecycle string 6 7 const ( 8 // SecurityGroupLifecycleRunning indicates the lifecycle phase running. 9 SecurityGroupLifecycleRunning SecurityGroupLifecycle = "running" 10 11 // SecurityGroupLifecycleStaging indicates the lifecycle phase staging. 12 SecurityGroupLifecycleStaging SecurityGroupLifecycle = "staging" 13 )