Sha256: 7481ec7f1874b70034aee144effafed81553ff6da4464d12fddc9c03b2e10133
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_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
Version data entries
5 entries across 5 versions & 1 rubygems