Sha256: 4e94c464803885849818860d1966f90e5cd3cedb0daececcf6c553de3686eb40
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 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() { required: false, serialized_name: 'ContainerPort', type: { name: 'Composite', class_name: 'ContainerPort', model_properties: { port: { required: true, serialized_name: 'port', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems