module RbVmomi

RbVmomi is a Ruby interface to the vSphere management interface

Copyright © 2011-2017 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: MIT

Copyright © 2016-2020 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: MIT

Copyright © 2011-2017 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: MIT

Copyright © 2011-2017 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: MIT

Copyright © 2011-2017 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: MIT

Constants

Deserializer
IS_JRUBY
VERSION

Attributes

logger[W]

Public Class Methods

connect(opts) click to toggle source

@private @deprecated Use RbVmomi::VIM.connect.

# File lib/rbvmomi.rb, line 9
def self.connect(opts)
  VIM.connect opts
end
logger() click to toggle source
# File lib/rbvmomi/logging.rb, line 8
def self.logger
  @logger ||= begin
    require 'logger'
    Logger.new($stderr)
  end
end