Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Source server CPU information.
See: newCPU
smart constructor.
Instances
Eq CPU Source # | |
Read CPU Source # | |
Show CPU Source # | |
Generic CPU Source # | |
NFData CPU Source # | |
Defined in Amazonka.MGN.Types.CPU | |
Hashable CPU Source # | |
Defined in Amazonka.MGN.Types.CPU | |
FromJSON CPU Source # | |
type Rep CPU Source # | |
Defined in Amazonka.MGN.Types.CPU type Rep CPU = D1 ('MetaData "CPU" "Amazonka.MGN.Types.CPU" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "CPU'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cores") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) |
Create a value of CPU
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:modelName:CPU'
, cpu_modelName
- The source server's CPU model name.
$sel:cores:CPU'
, cpu_cores
- The number of CPU cores on the source server.