Class: MismatchedBundle
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- MismatchedBundle
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MismatchedBundle
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
bundleUuid - SOAP::SOAPString
hostUuid - SOAP::SOAPString
bundleBuildNumber - SOAP::SOAPInt
hostBuildNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#bundleBuildNumber ⇒ Object
Returns the value of attribute bundleBuildNumber.
-
#bundleUuid ⇒ Object
Returns the value of attribute bundleUuid.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hostBuildNumber ⇒ Object
Returns the value of attribute hostBuildNumber.
-
#hostUuid ⇒ Object
Returns the value of attribute hostUuid.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], bundleUuid = nil, hostUuid = nil, bundleBuildNumber = nil, hostBuildNumber = nil) ⇒ MismatchedBundle
constructor
A new instance of MismatchedBundle.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], bundleUuid = nil, hostUuid = nil, bundleBuildNumber = nil, hostBuildNumber = nil) ⇒ MismatchedBundle
Returns a new instance of MismatchedBundle.
31620 31621 31622 31623 31624 31625 31626 31627 |
# File 'lib/vmware/soap/vim25.rb', line 31620 def initialize(dynamicType = nil, dynamicProperty = [], bundleUuid = nil, hostUuid = nil, bundleBuildNumber = nil, hostBuildNumber = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @bundleUuid = bundleUuid @hostUuid = hostUuid @bundleBuildNumber = bundleBuildNumber @hostBuildNumber = hostBuildNumber end |
Instance Attribute Details
#bundleBuildNumber ⇒ Object
Returns the value of attribute bundleBuildNumber.
31617 31618 31619 |
# File 'lib/vmware/soap/vim25.rb', line 31617 def bundleBuildNumber @bundleBuildNumber end |
#bundleUuid ⇒ Object
Returns the value of attribute bundleUuid.
31615 31616 31617 |
# File 'lib/vmware/soap/vim25.rb', line 31615 def bundleUuid @bundleUuid end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31614 31615 31616 |
# File 'lib/vmware/soap/vim25.rb', line 31614 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31613 31614 31615 |
# File 'lib/vmware/soap/vim25.rb', line 31613 def dynamicType @dynamicType end |
#hostBuildNumber ⇒ Object
Returns the value of attribute hostBuildNumber.
31618 31619 31620 |
# File 'lib/vmware/soap/vim25.rb', line 31618 def hostBuildNumber @hostBuildNumber end |
#hostUuid ⇒ Object
Returns the value of attribute hostUuid.
31616 31617 31618 |
# File 'lib/vmware/soap/vim25.rb', line 31616 def hostUuid @hostUuid end |