| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ApplicationSignals.ServiceLevelObjective.GoalProperty
Documentation
data CalendarIntervalProperty Source #
Constructors
| CalendarIntervalProperty | |
Fields
| |
Instances
data IntervalProperty Source #
Constructors
| IntervalProperty | |
Instances
| ToJSON IntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.IntervalProperty Methods toJSON :: IntervalProperty -> Value # toEncoding :: IntervalProperty -> Encoding # toJSONList :: [IntervalProperty] -> Value # toEncodingList :: [IntervalProperty] -> Encoding # omitField :: IntervalProperty -> Bool # | |||||
| Show IntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.IntervalProperty Methods showsPrec :: Int -> IntervalProperty -> ShowS # show :: IntervalProperty -> String # showList :: [IntervalProperty] -> ShowS # | |||||
| Eq IntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.IntervalProperty Methods (==) :: IntervalProperty -> IntervalProperty -> Bool # (/=) :: IntervalProperty -> IntervalProperty -> Bool # | |||||
| ToResourceProperties IntervalProperty Source # | |||||
| Property "CalendarInterval" IntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.IntervalProperty Associated Types
Methods set :: PropertyType "CalendarInterval" IntervalProperty -> IntervalProperty -> IntervalProperty # | |||||
| Property "RollingInterval" IntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.IntervalProperty Associated Types
Methods set :: PropertyType "RollingInterval" IntervalProperty -> IntervalProperty -> IntervalProperty # | |||||
| type PropertyType "CalendarInterval" IntervalProperty Source # | |||||
| type PropertyType "RollingInterval" IntervalProperty Source # | |||||
data RollingIntervalProperty Source #
Constructors
| RollingIntervalProperty | |
Fields
| |
Instances
| ToJSON RollingIntervalProperty Source # | |||||
| Show RollingIntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.RollingIntervalProperty Methods showsPrec :: Int -> RollingIntervalProperty -> ShowS # show :: RollingIntervalProperty -> String # showList :: [RollingIntervalProperty] -> ShowS # | |||||
| Eq RollingIntervalProperty Source # | |||||
| ToResourceProperties RollingIntervalProperty Source # | |||||
| Property "Duration" RollingIntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.RollingIntervalProperty Associated Types
Methods set :: PropertyType "Duration" RollingIntervalProperty -> RollingIntervalProperty -> RollingIntervalProperty # | |||||
| Property "DurationUnit" RollingIntervalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.RollingIntervalProperty Associated Types
Methods set :: PropertyType "DurationUnit" RollingIntervalProperty -> RollingIntervalProperty -> RollingIntervalProperty # | |||||
| type PropertyType "Duration" RollingIntervalProperty Source # | |||||
| type PropertyType "DurationUnit" RollingIntervalProperty Source # | |||||
mkCalendarIntervalProperty :: Value Integer -> Value Text -> Value Integer -> CalendarIntervalProperty Source #
data GoalProperty Source #
Constructors
| GoalProperty | |
Fields
| |
Instances
| ToJSON GoalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.GoalProperty Methods toJSON :: GoalProperty -> Value # toEncoding :: GoalProperty -> Encoding # toJSONList :: [GoalProperty] -> Value # toEncodingList :: [GoalProperty] -> Encoding # omitField :: GoalProperty -> Bool # | |||||
| Show GoalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.GoalProperty Methods showsPrec :: Int -> GoalProperty -> ShowS # show :: GoalProperty -> String # showList :: [GoalProperty] -> ShowS # | |||||
| Eq GoalProperty Source # | |||||
| ToResourceProperties GoalProperty Source # | |||||
| Property "AttainmentGoal" GoalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.GoalProperty Associated Types
Methods set :: PropertyType "AttainmentGoal" GoalProperty -> GoalProperty -> GoalProperty # | |||||
| Property "Interval" GoalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.GoalProperty Associated Types
Methods set :: PropertyType "Interval" GoalProperty -> GoalProperty -> GoalProperty # | |||||
| Property "WarningThreshold" GoalProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.GoalProperty Associated Types
Methods set :: PropertyType "WarningThreshold" GoalProperty -> GoalProperty -> GoalProperty # | |||||
| type PropertyType "AttainmentGoal" GoalProperty Source # | |||||
| type PropertyType "Interval" GoalProperty Source # | |||||
| type PropertyType "WarningThreshold" GoalProperty Source # | |||||