Sha256: 088a041cbe425e2af1c1b547f25245c9af77c4c4251e9c745098caa32353c8e1
Contents?: true
Size: 530 Bytes
Versions: 54
Compression:
Stored size: 530 Bytes
Contents
require 'fog/core/model' 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
54 entries across 52 versions & 7 rubygems