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.EfaInfo

Description

 
Synopsis

Documentation

data EfaInfo Source #

Describes the Elastic Fabric Adapters for the instance type.

See: newEfaInfo smart constructor.

Constructors

EfaInfo' 

Fields

Instances

Instances details
FromXML EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

Generic EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

Associated Types

type Rep EfaInfo :: Type -> Type #

Methods

from :: EfaInfo -> Rep EfaInfo x #

to :: Rep EfaInfo x -> EfaInfo #

Read EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

Show EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

NFData EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

Methods

rnf :: EfaInfo -> () #

Eq EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

Methods

(==) :: EfaInfo -> EfaInfo -> Bool #

(/=) :: EfaInfo -> EfaInfo -> Bool #

Hashable EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

Methods

hashWithSalt :: Int -> EfaInfo -> Int #

hash :: EfaInfo -> Int #

type Rep EfaInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EfaInfo

type Rep EfaInfo = D1 ('MetaData "EfaInfo" "Amazonka.EC2.Types.EfaInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "EfaInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumEfaInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newEfaInfo :: EfaInfo Source #

Create a value of EfaInfo 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:maximumEfaInterfaces:EfaInfo', efaInfo_maximumEfaInterfaces - The maximum number of Elastic Fabric Adapters for the instance type.

efaInfo_maximumEfaInterfaces :: Lens' EfaInfo (Maybe Int) Source #

The maximum number of Elastic Fabric Adapters for the instance type.