Sha256: 79af49911e4af7b68f84a900a088d59fa5d5d0a7b7a94767840d4599cf7818e9

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

require 'fog/huaweicloud/models/model'

module Fog
  module Compute
    class HuaweiCloud
      class OsInterface < Fog::HuaweiCloud::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

1 entries across 1 versions & 1 rubygems

Version Path
fog-huaweicloud-0.1.2 lib/fog/compute/huaweicloud/models/os_interface.rb