amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
FromXML NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

Generic NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

Associated Types

type Rep NetworkCardInfo :: Type -> Type #

Read NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

Show NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

NFData NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

Methods

rnf :: NetworkCardInfo -> () #

Eq NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

Hashable NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

type Rep NetworkCardInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkCardInfo

type Rep NetworkCardInfo = D1 ('MetaData "NetworkCardInfo" "Amazonka.EC2.Types.NetworkCardInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "NetworkCardInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumNetworkInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "networkCardIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "networkPerformance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_networkPerformance :: Lens' NetworkCardInfo (Maybe Text) Source #

The network performance of the network card.