EndpointRequest class
Describes the settings of a public endpoint for an Amazon Lightsail container service.
Constructors
- EndpointRequest({required String containerName, required int containerPort, ContainerServiceHealthCheckConfig? healthCheck})
Properties
- containerName → String
-
The name of the container for the endpoint.
final
- containerPort → int
-
The port of the 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited