Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data InstanceNetworking Source #
Describes monthly data transfer rates and port information for an instance.
See: newInstanceNetworking
smart constructor.
InstanceNetworking' | |
|
Instances
newInstanceNetworking :: InstanceNetworking Source #
Create a value of InstanceNetworking
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:monthlyTransfer:InstanceNetworking'
, instanceNetworking_monthlyTransfer
- The amount of data in GB allocated for monthly data transfers.
$sel:ports:InstanceNetworking'
, instanceNetworking_ports
- An array of key-value pairs containing information about the ports on
the instance.
instanceNetworking_monthlyTransfer :: Lens' InstanceNetworking (Maybe MonthlyTransfer) Source #
The amount of data in GB allocated for monthly data transfers.
instanceNetworking_ports :: Lens' InstanceNetworking (Maybe [InstancePortInfo]) Source #
An array of key-value pairs containing information about the ports on the instance.