Sha256: eaf3a3ee0d42e0471f9c3fee5568ad20f081151815482667adf546fe591aabf0
Contents?: true
Size: 331 Bytes
Versions: 23
Compression:
Stored size: 331 Bytes
Contents
require 'fog/compute/models/server' module Fog module Vsphere class Compute class Process < Fog::Model attribute :cmd_line attribute :end_time attribute :exit_code attribute :name attribute :owner attribute :pid attribute :start_time end end end end
Version data entries
23 entries across 23 versions & 1 rubygems