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 = {
|
LOAD_BALANCER = {
|
||||||
"AvailabilityZones" => Array,
|
"AvailabilityZones" => Array,
|
||||||
|
"BackendServerDescriptions" => Array,
|
||||||
"CanonicalHostedZoneName" => String,
|
"CanonicalHostedZoneName" => String,
|
||||||
"CanonicalHostedZoneNameID" => String,
|
"CanonicalHostedZoneNameID" => String,
|
||||||
"CreatedTime" => Time,
|
"CreatedTime" => Time,
|
||||||
|
@ -25,7 +26,7 @@ class AWS
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
"LoadBalancerName" => String,
|
"LoadBalancerName" => String,
|
||||||
"Policies" => {"LBCookieStickinessPolicies" => Array, "AppCookieStickinessPolicies" => Array},
|
"Policies" => {"LBCookieStickinessPolicies" => Array, "AppCookieStickinessPolicies" => Array, "OtherPolicies" => Array},
|
||||||
"Scheme" => String,
|
"Scheme" => String,
|
||||||
"SecurityGroups" => [Fog::Nullable::String],
|
"SecurityGroups" => [Fog::Nullable::String],
|
||||||
"SourceSecurityGroup" => {"GroupName" => String, "OwnerAlias" => String},
|
"SourceSecurityGroup" => {"GroupName" => String, "OwnerAlias" => String},
|
||||||
|
|
Loading…
Add table
Reference in a new issue