IngressLoadBalancerStatus class
IngressLoadBalancerStatus represents the status of a load-balancer.
Constructors
-
IngressLoadBalancerStatus({List<
IngressLoadBalancerIngress> ? ingress}) -
Default constructor.
const
-
IngressLoadBalancerStatus.fromJson(Map<
String, dynamic> json) -
Creates a IngressLoadBalancerStatus from JSON data.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ingress
→ List<
IngressLoadBalancerIngress> ? -
ingress is a list containing ingress points for the load-balancer.
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, Object> - Converts a IngressLoadBalancerStatus instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited