Class: HostStorageElementInfo
- Inherits:
-
HostHardwareElementInfo
- Object
- DynamicData
- HostHardwareElementInfo
- HostStorageElementInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostStorageElementInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
status - ElementDescription
operationalInfo - HostStorageOperationalInfo
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.
-
#operationalInfo ⇒ Object
Returns the value of attribute operationalInfo.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, status = nil, operationalInfo = []) ⇒ HostStorageElementInfo
constructor
A new instance of HostStorageElementInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, status = nil, operationalInfo = []) ⇒ HostStorageElementInfo
Returns a new instance of HostStorageElementInfo.
19323 19324 19325 19326 19327 19328 19329 |
# File 'lib/vmware/soap/vim25.rb', line 19323 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, status = nil, operationalInfo = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @status = status @operationalInfo = operationalInfo end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19318 19319 19320 |
# File 'lib/vmware/soap/vim25.rb', line 19318 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19317 19318 19319 |
# File 'lib/vmware/soap/vim25.rb', line 19317 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
19319 19320 19321 |
# File 'lib/vmware/soap/vim25.rb', line 19319 def name @name end |
#operationalInfo ⇒ Object
Returns the value of attribute operationalInfo.
19321 19322 19323 |
# File 'lib/vmware/soap/vim25.rb', line 19321 def operationalInfo @operationalInfo end |
#status ⇒ Object
Returns the value of attribute status.
19320 19321 19322 |
# File 'lib/vmware/soap/vim25.rb', line 19320 def status @status end |