Class: NotSupportedHost

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

Overview

urn:vim25NotSupportedHost

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
productName - SOAP::SOAPString
productVersion - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], productName = nil, productVersion = nil) ⇒ NotSupportedHost

Returns a new instance of NotSupportedHost.



30442
30443
30444
30445
30446
30447
# File 'lib/vmware/soap/vim25.rb', line 30442

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30438
30439
30440
# File 'lib/vmware/soap/vim25.rb', line 30438

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30437
30438
30439
# File 'lib/vmware/soap/vim25.rb', line 30437

def dynamicType
  @dynamicType
end

#productNameObject

Returns the value of attribute productName.



30439
30440
30441
# File 'lib/vmware/soap/vim25.rb', line 30439

def productName
  @productName
end

#productVersionObject

Returns the value of attribute productVersion.



30440
30441
30442
# File 'lib/vmware/soap/vim25.rb', line 30440

def productVersion
  @productVersion
end