Giter VIP home page Giter VIP logo

Comments (5)

Fryguy avatar Fryguy commented on August 23, 2024

@agrare

from rbvmomi2.

agrare avatar agrare commented on August 23, 2024

Discussion from gitter 👉 September 29, 2022 10:53 AM

Hey @sushilrai that is a weird one, I pulled the latest WSDL VMware vSphere Management SDK 7.0U3f
and there is no properly summaryEx in the wsdl files, it exists only in the docs to say it is deprecated yet it was added in vSphere API 7.0.1.1
the recommendation is to use computeResource.summary instead of cluserComputeResource.summaryEx per the documentation

Deprecated. Do not use this property. The cluster summary. The same information could be obtained via Summary

from rbvmomi2.

sushilrai avatar sushilrai commented on August 23, 2024

tried python version to pull the information of the vCLS datastore using below snippet
if hasattr(cluster.configurationEx, 'systemVMsConfig'): vCLS_config = cluster.configurationEx.systemVMsConfig else: # return False, self.allowedDatastores_names, None return False, [], None changed = False

from rbvmomi2.

agrare avatar agrare commented on August 23, 2024

This was surprising to me because I tested this property for you specifically in #16

What I found was after updating the vmodl.db with the sms.wsdl for the vSphere SMS endpoint, it cleared the properties which were added.

from rbvmomi2.

agrare avatar agrare commented on August 23, 2024

This has been fixed in v3.4.1

from rbvmomi2.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.