Class: MismatchedBundle

Inherits:
VimFault show all
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

Instance Method Summary collapse

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

#bundleBuildNumberObject

Returns the value of attribute bundleBuildNumber.



31617
31618
31619
# File 'lib/vmware/soap/vim25.rb', line 31617

def bundleBuildNumber
  @bundleBuildNumber
end

#bundleUuidObject

Returns the value of attribute bundleUuid.



31615
31616
31617
# File 'lib/vmware/soap/vim25.rb', line 31615

def bundleUuid
  @bundleUuid
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31614
31615
31616
# File 'lib/vmware/soap/vim25.rb', line 31614

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31613
31614
31615
# File 'lib/vmware/soap/vim25.rb', line 31613

def dynamicType
  @dynamicType
end

#hostBuildNumberObject

Returns the value of attribute hostBuildNumber.



31618
31619
31620
# File 'lib/vmware/soap/vim25.rb', line 31618

def hostBuildNumber
  @hostBuildNumber
end

#hostUuidObject

Returns the value of attribute hostUuid.



31616
31617
31618
# File 'lib/vmware/soap/vim25.rb', line 31616

def hostUuid
  @hostUuid
end