Class: HostHardwareElementInfo

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

Overview

urn:vim25HostHardwareElementInfo

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

Direct Known Subclasses

HostStorageElementInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HostHardwareElementInfo.



19302
19303
19304
19305
19306
19307
# File 'lib/vmware/soap/vim25.rb', line 19302

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19298
19299
19300
# File 'lib/vmware/soap/vim25.rb', line 19298

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19297
19298
19299
# File 'lib/vmware/soap/vim25.rb', line 19297

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



19299
19300
19301
# File 'lib/vmware/soap/vim25.rb', line 19299

def name
  @name
end

#statusObject

Returns the value of attribute status.



19300
19301
19302
# File 'lib/vmware/soap/vim25.rb', line 19300

def status
  @status
end