| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.PCS.Cluster
Documentation
data AccountingProperty Source #
Constructors
| AccountingProperty | |
Fields
| |
Instances
data SlurmConfigurationProperty Source #
Constructors
| SlurmConfigurationProperty | |
Instances
| ToJSON SlurmConfigurationProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmConfigurationProperty Methods toJSON :: SlurmConfigurationProperty -> Value # toEncoding :: SlurmConfigurationProperty -> Encoding # toJSONList :: [SlurmConfigurationProperty] -> Value # toEncodingList :: [SlurmConfigurationProperty] -> Encoding # | |||||
| Show SlurmConfigurationProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmConfigurationProperty Methods showsPrec :: Int -> SlurmConfigurationProperty -> ShowS # show :: SlurmConfigurationProperty -> String # showList :: [SlurmConfigurationProperty] -> ShowS # | |||||
| Eq SlurmConfigurationProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmConfigurationProperty Methods (==) :: SlurmConfigurationProperty -> SlurmConfigurationProperty -> Bool # (/=) :: SlurmConfigurationProperty -> SlurmConfigurationProperty -> Bool # | |||||
| ToResourceProperties SlurmConfigurationProperty Source # | |||||
| Property "Accounting" SlurmConfigurationProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmConfigurationProperty Associated Types
Methods set :: PropertyType "Accounting" SlurmConfigurationProperty -> SlurmConfigurationProperty -> SlurmConfigurationProperty # | |||||
| Property "AuthKey" SlurmConfigurationProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmConfigurationProperty Associated Types
Methods set :: PropertyType "AuthKey" SlurmConfigurationProperty -> SlurmConfigurationProperty -> SlurmConfigurationProperty # | |||||
| Property "ScaleDownIdleTimeInSeconds" SlurmConfigurationProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmConfigurationProperty Associated Types
Methods set :: PropertyType "ScaleDownIdleTimeInSeconds" SlurmConfigurationProperty -> SlurmConfigurationProperty -> SlurmConfigurationProperty # | |||||
| Property "SlurmCustomSettings" SlurmConfigurationProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmConfigurationProperty Associated Types
Methods set :: PropertyType "SlurmCustomSettings" SlurmConfigurationProperty -> SlurmConfigurationProperty -> SlurmConfigurationProperty # | |||||
| type PropertyType "Accounting" SlurmConfigurationProperty Source # | |||||
| type PropertyType "AuthKey" SlurmConfigurationProperty Source # | |||||
| type PropertyType "ScaleDownIdleTimeInSeconds" SlurmConfigurationProperty Source # | |||||
| type PropertyType "SlurmCustomSettings" SlurmConfigurationProperty Source # | |||||
data AuthKeyProperty Source #
Constructors
| AuthKeyProperty | |
Fields
| |
Instances
| ToJSON AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty Methods toJSON :: AuthKeyProperty -> Value # toEncoding :: AuthKeyProperty -> Encoding # toJSONList :: [AuthKeyProperty] -> Value # toEncodingList :: [AuthKeyProperty] -> Encoding # omitField :: AuthKeyProperty -> Bool # | |||||
| Show AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty Methods showsPrec :: Int -> AuthKeyProperty -> ShowS # show :: AuthKeyProperty -> String # showList :: [AuthKeyProperty] -> ShowS # | |||||
| Eq AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty Methods (==) :: AuthKeyProperty -> AuthKeyProperty -> Bool # (/=) :: AuthKeyProperty -> AuthKeyProperty -> Bool # | |||||
| ToResourceProperties AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty Methods toResourceProperties :: AuthKeyProperty -> ResourceProperties # | |||||
| Property "SecretArn" AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty Associated Types
Methods set :: PropertyType "SecretArn" AuthKeyProperty -> AuthKeyProperty -> AuthKeyProperty # | |||||
| Property "SecretVersion" AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty Associated Types
Methods set :: PropertyType "SecretVersion" AuthKeyProperty -> AuthKeyProperty -> AuthKeyProperty # | |||||
| type PropertyType "SecretArn" AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty | |||||
| type PropertyType "SecretVersion" AuthKeyProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.AuthKeyProperty | |||||
data SlurmCustomSettingProperty Source #
Constructors
| SlurmCustomSettingProperty | |
Fields
| |
Instances
| ToJSON SlurmCustomSettingProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmCustomSettingProperty Methods toJSON :: SlurmCustomSettingProperty -> Value # toEncoding :: SlurmCustomSettingProperty -> Encoding # toJSONList :: [SlurmCustomSettingProperty] -> Value # toEncodingList :: [SlurmCustomSettingProperty] -> Encoding # | |||||
| Show SlurmCustomSettingProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmCustomSettingProperty Methods showsPrec :: Int -> SlurmCustomSettingProperty -> ShowS # show :: SlurmCustomSettingProperty -> String # showList :: [SlurmCustomSettingProperty] -> ShowS # | |||||
| Eq SlurmCustomSettingProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmCustomSettingProperty Methods (==) :: SlurmCustomSettingProperty -> SlurmCustomSettingProperty -> Bool # (/=) :: SlurmCustomSettingProperty -> SlurmCustomSettingProperty -> Bool # | |||||
| ToResourceProperties SlurmCustomSettingProperty Source # | |||||
| Property "ParameterName" SlurmCustomSettingProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmCustomSettingProperty Associated Types
Methods set :: PropertyType "ParameterName" SlurmCustomSettingProperty -> SlurmCustomSettingProperty -> SlurmCustomSettingProperty # | |||||
| Property "ParameterValue" SlurmCustomSettingProperty Source # | |||||
Defined in Stratosphere.PCS.Cluster.SlurmCustomSettingProperty Associated Types
Methods set :: PropertyType "ParameterValue" SlurmCustomSettingProperty -> SlurmCustomSettingProperty -> SlurmCustomSettingProperty # | |||||
| type PropertyType "ParameterName" SlurmCustomSettingProperty Source # | |||||
| type PropertyType "ParameterValue" SlurmCustomSettingProperty Source # | |||||
mkAuthKeyProperty :: Value Text -> Value Text -> AuthKeyProperty Source #
Constructors
| Cluster | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html |
Fields
| |
Instances
| ToJSON Cluster Source # | |||||
| Show Cluster Source # | |||||
| Eq Cluster Source # | |||||
| ToResourceProperties Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster Methods | |||||
| Property "Name" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster Associated Types
| |||||
| Property "Networking" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster Associated Types
| |||||
| Property "Scheduler" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster Associated Types
| |||||
| Property "Size" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster Associated Types
| |||||
| Property "SlurmConfiguration" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster Associated Types
| |||||
| Property "Tags" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster Associated Types
| |||||
| type PropertyType "Name" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster | |||||
| type PropertyType "Networking" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster | |||||
| type PropertyType "Scheduler" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster | |||||
| type PropertyType "Size" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster | |||||
| type PropertyType "SlurmConfiguration" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster | |||||
| type PropertyType "Tags" Cluster Source # | |||||
Defined in Stratosphere.PCS.Cluster | |||||
mkCluster :: NetworkingProperty -> SchedulerProperty -> Value Text -> Cluster Source #