Sha256: e2f99e41129fc65b46f4f2f9e7020e7d6a7794ebc88de098e4bf07d6c4b69af1
Contents?: true
Size: 319 Bytes
Versions: 31
Compression:
Stored size: 319 Bytes
Contents
require 'fog/openstack/models/model' module Fog module Compute class OpenStack class OsInterface < Fog::OpenStack::Model identity :port_id attribute :fixed_ips, :type => :array attribute :mac_addr attribute :net_id attribute :port_state end end end end
Version data entries
31 entries across 29 versions & 3 rubygems