ContainerServiceEndpoint class
Describes the public endpoint configuration of a deployment of an Amazon Lightsail container service.
Constructors
- ContainerServiceEndpoint({String? containerName, int? containerPort, ContainerServiceHealthCheckConfig? healthCheck})
-
ContainerServiceEndpoint.fromJson(Map<
String, dynamic> json) -
factory
Properties
- containerName → String?
-
The name of the container entry of the deployment that the endpoint
configuration applies to.
final
- containerPort → int?
-
The port of the specified container to which traffic is forwarded to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthCheck → ContainerServiceHealthCheckConfig?
-
An object that describes the health check configuration of the container.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited