Class: ResourceInUse

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

Overview

urn:vim25ResourceInUse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceInUse.



31887
31888
31889
31890
31891
31892
# File 'lib/vmware/soap/vim25.rb', line 31887

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31883
31884
31885
# File 'lib/vmware/soap/vim25.rb', line 31883

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31882
31883
31884
# File 'lib/vmware/soap/vim25.rb', line 31882

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



31885
31886
31887
# File 'lib/vmware/soap/vim25.rb', line 31885

def name
  @name
end

#typeObject

Returns the value of attribute type.



31884
31885
31886
# File 'lib/vmware/soap/vim25.rb', line 31884

def type
  @type
end