stratosphere-ec2-1.0.0: Stratosphere integration for AWS EC2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EC2.NetworkInterface

Documentation

data NetworkInterface Source #

Constructors

NetworkInterface

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html

Fields

Instances

Instances details
ToJSON NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Eq NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

ToResourceProperties NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "ConnectionTrackingSpecification" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "ConnectionTrackingSpecification" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Methods

set :: PropertyType "ConnectionTrackingSpecification" NetworkInterface -> NetworkInterface -> NetworkInterface #

Property "Description" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Description" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "GroupSet" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "GroupSet" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "InterfaceType" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "InterfaceType" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "InterfaceType" NetworkInterface = Value Text
Property "Ipv4PrefixCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Ipv4PrefixCount" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv4PrefixCount" NetworkInterface = Value Integer
Property "Ipv4Prefixes" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Ipv4Prefixes" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "Ipv6AddressCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Ipv6AddressCount" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv6AddressCount" NetworkInterface = Value Integer
Property "Ipv6Addresses" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Ipv6Addresses" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "Ipv6PrefixCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Ipv6PrefixCount" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv6PrefixCount" NetworkInterface = Value Integer
Property "Ipv6Prefixes" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Ipv6Prefixes" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "PrivateIpAddress" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "PrivateIpAddress" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "PrivateIpAddress" NetworkInterface = Value Text
Property "PrivateIpAddresses" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "PrivateIpAddresses" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "SecondaryPrivateIpAddressCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "SecondaryPrivateIpAddressCount" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "SecondaryPrivateIpAddressCount" NetworkInterface = Value Integer

Methods

set :: PropertyType "SecondaryPrivateIpAddressCount" NetworkInterface -> NetworkInterface -> NetworkInterface #

Property "SourceDestCheck" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "SourceDestCheck" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "SourceDestCheck" NetworkInterface = Value Bool
Property "SubnetId" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "SubnetId" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Property "Tags" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

Associated Types

type PropertyType "Tags" NetworkInterface 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "ConnectionTrackingSpecification" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Description" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "GroupSet" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "InterfaceType" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "InterfaceType" NetworkInterface = Value Text
type PropertyType "Ipv4PrefixCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv4PrefixCount" NetworkInterface = Value Integer
type PropertyType "Ipv4Prefixes" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv6AddressCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv6AddressCount" NetworkInterface = Value Integer
type PropertyType "Ipv6Addresses" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv6PrefixCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Ipv6PrefixCount" NetworkInterface = Value Integer
type PropertyType "Ipv6Prefixes" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "PrivateIpAddress" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "PrivateIpAddress" NetworkInterface = Value Text
type PropertyType "PrivateIpAddresses" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "SecondaryPrivateIpAddressCount" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "SecondaryPrivateIpAddressCount" NetworkInterface = Value Integer
type PropertyType "SourceDestCheck" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "SourceDestCheck" NetworkInterface = Value Bool
type PropertyType "SubnetId" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface

type PropertyType "Tags" NetworkInterface Source # 
Instance details

Defined in Stratosphere.EC2.NetworkInterface