GetNetworkInterfaceArgs class
Arguments for getNetworkInterface. Arguments for getNetworkInterface.
Constructors
-
GetNetworkInterfaceArgs({Input<
List< ? filters, Input<GetNetworkInterfaceFilter> ?>String?> ? id, Input<String?> ? region, Input<Map< ? tags})String, String> ?> -
Creates a new GetNetworkInterfaceArgs.
filtersOne or more name/value pairs to filter off of. There are several valid keys, for a full reference, check out describe-network-interfaces in the AWS CLI reference.idIdentifier for the network interface.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsAny tags assigned to the network interface.const -
GetNetworkInterfaceArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
filters
→ Input<
List< ?GetNetworkInterfaceFilter> ?> -
One or more name/value pairs to filter off of. There are several valid keys, for a full reference, check out describe-network-interfaces in the AWS CLI reference.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ Input<
String?> ? -
Identifier for the network interface.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Any tags assigned to the network interface.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited