# 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 # # Information about the standalone cluster configuration. # class ClusterConfiguration include MsRestAzure # @return [String] The contents of the cluster configuration file. attr_accessor :cluster_configuration # # Mapper for ClusterConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterConfiguration', type: { name: 'Composite', class_name: 'ClusterConfiguration', model_properties: { cluster_configuration: { client_side_validation: true, required: false, serialized_name: 'ClusterConfiguration', type: { name: 'String' } } } } } end end end end