| 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.DirectoryService.Types.IpRouteInfo
Description
Synopsis
- data IpRouteInfo = IpRouteInfo' {}
- newIpRouteInfo :: IpRouteInfo
- ipRouteInfo_addedDateTime :: Lens' IpRouteInfo (Maybe UTCTime)
- ipRouteInfo_cidrIp :: Lens' IpRouteInfo (Maybe Text)
- ipRouteInfo_description :: Lens' IpRouteInfo (Maybe Text)
- ipRouteInfo_directoryId :: Lens' IpRouteInfo (Maybe Text)
- ipRouteInfo_ipRouteStatusMsg :: Lens' IpRouteInfo (Maybe IpRouteStatusMsg)
- ipRouteInfo_ipRouteStatusReason :: Lens' IpRouteInfo (Maybe Text)
Documentation
data IpRouteInfo Source #
Information about one or more IP address blocks.
See: newIpRouteInfo smart constructor.
Constructors
| IpRouteInfo' | |
Fields
| |
Instances
newIpRouteInfo :: IpRouteInfo Source #
Create a value of IpRouteInfo 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:addedDateTime:IpRouteInfo', ipRouteInfo_addedDateTime - The date and time the address block was added to the directory.
$sel:cidrIp:IpRouteInfo', ipRouteInfo_cidrIp - IP address block in the IpRoute.
$sel:description:IpRouteInfo', ipRouteInfo_description - Description of the IpRouteInfo.
$sel:directoryId:IpRouteInfo', ipRouteInfo_directoryId - Identifier (ID) of the directory associated with the IP addresses.
$sel:ipRouteStatusMsg:IpRouteInfo', ipRouteInfo_ipRouteStatusMsg - The status of the IP address block.
$sel:ipRouteStatusReason:IpRouteInfo', ipRouteInfo_ipRouteStatusReason - The reason for the IpRouteStatusMsg.
ipRouteInfo_addedDateTime :: Lens' IpRouteInfo (Maybe UTCTime) Source #
The date and time the address block was added to the directory.
ipRouteInfo_cidrIp :: Lens' IpRouteInfo (Maybe Text) Source #
IP address block in the IpRoute.
ipRouteInfo_description :: Lens' IpRouteInfo (Maybe Text) Source #
Description of the IpRouteInfo.
ipRouteInfo_directoryId :: Lens' IpRouteInfo (Maybe Text) Source #
Identifier (ID) of the directory associated with the IP addresses.
ipRouteInfo_ipRouteStatusMsg :: Lens' IpRouteInfo (Maybe IpRouteStatusMsg) Source #
The status of the IP address block.
ipRouteInfo_ipRouteStatusReason :: Lens' IpRouteInfo (Maybe Text) Source #
The reason for the IpRouteStatusMsg.