CustomRoutingEndpointDescription class
A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints, which are virtual private cloud (VPC) subnets.
Constructors
- CustomRoutingEndpointDescription({String? endpointId})
-
CustomRoutingEndpointDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- endpointId → String?
-
An ID for the endpoint. For custom routing accelerators, this is the virtual
private cloud (VPC) subnet ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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