Safe Haskell | None |
---|---|
Language | Haskell2010 |
Resets a network interface attribute. You can specify only one attribute at a time.
- data ResetNetworkInterfaceAttribute
- resetNetworkInterfaceAttribute :: Text -> ResetNetworkInterfaceAttribute
- rniaDryRun :: Lens' ResetNetworkInterfaceAttribute (Maybe Bool)
- rniaNetworkInterfaceId :: Lens' ResetNetworkInterfaceAttribute Text
- rniaSourceDestCheck :: Lens' ResetNetworkInterfaceAttribute (Maybe Text)
- data ResetNetworkInterfaceAttributeResponse
- resetNetworkInterfaceAttributeResponse :: ResetNetworkInterfaceAttributeResponse
Request
data ResetNetworkInterfaceAttribute Source
Request constructor
resetNetworkInterfaceAttribute Source
ResetNetworkInterfaceAttribute
constructor.
The fields accessible through corresponding lenses are:
Request lenses
rniaNetworkInterfaceId :: Lens' ResetNetworkInterfaceAttribute Text Source
The ID of the network interface.
rniaSourceDestCheck :: Lens' ResetNetworkInterfaceAttribute (Maybe Text) Source
The source/destination checking attribute. Resets the value to true
.