Sha256: 9c15a79d60d5296f5fc745714c464d7abb186b2efd7dcaf1e6bda1ecbaba1c67
Contents?: true
Size: 1.93 KB
Versions: 5
Compression:
Stored size: 1.93 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::Mgmt::V2017_07_01_preview module Models # # Describes a section in the fabric settings of the cluster. # class SettingsSectionDescription include MsRestAzure # @return [String] The section name of the fabric settings. attr_accessor :name # @return [Array<SettingsParameterDescription>] The collection of # parameters in the section. attr_accessor :parameters # # Mapper for SettingsSectionDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SettingsSectionDescription', type: { name: 'Composite', class_name: 'SettingsSectionDescription', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, parameters: { client_side_validation: true, required: true, serialized_name: 'parameters', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SettingsParameterDescriptionElementType', type: { name: 'Composite', class_name: 'SettingsParameterDescription' } } } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems