IpAddressRequest class
In a CreateResolverEndpoint
request, the IP address that DNS queries originate from (for outbound
endpoints) or that you forward DNS queries to (for inbound endpoints).
IpAddressRequest
also includes the ID of the subnet that
contains the IP address.
Constructors
- IpAddressRequest({required String subnetId, String? ip})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ip → String?
-
The IP address that you want to use for DNS queries.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnetId → String
-
The ID of the subnet that contains the IP address.
final
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