| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty
Documentation
data AddressProperty Source #
Constructors
| AddressProperty | |
Instances
data MatchAttributesProperty Source #
Constructors
| MatchAttributesProperty | |
Fields
| |
Instances
| ToJSON MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Methods toJSON :: MatchAttributesProperty -> Value # toEncoding :: MatchAttributesProperty -> Encoding # toJSONList :: [MatchAttributesProperty] -> Value # | |||||
| Show MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Methods showsPrec :: Int -> MatchAttributesProperty -> ShowS # show :: MatchAttributesProperty -> String # showList :: [MatchAttributesProperty] -> ShowS # | |||||
| Eq MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Methods (==) :: MatchAttributesProperty -> MatchAttributesProperty -> Bool # (/=) :: MatchAttributesProperty -> MatchAttributesProperty -> Bool # | |||||
| ToResourceProperties MatchAttributesProperty Source # | |||||
| Property "DestinationPorts" MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Associated Types
Methods set :: PropertyType "DestinationPorts" MatchAttributesProperty -> MatchAttributesProperty -> MatchAttributesProperty # | |||||
| Property "Destinations" MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Associated Types
Methods set :: PropertyType "Destinations" MatchAttributesProperty -> MatchAttributesProperty -> MatchAttributesProperty # | |||||
| Property "Protocols" MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Associated Types
Methods set :: PropertyType "Protocols" MatchAttributesProperty -> MatchAttributesProperty -> MatchAttributesProperty # | |||||
| Property "SourcePorts" MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Associated Types
Methods set :: PropertyType "SourcePorts" MatchAttributesProperty -> MatchAttributesProperty -> MatchAttributesProperty # | |||||
| Property "Sources" MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Associated Types
Methods set :: PropertyType "Sources" MatchAttributesProperty -> MatchAttributesProperty -> MatchAttributesProperty # | |||||
| Property "TCPFlags" MatchAttributesProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty Associated Types
Methods set :: PropertyType "TCPFlags" MatchAttributesProperty -> MatchAttributesProperty -> MatchAttributesProperty # | |||||
| type PropertyType "DestinationPorts" MatchAttributesProperty Source # | |||||
| type PropertyType "Destinations" MatchAttributesProperty Source # | |||||
| type PropertyType "Protocols" MatchAttributesProperty Source # | |||||
| type PropertyType "SourcePorts" MatchAttributesProperty Source # | |||||
| type PropertyType "Sources" MatchAttributesProperty Source # | |||||
| type PropertyType "TCPFlags" MatchAttributesProperty Source # | |||||
data PortRangeProperty Source #
Constructors
| PortRangeProperty | |
Fields | |
Instances
| ToJSON PortRangeProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty Methods toJSON :: PortRangeProperty -> Value # toEncoding :: PortRangeProperty -> Encoding # toJSONList :: [PortRangeProperty] -> Value # toEncodingList :: [PortRangeProperty] -> Encoding # omitField :: PortRangeProperty -> Bool # | |||||
| Show PortRangeProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty Methods showsPrec :: Int -> PortRangeProperty -> ShowS # show :: PortRangeProperty -> String # showList :: [PortRangeProperty] -> ShowS # | |||||
| Eq PortRangeProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty Methods (==) :: PortRangeProperty -> PortRangeProperty -> Bool # (/=) :: PortRangeProperty -> PortRangeProperty -> Bool # | |||||
| ToResourceProperties PortRangeProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty Methods toResourceProperties :: PortRangeProperty -> ResourceProperties # | |||||
| Property "FromPort" PortRangeProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty Associated Types
Methods set :: PropertyType "FromPort" PortRangeProperty -> PortRangeProperty -> PortRangeProperty # | |||||
| Property "ToPort" PortRangeProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty Associated Types
Methods set :: PropertyType "ToPort" PortRangeProperty -> PortRangeProperty -> PortRangeProperty # | |||||
| type PropertyType "FromPort" PortRangeProperty Source # | |||||
| type PropertyType "ToPort" PortRangeProperty Source # | |||||
data TCPFlagFieldProperty Source #
Constructors
| TCPFlagFieldProperty | |
Instances
| ToJSON TCPFlagFieldProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty Methods toJSON :: TCPFlagFieldProperty -> Value # toEncoding :: TCPFlagFieldProperty -> Encoding # toJSONList :: [TCPFlagFieldProperty] -> Value # toEncodingList :: [TCPFlagFieldProperty] -> Encoding # omitField :: TCPFlagFieldProperty -> Bool # | |||||
| Show TCPFlagFieldProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty Methods showsPrec :: Int -> TCPFlagFieldProperty -> ShowS # show :: TCPFlagFieldProperty -> String # showList :: [TCPFlagFieldProperty] -> ShowS # | |||||
| Eq TCPFlagFieldProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty Methods (==) :: TCPFlagFieldProperty -> TCPFlagFieldProperty -> Bool # (/=) :: TCPFlagFieldProperty -> TCPFlagFieldProperty -> Bool # | |||||
| ToResourceProperties TCPFlagFieldProperty Source # | |||||
| Property "Flags" TCPFlagFieldProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty Associated Types
Methods set :: PropertyType "Flags" TCPFlagFieldProperty -> TCPFlagFieldProperty -> TCPFlagFieldProperty # | |||||
| Property "Masks" TCPFlagFieldProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty Associated Types
Methods set :: PropertyType "Masks" TCPFlagFieldProperty -> TCPFlagFieldProperty -> TCPFlagFieldProperty # | |||||
| type PropertyType "Flags" TCPFlagFieldProperty Source # | |||||
| type PropertyType "Masks" TCPFlagFieldProperty Source # | |||||
data RuleDefinitionProperty Source #
Constructors
| RuleDefinitionProperty | |
Fields | |
Instances
| ToJSON RuleDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty Methods toJSON :: RuleDefinitionProperty -> Value # toEncoding :: RuleDefinitionProperty -> Encoding # toJSONList :: [RuleDefinitionProperty] -> Value # toEncodingList :: [RuleDefinitionProperty] -> Encoding # omitField :: RuleDefinitionProperty -> Bool # | |||||
| Show RuleDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty Methods showsPrec :: Int -> RuleDefinitionProperty -> ShowS # show :: RuleDefinitionProperty -> String # showList :: [RuleDefinitionProperty] -> ShowS # | |||||
| Eq RuleDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty Methods (==) :: RuleDefinitionProperty -> RuleDefinitionProperty -> Bool # (/=) :: RuleDefinitionProperty -> RuleDefinitionProperty -> Bool # | |||||
| ToResourceProperties RuleDefinitionProperty Source # | |||||
| Property "Actions" RuleDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty Associated Types
Methods set :: PropertyType "Actions" RuleDefinitionProperty -> RuleDefinitionProperty -> RuleDefinitionProperty # | |||||
| Property "MatchAttributes" RuleDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty Associated Types
Methods set :: PropertyType "MatchAttributes" RuleDefinitionProperty -> RuleDefinitionProperty -> RuleDefinitionProperty # | |||||
| type PropertyType "Actions" RuleDefinitionProperty Source # | |||||
| type PropertyType "MatchAttributes" RuleDefinitionProperty Source # | |||||