stratosphere-pcs-1.0.0: Stratosphere integration for AWS PCS.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.PCS.Queue

Documentation

data SlurmConfigurationProperty Source #

Instances

Instances details
ToJSON SlurmConfigurationProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmConfigurationProperty

Show SlurmConfigurationProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmConfigurationProperty

Eq SlurmConfigurationProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmConfigurationProperty

ToResourceProperties SlurmConfigurationProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmConfigurationProperty

Property "SlurmCustomSettings" SlurmConfigurationProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmConfigurationProperty

Associated Types

type PropertyType "SlurmCustomSettings" SlurmConfigurationProperty 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmConfigurationProperty

type PropertyType "SlurmCustomSettings" SlurmConfigurationProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmConfigurationProperty

data SlurmCustomSettingProperty Source #

Instances

Instances details
ToJSON SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

Show SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

Eq SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

ToResourceProperties SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

Property "ParameterName" SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

Associated Types

type PropertyType "ParameterName" SlurmCustomSettingProperty 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

Property "ParameterValue" SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

Associated Types

type PropertyType "ParameterValue" SlurmCustomSettingProperty 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

type PropertyType "ParameterName" SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

type PropertyType "ParameterValue" SlurmCustomSettingProperty Source # 
Instance details

Defined in Stratosphere.PCS.Queue.SlurmCustomSettingProperty

data Queue Source #

Instances

Instances details
ToJSON Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Show Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Methods

showsPrec :: Int -> Queue -> ShowS #

show :: Queue -> String #

showList :: [Queue] -> ShowS #

Eq Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Methods

(==) :: Queue -> Queue -> Bool #

(/=) :: Queue -> Queue -> Bool #

ToResourceProperties Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Property "ClusterId" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Associated Types

type PropertyType "ClusterId" Queue 
Instance details

Defined in Stratosphere.PCS.Queue

type PropertyType "ClusterId" Queue = Value Text

Methods

set :: PropertyType "ClusterId" Queue -> Queue -> Queue #

Property "ComputeNodeGroupConfigurations" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Associated Types

type PropertyType "ComputeNodeGroupConfigurations" Queue 
Instance details

Defined in Stratosphere.PCS.Queue

type PropertyType "ComputeNodeGroupConfigurations" Queue = [ComputeNodeGroupConfigurationProperty]

Methods

set :: PropertyType "ComputeNodeGroupConfigurations" Queue -> Queue -> Queue #

Property "Name" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Associated Types

type PropertyType "Name" Queue 
Instance details

Defined in Stratosphere.PCS.Queue

Methods

set :: PropertyType "Name" Queue -> Queue -> Queue #

Property "SlurmConfiguration" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Associated Types

type PropertyType "SlurmConfiguration" Queue 
Instance details

Defined in Stratosphere.PCS.Queue

type PropertyType "SlurmConfiguration" Queue = SlurmConfigurationProperty

Methods

set :: PropertyType "SlurmConfiguration" Queue -> Queue -> Queue #

Property "Tags" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

Associated Types

type PropertyType "Tags" Queue 
Instance details

Defined in Stratosphere.PCS.Queue

Methods

set :: PropertyType "Tags" Queue -> Queue -> Queue #

type PropertyType "ClusterId" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

type PropertyType "ClusterId" Queue = Value Text
type PropertyType "ComputeNodeGroupConfigurations" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

type PropertyType "ComputeNodeGroupConfigurations" Queue = [ComputeNodeGroupConfigurationProperty]
type PropertyType "Name" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

type PropertyType "SlurmConfiguration" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue

type PropertyType "SlurmConfiguration" Queue = SlurmConfigurationProperty
type PropertyType "Tags" Queue Source # 
Instance details

Defined in Stratosphere.PCS.Queue