Class: AlreadyConnected
- Inherits:
-
HostConnectFault
- Object
- MethodFault
- VimFault
- HostConnectFault
- AlreadyConnected
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlreadyConnected
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ AlreadyConnected
constructor
A new instance of AlreadyConnected.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30392 30393 30394 |
# File 'lib/vmware/soap/vim25.rb', line 30392 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30391 30392 30393 |
# File 'lib/vmware/soap/vim25.rb', line 30391 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
30393 30394 30395 |
# File 'lib/vmware/soap/vim25.rb', line 30393 def name @name end |