AwsElbLoadBalancerPolicies class
Contains information about the policies for a load balancer.
Constructors
-
AwsElbLoadBalancerPolicies({List<
AwsElbAppCookieStickinessPolicy> ? appCookieStickinessPolicies, List<AwsElbLbCookieStickinessPolicy> ? lbCookieStickinessPolicies, List<String> ? otherPolicies}) -
AwsElbLoadBalancerPolicies.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
appCookieStickinessPolicies
→ List<
AwsElbAppCookieStickinessPolicy> ? -
The stickiness policies that are created using
CreateAppCookieStickinessPolicy
.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
lbCookieStickinessPolicies
→ List<
AwsElbLbCookieStickinessPolicy> ? -
The stickiness policies that are created using
CreateLBCookieStickinessPolicy
.final -
otherPolicies
→ List<
String> ? -
The policies other than the stickiness policies.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited