Sha256: 6f1b6ce134cd1cba5c7a3e3ea87144657875f33e132de4bfbfcabf0f66fc3d65
Contents?: true
Size: 328 Bytes
Versions: 3
Compression:
Stored size: 328 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 :subnet_id attribute :port_state end end end end
Version data entries
3 entries across 3 versions & 1 rubygems