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

Description

 
Synopsis

Documentation

data SourceProperties Source #

Properties of the Source Server machine.

See: newSourceProperties smart constructor.

Constructors

SourceProperties' 

Fields

Instances

Instances details
FromJSON SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

Generic SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

Associated Types

type Rep SourceProperties :: Type -> Type #

Read SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

Show SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

NFData SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

Methods

rnf :: SourceProperties -> () #

Eq SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

Hashable SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

type Rep SourceProperties Source # 
Instance details

Defined in Amazonka.DrS.Types.SourceProperties

newSourceProperties :: SourceProperties Source #

Create a value of SourceProperties 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:SourceProperties', sourceProperties_cpus - An array of CPUs.

$sel:disks:SourceProperties', sourceProperties_disks - An array of disks.

$sel:identificationHints:SourceProperties', sourceProperties_identificationHints - Hints used to uniquely identify a machine.

$sel:lastUpdatedDateTime:SourceProperties', sourceProperties_lastUpdatedDateTime - The date and time the Source Properties were last updated on.

$sel:networkInterfaces:SourceProperties', sourceProperties_networkInterfaces - An array of network interfaces.

$sel:os:SourceProperties', sourceProperties_os - Operating system.

$sel:ramBytes:SourceProperties', sourceProperties_ramBytes - The amount of RAM in bytes.

$sel:recommendedInstanceType:SourceProperties', sourceProperties_recommendedInstanceType - The recommended EC2 instance type that will be used when recovering the Source Server.

sourceProperties_lastUpdatedDateTime :: Lens' SourceProperties (Maybe Text) Source #

The date and time the Source Properties were last updated on.

sourceProperties_recommendedInstanceType :: Lens' SourceProperties (Maybe Text) Source #

The recommended EC2 instance type that will be used when recovering the Source Server.