Class: AlreadyBeingManaged

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

Overview

urn:vim25AlreadyBeingManaged

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ipAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30376
30377
30378
# File 'lib/vmware/soap/vim25.rb', line 30376

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30375
30376
30377
# File 'lib/vmware/soap/vim25.rb', line 30375

def dynamicType
  @dynamicType
end

#ipAddressObject

Returns the value of attribute ipAddress.



30377
30378
30379
# File 'lib/vmware/soap/vim25.rb', line 30377

def ipAddress
  @ipAddress
end