libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.InstanceNetworking

Description

 
Synopsis

Documentation

data InstanceNetworking Source #

Describes monthly data transfer rates and port information for an instance.

See: newInstanceNetworking smart constructor.

Constructors

InstanceNetworking' 

Fields

Instances

Instances details
Eq InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

Read InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

Show InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

Generic InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

Associated Types

type Rep InstanceNetworking :: Type -> Type #

NFData InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

Methods

rnf :: InstanceNetworking -> () #

Hashable InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

FromJSON InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

type Rep InstanceNetworking Source # 
Instance details

Defined in Amazonka.Lightsail.Types.InstanceNetworking

type Rep InstanceNetworking = D1 ('MetaData "InstanceNetworking" "Amazonka.Lightsail.Types.InstanceNetworking" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "InstanceNetworking'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monthlyTransfer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonthlyTransfer)) :*: S1 ('MetaSel ('Just "ports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstancePortInfo]))))

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.