| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.NetworkCardInfo
Description
Synopsis
Documentation
data NetworkCardInfo Source #
Describes the network card support of the instance type.
See: newNetworkCardInfo smart constructor.
Constructors
| NetworkCardInfo' | |
Fields
| |
Instances
newNetworkCardInfo :: NetworkCardInfo Source #
Create a value of NetworkCardInfo with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maximumNetworkInterfaces:NetworkCardInfo', networkCardInfo_maximumNetworkInterfaces - The maximum number of network interfaces for the network card.
$sel:networkCardIndex:NetworkCardInfo', networkCardInfo_networkCardIndex - The index of the network card.
$sel:networkPerformance:NetworkCardInfo', networkCardInfo_networkPerformance - The network performance of the network card.
networkCardInfo_maximumNetworkInterfaces :: Lens' NetworkCardInfo (Maybe Int) Source #
The maximum number of network interfaces for the network card.
networkCardInfo_networkCardIndex :: Lens' NetworkCardInfo (Maybe Int) Source #
The index of the network card.
networkCardInfo_networkPerformance :: Lens' NetworkCardInfo (Maybe Text) Source #
The network performance of the network card.