mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
add scheme to elb helper
This commit is contained in:
parent
332f1d0c20
commit
764bd6c83b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class AWS
|
|||
"LoadBalancerName" => String,
|
||||
"Policies" => {"LBCookieStickinessPolicies" => Array, "AppCookieStickinessPolicies" => Array},
|
||||
"SourceSecurityGroup" => {"GroupName" => String, "OwnerAlias" => String},
|
||||
"Scheme" => String
|
||||
}
|
||||
|
||||
CREATE_LOAD_BALANCER = BASIC.merge({
|
||||
|
|
Loading…
Reference in a new issue