Sha256: 572c1b4ea37f619d8c618373bc6139ae82a1424ce96b01aa3cf2fb858e0f4939
Contents?: true
Size: 369 Bytes
Versions: 73
Compression:
Stored size: 369 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
73 entries across 73 versions & 5 rubygems