Sha256: eab758c90c50a4596b03ed8df12061993fcaa6ce91cc08e63e3c5c355ee96c1b
Contents?: true
Size: 1.85 KB
Versions: 1
Compression:
Stored size: 1.85 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web module Models # # Class that represents a VIP mapping # class VirtualIPMapping include MsRestAzure # @return [String] Virtual IP address attr_accessor :virtual_ip # @return [Integer] Internal HTTP port attr_accessor :internal_http_port # @return [Integer] Internal HTTPS port attr_accessor :internal_https_port # @return [Boolean] Is VIP mapping in use attr_accessor :in_use # # Mapper for VirtualIPMapping class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'VirtualIPMapping', type: { name: 'Composite', class_name: 'VirtualIPMapping', model_properties: { virtual_ip: { required: false, serialized_name: 'virtualIP', type: { name: 'String' } }, internal_http_port: { required: false, serialized_name: 'internalHttpPort', type: { name: 'Number' } }, internal_https_port: { required: false, serialized_name: 'internalHttpsPort', type: { name: 'Number' } }, in_use: { required: false, serialized_name: 'inUse', type: { name: 'Boolean' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.8.0 | lib/generated/azure_mgmt_web/models/virtual_ipmapping.rb |