mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS|ELB] update helper to include BackendServerDescriptions and OtherPolicies
This commit is contained in:
parent
cea66c2cad
commit
80aaf1e254
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ class AWS
|
|||
|
||||
LOAD_BALANCER = {
|
||||
"AvailabilityZones" => Array,
|
||||
"BackendServerDescriptions" => Array,
|
||||
"CanonicalHostedZoneName" => String,
|
||||
"CanonicalHostedZoneNameID" => String,
|
||||
"CreatedTime" => Time,
|
||||
|
@ -25,7 +26,7 @@ class AWS
|
|||
}
|
||||
}],
|
||||
"LoadBalancerName" => String,
|
||||
"Policies" => {"LBCookieStickinessPolicies" => Array, "AppCookieStickinessPolicies" => Array},
|
||||
"Policies" => {"LBCookieStickinessPolicies" => Array, "AppCookieStickinessPolicies" => Array, "OtherPolicies" => Array},
|
||||
"Scheme" => String,
|
||||
"SecurityGroups" => [Fog::Nullable::String],
|
||||
"SourceSecurityGroup" => {"GroupName" => String, "OwnerAlias" => String},
|
||||
|
|
Loading…
Add table
Reference in a new issue