| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ServiceDiscoveryInstance
Synopsis
- data ServiceDiscoveryInstance = ServiceDiscoveryInstance {}
- serviceDiscoveryInstance :: Object -> Val Text -> ServiceDiscoveryInstance
- sdiInstanceAttributes :: Lens' ServiceDiscoveryInstance Object
- sdiInstanceId :: Lens' ServiceDiscoveryInstance (Maybe (Val Text))
- sdiServiceId :: Lens' ServiceDiscoveryInstance (Val Text)
Documentation
data ServiceDiscoveryInstance #
Full data type definition for ServiceDiscoveryInstance. See
serviceDiscoveryInstance for a more convenient constructor.
Constructors
| ServiceDiscoveryInstance | |
Instances
| Eq ServiceDiscoveryInstance # | |
Defined in Stratosphere.Resources.ServiceDiscoveryInstance Methods (==) :: ServiceDiscoveryInstance -> ServiceDiscoveryInstance -> Bool # (/=) :: ServiceDiscoveryInstance -> ServiceDiscoveryInstance -> Bool # | |
| Show ServiceDiscoveryInstance # | |
Defined in Stratosphere.Resources.ServiceDiscoveryInstance Methods showsPrec :: Int -> ServiceDiscoveryInstance -> ShowS # show :: ServiceDiscoveryInstance -> String # showList :: [ServiceDiscoveryInstance] -> ShowS # | |
| ToJSON ServiceDiscoveryInstance # | |
Defined in Stratosphere.Resources.ServiceDiscoveryInstance Methods toJSON :: ServiceDiscoveryInstance -> Value # toEncoding :: ServiceDiscoveryInstance -> Encoding # toJSONList :: [ServiceDiscoveryInstance] -> Value # | |
| FromJSON ServiceDiscoveryInstance # | |
Defined in Stratosphere.Resources.ServiceDiscoveryInstance Methods parseJSON :: Value -> Parser ServiceDiscoveryInstance # parseJSONList :: Value -> Parser [ServiceDiscoveryInstance] # | |
Arguments
| :: Object | |
| -> Val Text | |
| -> ServiceDiscoveryInstance |
Constructor for ServiceDiscoveryInstance containing required fields as
arguments.