Class: IncorrectHostInformation

Inherits:
NotEnoughLicenses show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25IncorrectHostInformation

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ IncorrectHostInformation

Returns a new instance of IncorrectHostInformation.



29445
29446
29447
29448
# File 'lib/vmware/soap/vim25.rb', line 29445

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29443
29444
29445
# File 'lib/vmware/soap/vim25.rb', line 29443

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29442
29443
29444
# File 'lib/vmware/soap/vim25.rb', line 29442

def dynamicType
  @dynamicType
end