module RbVmomi

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

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

Copyright © 2016-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

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