| 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.IPAddressBasedRemoteInfo
Description
Synopsis
- data IPAddressBasedRemoteInfo = IPAddressBasedRemoteInfo' {}
- newIPAddressBasedRemoteInfo :: IPAddressBasedRemoteInfo
- iPAddressBasedRemoteInfo_authType :: Lens' IPAddressBasedRemoteInfo (Maybe AuthType)
- iPAddressBasedRemoteInfo_ipAddressConfigurationTimeStamp :: Lens' IPAddressBasedRemoteInfo (Maybe Text)
- iPAddressBasedRemoteInfo_osType :: Lens' IPAddressBasedRemoteInfo (Maybe OSType)
Documentation
data IPAddressBasedRemoteInfo Source #
IP address based configurations.
See: newIPAddressBasedRemoteInfo smart constructor.
Constructors
| IPAddressBasedRemoteInfo' | |
Instances
newIPAddressBasedRemoteInfo :: IPAddressBasedRemoteInfo Source #
Create a value of IPAddressBasedRemoteInfo 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:authType:IPAddressBasedRemoteInfo', iPAddressBasedRemoteInfo_authType - The type of authorization.
$sel:ipAddressConfigurationTimeStamp:IPAddressBasedRemoteInfo', iPAddressBasedRemoteInfo_ipAddressConfigurationTimeStamp - The time stamp of the configuration.
$sel:osType:IPAddressBasedRemoteInfo', iPAddressBasedRemoteInfo_osType - The type of the operating system.
iPAddressBasedRemoteInfo_authType :: Lens' IPAddressBasedRemoteInfo (Maybe AuthType) Source #
The type of authorization.
iPAddressBasedRemoteInfo_ipAddressConfigurationTimeStamp :: Lens' IPAddressBasedRemoteInfo (Maybe Text) Source #
The time stamp of the configuration.
iPAddressBasedRemoteInfo_osType :: Lens' IPAddressBasedRemoteInfo (Maybe OSType) Source #
The type of the operating system.