| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ManagedBlockchain.Member
Documentation
data NetworkConfigurationProperty Source #
Constructors
| NetworkConfigurationProperty | |
Instances
data ApprovalThresholdPolicyProperty Source #
Constructors
| ApprovalThresholdPolicyProperty | |
Fields | |
Instances
| ToJSON ApprovalThresholdPolicyProperty Source # | |||||
| Show ApprovalThresholdPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.ApprovalThresholdPolicyProperty Methods showsPrec :: Int -> ApprovalThresholdPolicyProperty -> ShowS # | |||||
| Eq ApprovalThresholdPolicyProperty Source # | |||||
| ToResourceProperties ApprovalThresholdPolicyProperty Source # | |||||
| Property "ProposalDurationInHours" ApprovalThresholdPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.ApprovalThresholdPolicyProperty Associated Types
Methods set :: PropertyType "ProposalDurationInHours" ApprovalThresholdPolicyProperty -> ApprovalThresholdPolicyProperty -> ApprovalThresholdPolicyProperty # | |||||
| Property "ThresholdComparator" ApprovalThresholdPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.ApprovalThresholdPolicyProperty Associated Types
Methods set :: PropertyType "ThresholdComparator" ApprovalThresholdPolicyProperty -> ApprovalThresholdPolicyProperty -> ApprovalThresholdPolicyProperty # | |||||
| Property "ThresholdPercentage" ApprovalThresholdPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.ApprovalThresholdPolicyProperty Associated Types
Methods set :: PropertyType "ThresholdPercentage" ApprovalThresholdPolicyProperty -> ApprovalThresholdPolicyProperty -> ApprovalThresholdPolicyProperty # | |||||
| type PropertyType "ProposalDurationInHours" ApprovalThresholdPolicyProperty Source # | |||||
| type PropertyType "ThresholdComparator" ApprovalThresholdPolicyProperty Source # | |||||
| type PropertyType "ThresholdPercentage" ApprovalThresholdPolicyProperty Source # | |||||
data NetworkFrameworkConfigurationProperty Source #
Constructors
| NetworkFrameworkConfigurationProperty | |
Instances
| ToJSON NetworkFrameworkConfigurationProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.NetworkFrameworkConfigurationProperty Methods toJSON :: NetworkFrameworkConfigurationProperty -> Value # toEncoding :: NetworkFrameworkConfigurationProperty -> Encoding # toJSONList :: [NetworkFrameworkConfigurationProperty] -> Value # toEncodingList :: [NetworkFrameworkConfigurationProperty] -> Encoding # omitField :: NetworkFrameworkConfigurationProperty -> Bool # | |||||
| Show NetworkFrameworkConfigurationProperty Source # | |||||
| Eq NetworkFrameworkConfigurationProperty Source # | |||||
| ToResourceProperties NetworkFrameworkConfigurationProperty Source # | |||||
| Property "NetworkFabricConfiguration" NetworkFrameworkConfigurationProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.NetworkFrameworkConfigurationProperty Associated Types
Methods set :: PropertyType "NetworkFabricConfiguration" NetworkFrameworkConfigurationProperty -> NetworkFrameworkConfigurationProperty -> NetworkFrameworkConfigurationProperty # | |||||
| type PropertyType "NetworkFabricConfiguration" NetworkFrameworkConfigurationProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.NetworkFrameworkConfigurationProperty type PropertyType "NetworkFabricConfiguration" NetworkFrameworkConfigurationProperty = NetworkFabricConfigurationProperty | |||||
data VotingPolicyProperty Source #
Constructors
| VotingPolicyProperty | |
Instances
| ToJSON VotingPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.VotingPolicyProperty Methods toJSON :: VotingPolicyProperty -> Value # toEncoding :: VotingPolicyProperty -> Encoding # toJSONList :: [VotingPolicyProperty] -> Value # toEncodingList :: [VotingPolicyProperty] -> Encoding # omitField :: VotingPolicyProperty -> Bool # | |||||
| Show VotingPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.VotingPolicyProperty Methods showsPrec :: Int -> VotingPolicyProperty -> ShowS # show :: VotingPolicyProperty -> String # showList :: [VotingPolicyProperty] -> ShowS # | |||||
| Eq VotingPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.VotingPolicyProperty Methods (==) :: VotingPolicyProperty -> VotingPolicyProperty -> Bool # (/=) :: VotingPolicyProperty -> VotingPolicyProperty -> Bool # | |||||
| ToResourceProperties VotingPolicyProperty Source # | |||||
| Property "ApprovalThresholdPolicy" VotingPolicyProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.VotingPolicyProperty Associated Types
Methods set :: PropertyType "ApprovalThresholdPolicy" VotingPolicyProperty -> VotingPolicyProperty -> VotingPolicyProperty # | |||||
| type PropertyType "ApprovalThresholdPolicy" VotingPolicyProperty Source # | |||||
data NetworkFabricConfigurationProperty Source #
Constructors
| NetworkFabricConfigurationProperty | |
Fields
| |
Instances
| ToJSON NetworkFabricConfigurationProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.NetworkFabricConfigurationProperty | |||||
| Show NetworkFabricConfigurationProperty Source # | |||||
| Eq NetworkFabricConfigurationProperty Source # | |||||
| ToResourceProperties NetworkFabricConfigurationProperty Source # | |||||
| Property "Edition" NetworkFabricConfigurationProperty Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member.NetworkFabricConfigurationProperty Associated Types
Methods set :: PropertyType "Edition" NetworkFabricConfigurationProperty -> NetworkFabricConfigurationProperty -> NetworkFabricConfigurationProperty # | |||||
| type PropertyType "Edition" NetworkFabricConfigurationProperty Source # | |||||
mkNetworkConfigurationProperty :: Value Text -> Value Text -> Value Text -> VotingPolicyProperty -> NetworkConfigurationProperty Source #
Constructors
| Member | |
Fields | |
Instances
| ToJSON Member Source # | |||||
| Show Member Source # | |||||
| Eq Member Source # | |||||
| ToResourceProperties Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member Methods | |||||
| Property "InvitationId" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member Associated Types
| |||||
| Property "MemberConfiguration" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member Associated Types
| |||||
| Property "NetworkConfiguration" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member Associated Types
| |||||
| Property "NetworkId" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member Associated Types
| |||||
| type PropertyType "InvitationId" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member | |||||
| type PropertyType "MemberConfiguration" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member | |||||
| type PropertyType "NetworkConfiguration" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member | |||||
| type PropertyType "NetworkId" Member Source # | |||||
Defined in Stratosphere.ManagedBlockchain.Member | |||||