Class: AlreadyBeingManaged
- Inherits:
-
HostConnectFault
- Object
- MethodFault
- VimFault
- HostConnectFault
- AlreadyBeingManaged
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlreadyBeingManaged
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ipAddress - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], ipAddress = nil) ⇒ AlreadyBeingManaged
constructor
A new instance of AlreadyBeingManaged.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], ipAddress = nil) ⇒ AlreadyBeingManaged
Returns a new instance of AlreadyBeingManaged.
30379 30380 30381 30382 30383 |
# File 'lib/vmware/soap/vim25.rb', line 30379 def initialize(dynamicType = nil, dynamicProperty = [], ipAddress = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @ipAddress = ipAddress end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30376 30377 30378 |
# File 'lib/vmware/soap/vim25.rb', line 30376 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30375 30376 30377 |
# File 'lib/vmware/soap/vim25.rb', line 30375 def dynamicType @dynamicType end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
30377 30378 30379 |
# File 'lib/vmware/soap/vim25.rb', line 30377 def ipAddress @ipAddress end |