Class: NoHost

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

Overview

urn:vim25NoHost

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NoHost.

[View source]

30411
30412
30413
30414
30415
# File 'lib/vmware/soap/vim25.rb', line 30411

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


30408
30409
30410
# File 'lib/vmware/soap/vim25.rb', line 30408

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


30407
30408
30409
# File 'lib/vmware/soap/vim25.rb', line 30407

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.


30409
30410
30411
# File 'lib/vmware/soap/vim25.rb', line 30409

def name
  @name
end