Class: AlreadyConnected

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

Overview

urn:vim25AlreadyConnected

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AlreadyConnected.



30395
30396
30397
30398
30399
# File 'lib/vmware/soap/vim25.rb', line 30395

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30392
30393
30394
# File 'lib/vmware/soap/vim25.rb', line 30392

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30391
30392
30393
# File 'lib/vmware/soap/vim25.rb', line 30391

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



30393
30394
30395
# File 'lib/vmware/soap/vim25.rb', line 30393

def name
  @name
end