GetNetworkInterfaceAttachment class
Constructors
-
GetNetworkInterfaceAttachment({required Input<
String> attachmentId, required Input<int> deviceIndex, required Input<String> instanceId, required Input<String> instanceOwnerId, required Input<int> networkCardIndex}) -
Creates a new GetNetworkInterfaceAttachment.
attachmentIdID of the network interface attachment.deviceIndexDevice index of the network interface attachment on the instance.instanceIdID of the instance.instanceOwnerIdAWS account ID of the owner of the instance.networkCardIndexIndex of the network card.const -
GetNetworkInterfaceAttachment.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
attachmentId
→ Input<
String> -
ID of the network interface attachment.
final
-
deviceIndex
→ Input<
int> -
Device index of the network interface attachment on the instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instanceId
→ Input<
String> -
ID of the instance.
final
-
instanceOwnerId
→ Input<
String> -
AWS account ID of the owner of the instance.
final
-
networkCardIndex
→ Input<
int> -
Index of the network card.
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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited