Stratosphere.EC2.NetworkInterface
module Stratosphere.EC2.NetworkInterface.ConnectionTrackingSpecificationProperty
module Stratosphere.EC2.NetworkInterface.InstanceIpv6AddressProperty
module Stratosphere.EC2.NetworkInterface.Ipv4PrefixSpecificationProperty
module Stratosphere.EC2.NetworkInterface.Ipv6PrefixSpecificationProperty
module Stratosphere.EC2.NetworkInterface.PrivateIpAddressSpecificationProperty
data NetworkInterface Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-connectiontrackingspecification
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-groupset
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-interfacetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-ipv4prefixcount
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-ipv4prefixes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-ipv6addresscount
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-ipv6addresses
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-ipv6prefixcount
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-ipv6prefixes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-privateipaddress
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-privateipaddresses
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-secondaryprivateipaddresscount
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-sourcedestcheck
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-subnetid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-tags
Defined in Stratosphere.EC2.NetworkInterface
Methods
toJSON :: NetworkInterface -> Value #
toEncoding :: NetworkInterface -> Encoding #
toJSONList :: [NetworkInterface] -> Value #
toEncodingList :: [NetworkInterface] -> Encoding #
omitField :: NetworkInterface -> Bool #
showsPrec :: Int -> NetworkInterface -> ShowS #
show :: NetworkInterface -> String #
showList :: [NetworkInterface] -> ShowS #
(==) :: NetworkInterface -> NetworkInterface -> Bool #
(/=) :: NetworkInterface -> NetworkInterface -> Bool #
toResourceProperties :: NetworkInterface -> ResourceProperties #
Associated Types
set :: PropertyType "ConnectionTrackingSpecification" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Description" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "GroupSet" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "InterfaceType" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Ipv4PrefixCount" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Ipv4Prefixes" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Ipv6AddressCount" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Ipv6Addresses" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Ipv6PrefixCount" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Ipv6Prefixes" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "PrivateIpAddress" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "PrivateIpAddresses" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "SecondaryPrivateIpAddressCount" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "SourceDestCheck" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "SubnetId" NetworkInterface -> NetworkInterface -> NetworkInterface #
set :: PropertyType "Tags" NetworkInterface -> NetworkInterface -> NetworkInterface #
mkNetworkInterface :: Value Text -> NetworkInterface Source #