Sha256: 49f2255bd0e88e2fdae75960f2012015495f5e076722f34e3952ad48ebe6b6d7
Contents?: true
Size: 1.13 KB
Versions: 10
Compression:
Stored size: 1.13 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::ContainerInstance::Mgmt::V2017_08_01_preview module Models # # The port exposed on the container instance. # class ContainerPort include MsRestAzure # @return [Integer] The port number exposed within the container group. attr_accessor :port # # Mapper for ContainerPort class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerPort', type: { name: 'Composite', class_name: 'ContainerPort', model_properties: { port: { client_side_validation: true, required: true, serialized_name: 'port', type: { name: 'Number' } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems