Sha256: e1717baaab8c3fc153dab7a1927ffec2812216a1a7d9c4a071b4286769fcfae7
Contents?: true
Size: 504 Bytes
Versions: 3
Compression:
Stored size: 504 Bytes
Contents
module Fog module Compute class VcloudDirector class Network < Model identity :id attribute :name attribute :type attribute :href attribute :description attribute :is_inherited attribute :is_shared attribute :fence_mode attribute :gateway attribute :netmask attribute :dns1 attribute :dns2 attribute :dns_suffix attribute :ip_ranges, :type => :array end end end end
Version data entries
3 entries across 3 versions & 1 rubygems