Stratosphere.EC2.IPAMAllocation
data IPAMAllocation Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamallocation.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamallocation.html#cfn-ec2-ipamallocation-cidr
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamallocation.html#cfn-ec2-ipamallocation-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamallocation.html#cfn-ec2-ipamallocation-ipampoolid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamallocation.html#cfn-ec2-ipamallocation-netmasklength
Defined in Stratosphere.EC2.IPAMAllocation
Methods
toJSON :: IPAMAllocation -> Value #
toEncoding :: IPAMAllocation -> Encoding #
toJSONList :: [IPAMAllocation] -> Value #
toEncodingList :: [IPAMAllocation] -> Encoding #
omitField :: IPAMAllocation -> Bool #
showsPrec :: Int -> IPAMAllocation -> ShowS #
show :: IPAMAllocation -> String #
showList :: [IPAMAllocation] -> ShowS #
(==) :: IPAMAllocation -> IPAMAllocation -> Bool #
(/=) :: IPAMAllocation -> IPAMAllocation -> Bool #
toResourceProperties :: IPAMAllocation -> ResourceProperties #
Associated Types
set :: PropertyType "Cidr" IPAMAllocation -> IPAMAllocation -> IPAMAllocation #
set :: PropertyType "Description" IPAMAllocation -> IPAMAllocation -> IPAMAllocation #
set :: PropertyType "IpamPoolId" IPAMAllocation -> IPAMAllocation -> IPAMAllocation #
set :: PropertyType "NetmaskLength" IPAMAllocation -> IPAMAllocation -> IPAMAllocation #
mkIPAMAllocation :: Value Text -> IPAMAllocation Source #