Sha256: fad7aa06f7628edc5c3836302c8e202c2e73d500d06247277b997f7a5a6c0667
Contents?: true
Size: 1.46 KB
Versions: 5
Compression:
Stored size: 1.46 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 # # Port range details # class EndpointRangeDescription include MsRestAzure # @return [Integer] Starting port of a range of ports attr_accessor :start_port # @return [Integer] End port of a range of ports attr_accessor :end_port # # Mapper for EndpointRangeDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EndpointRangeDescription', type: { name: 'Composite', class_name: 'EndpointRangeDescription', model_properties: { start_port: { client_side_validation: true, required: true, serialized_name: 'startPort', type: { name: 'Number' } }, end_port: { client_side_validation: true, required: true, serialized_name: 'endPort', type: { name: 'Number' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems