Sha256: 389b6975165ca6080ff2b7ae4bbc14f3162aec9cb8b2ad7fe0278d41983f897d
Contents?: true
Size: 373 Bytes
Versions: 45
Compression:
Stored size: 373 Bytes
Contents
module Fog module Compute class Vsphere class Interfacetype < Fog::Model identity :id # attribute :class attribute :name attribute :datacenter attribute :servertype def initialize(attributes={} ) super attributes end def to_s name end end end end end
Version data entries
45 entries across 45 versions & 3 rubygems