amazonka-drs-2.0: Amazon Elastic Disaster Recovery Service 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.DrS.Types.RecoveryInstanceProperties

Description

 
Synopsis

Documentation

data RecoveryInstanceProperties Source #

Properties of the Recovery Instance machine.

See: newRecoveryInstanceProperties smart constructor.

Constructors

RecoveryInstanceProperties' 

Fields

Instances

Instances details
FromJSON RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

Generic RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

Associated Types

type Rep RecoveryInstanceProperties :: Type -> Type #

Read RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

Show RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

NFData RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

Eq RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

Hashable RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

type Rep RecoveryInstanceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceProperties

type Rep RecoveryInstanceProperties = D1 ('MetaData "RecoveryInstanceProperties" "Amazonka.DrS.Types.RecoveryInstanceProperties" "amazonka-drs-2.0-Jcy074h2jPgFhWHQx96blx" 'False) (C1 ('MetaCons "RecoveryInstanceProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CPU])) :*: (S1 ('MetaSel ('Just "disks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecoveryInstanceDisk])) :*: S1 ('MetaSel ('Just "identificationHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentificationHints)))) :*: ((S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkInterface]))) :*: (S1 ('MetaSel ('Just "os") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OS)) :*: S1 ('MetaSel ('Just "ramBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newRecoveryInstanceProperties :: RecoveryInstanceProperties Source #

Create a value of RecoveryInstanceProperties 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:cpus:RecoveryInstanceProperties', recoveryInstanceProperties_cpus - An array of CPUs.

$sel:disks:RecoveryInstanceProperties', recoveryInstanceProperties_disks - An array of disks.

$sel:identificationHints:RecoveryInstanceProperties', recoveryInstanceProperties_identificationHints - Hints used to uniquely identify a machine.

$sel:lastUpdatedDateTime:RecoveryInstanceProperties', recoveryInstanceProperties_lastUpdatedDateTime - The date and time the Recovery Instance properties were last updated on.

$sel:networkInterfaces:RecoveryInstanceProperties', recoveryInstanceProperties_networkInterfaces - An array of network interfaces.

$sel:os:RecoveryInstanceProperties', recoveryInstanceProperties_os - Operating system.

$sel:ramBytes:RecoveryInstanceProperties', recoveryInstanceProperties_ramBytes - The amount of RAM in bytes.

recoveryInstanceProperties_lastUpdatedDateTime :: Lens' RecoveryInstanceProperties (Maybe Text) Source #

The date and time the Recovery Instance properties were last updated on.