Sha256: df57627fb2e46390aff5c66fd3fdbd6de93000b27266593e0ac6259cfcef0266
Contents?: true
Size: 1.65 KB
Versions: 5
Compression:
Stored size: 1.65 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ServiceFabric::V6_2_0_9 module Models # # Defines an item in ChaosParametersDictionary of the Chaos Schedule. # class ChaosParametersDictionaryItem include MsRestAzure # @return [String] The key identifying the Chaos Parameter in the # dictionary. This key is referenced by Chaos Schedule Jobs. attr_accessor :key # @return [ChaosParameters] Defines all the parameters to configure a # Chaos run. attr_accessor :value # # Mapper for ChaosParametersDictionaryItem class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ChaosParametersDictionaryItem', type: { name: 'Composite', class_name: 'ChaosParametersDictionaryItem', model_properties: { key: { client_side_validation: true, required: true, serialized_name: 'Key', type: { name: 'String' } }, value: { client_side_validation: true, required: true, serialized_name: 'Value', type: { name: 'Composite', class_name: 'ChaosParameters' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems