Sha256: cedf10d24595f77d1555997f8173f13b6b2ce14ba6fb5022a109f56f04c28a8f
Contents?: true
Size: 356 Bytes
Versions: 10
Compression:
Stored size: 356 Bytes
Contents
module Fog module Vsphere class Compute class Network < Fog::Model identity :id attribute :name attribute :datacenter attribute :accessible # reachable by at least one hypervisor attribute :virtualswitch attribute :vlanid def to_s name end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems