Class: UnrecognizedHost

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

Overview

urn:vim25UnrecognizedHost

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnrecognizedHost.



32121
32122
32123
32124
32125
# File 'lib/vmware/soap/vim25.rb', line 32121

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32118
32119
32120
# File 'lib/vmware/soap/vim25.rb', line 32118

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32117
32118
32119
# File 'lib/vmware/soap/vim25.rb', line 32117

def dynamicType
  @dynamicType
end

#hostNameObject

Returns the value of attribute hostName.



32119
32120
32121
# File 'lib/vmware/soap/vim25.rb', line 32119

def hostName
  @hostName
end