Sha256: f7e192f60fd85cc58b814b6b440bb7bda64345b3212bdb2c36a0a8aa4bfe358d
Contents?: true
Size: 1.19 KB
Versions: 5
Compression:
Stored size: 1.19 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_4_0_36 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
Version data entries
5 entries across 5 versions & 1 rubygems