| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubStrategy.Types.SystemInfo
Description
Synopsis
Documentation
data SystemInfo Source #
Information about the server that hosts application components.
See: newSystemInfo smart constructor.
Constructors
| SystemInfo' | |
Fields
| |
Instances
newSystemInfo :: SystemInfo Source #
Create a value of SystemInfo 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:cpuArchitecture:SystemInfo', systemInfo_cpuArchitecture - CPU architecture type for the server.
$sel:fileSystemType:SystemInfo', systemInfo_fileSystemType - File system type for the server.
$sel:networkInfoList:SystemInfo', systemInfo_networkInfoList - Networking information related to a server.
$sel:osInfo:SystemInfo', systemInfo_osInfo - Operating system corresponding to a server.
systemInfo_cpuArchitecture :: Lens' SystemInfo (Maybe Text) Source #
CPU architecture type for the server.
systemInfo_fileSystemType :: Lens' SystemInfo (Maybe Text) Source #
File system type for the server.
systemInfo_networkInfoList :: Lens' SystemInfo (Maybe [NetworkInfo]) Source #
Networking information related to a server.
systemInfo_osInfo :: Lens' SystemInfo (Maybe OSInfo) Source #
Operating system corresponding to a server.