github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+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 )