github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+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 )