Sha256: 07c20338c87f556c373528752eeaf1dccd5613e91cb0ebd8d1bf58fe6b3ecb0c
Contents?: true
Size: 378 Bytes
Versions: 23
Compression:
Stored size: 378 Bytes
Contents
module Fog module Vsphere class Compute 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
23 entries across 23 versions & 1 rubygems