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

Constants

Deserializer
IS_JRUBY
VERSION

Public Class Methods

connect(opts) click to toggle source

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

# File lib/rbvmomi.rb, line 8
def self.connect(opts)
  VIM.connect opts
end